Adds a layout to a request
OA_ADD_LAYOUT
[APPLICATION=...]
[,NAME=...]
[,LANGUAGE=...]
[,TERRITORY=...]
[,OUTPUTFORMAT=...]
Syntax |
Description/Format |
---|---|
APPLICATION= |
Short form of the template application |
NAME= |
Name of the template |
LANGUAGE= |
Language of the template file |
TERRITORY= |
Specification of the template file's territory |
OUTPUTFORMAT= |
Output format |
For each layout, call the statement OA_ADD_LAYOUT in the script. As soon as OA_SUBMIT_REQUEST is processed, the agent hands over its specifications to Oracle. If the script contains additional submits, redefine the layouts before using OA_ADD_LAYOUT.
If an error occurs when handing over a layout, it is logged in the activation report and the job ends on return code 10.
Note that using OA_ADD_LAYOUT requires at least Oracle Applications version 11.5.10.2.
OA_ADD_LAYOUT APPLICATION='FND',NAME='XXPOST_XXPPOPS_PP2',LANGUAGE='en',TERRITORY='US',OUTPUTFORMAT='PDF'
See also:
About the JCL of Oracle Applications