Using the Oracle Apps Definition Type
The Oracle Apps definition type allows you to create process definitions that interact with Oracle Applications instances. You can import and submit processes in remote Oracle Applications instances, by specifying the corresponding keyword in the file source. Only one keyword is allowed,
The definition type accepts the following keywords in the source:
SUBMIT
- submits the program name defined in the parameters, for Finance Automation you useSUBMIT_FCA
which submits the program without using the name of the definition for retrieving LOV'sAPPL_SHORT_NAME
- short name of the applicationAPPL_PROG_NAME
- name of the concurrent program or request set
IMPORT
- imports the program as a process definition into Redwood Server
Parameters
The parameters defining the Oracle Applications program and its parameters needs to be in the correct order, therefore it is not recommended to create your own process definitions unless you really know what you are doing. Import the programs you need with the System_OraApps_ConcurrentProgramImport process definition.
Renaming
Oracle Applications concurrent program and request set process definitions that were imported using previous versions containing only the SUBMIT
keyword cannot be renamed; the application and program/request set are derived from the name of the process definition. New keywords have been introduced to allow the application and program/request set name to be specified in the source.
You can re-import the concurrent program or request set to update the process definition with the new syntax.