Importing Oracle Applications Request Sets
You import request sets to schedule them from within Redwood Server directly. The process definition parameters have constraints to allow you to easily select the appropriate username and responsibility, for example.
The following process definitions can be used to import Oracle Applications request sets:
Renaming Process Definitions
The imported process definitions are named after the application short name and the request set to be run. In previous releases, you were not able to rename Oracle Applications process definitions in Redwood Server as the application/request set combination were derived from the name of the process definition. You can identify these legacy process definitions by the contents of the Source field on the Definition tab of the process definition editor.
Process definitions that cannot be renamed have the following in the Source field:
SUBMIT
Process definitions that can be renamed have the following in the Source field:
SUBMIT
APPL_SHORT_NAME=<application_short_name>
APPL_PROG_NAME=<request_set_name>
For example, the DownloadPatches (FNDRSSUB1623
) request set that belongs to application Applications DBA (AD
) would have the following source:
SUBMIT
APPL_SHORT_NAME=AD
APPL_PROG_NAME=FNDRSSUB1623
Both syntaxes are allowed. You re-import the request sets that use the old syntax to update the process definitions to use the new syntax.
Procedure
Importing a Request Set
- Navigate to "Definitions > Processes".
- Choose Submit from the context-menu of System_OraApps_RequestSetImport.
- On the Parameters tab, select a system in Applications System name, select an application name in Application Short name, note that although the field refers to the short name, you select the user-friendly application name.
- Select a request set in the Request set name field.
- The following steps are optional:
- On the Generation Settings tab, set Overwrite Existing Process Definitions? to
Y
as you want to overwrite existing process definitions. Note that if you are re-importing. - Select a partition in the Partition field.
- Select an application in the Application field.
- Choose Save & Close.
Importing DownloadPatches from the Applications DBA (AD) Application
- Navigate to "Definitions > Processes".
- Choose Submit from the context-menu of System_OraApps_RequestSetImport.
- On the Parameters tab, select a system in Applications System name, select an Applications DBA in Application Short name, note that although the field refers to the short name, you select the user-friendly application name.
- Select DownloadPatches in the Request set name field.
- Choose Submit.