OA_ADD_LAYOUT

Adds a layout to a request

Syntax

OA_ADD_LAYOUT

 

Syntax

Description/Format

APPLICATION=

Short form of the template application
Format: script literal

NAME=

Name of the template
Format: script literal

LANGUAGE=

Language of the template file
Format: script literal

TERRITORY=

Specification of the template file's territory
Format: script literal

OUTPUTFORMAT=

Output format
Format: script literal

Comments

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.

Example

OA_ADD_LAYOUT APPLICATION='FND',NAME='XXPOST_XXPPOPS_PP2',LANGUAGE='en',TERRITORY='US',OUTPUTFORMAT='PDF'

 

See also: