Skip to Main Content
Return to Navigation

How to Import Application Integration Framework Type Classes

The Application Integration Framework type classes are not built-in classes, like Rowset, Field, Record, and so on. They are application classes. Before you can use these classes in your PeopleCode program, you must import them to your program.

An import statement names either all the classes in a package or one particular application class. For importing Application Integration Framework classes, Oracle recommends that you import the functions class in the application package that is specific to your needs.

The function classes are stored in the following application packages:

You should use one of the following import statements:

import EOTF_CORE:DVM:Functions;
import EOTF_CORE:Setid:Functions;
import EOTF_CORE:Xref;