Automation Engine Script Guide > AE JCL for Applications > Oracle Applications JCL > OA_ADD_LAYOUT

OA_ADD_LAYOUT

Adds a layout to a request

Syntax

OA_ADD_LAYOUT

 

[APPLICATION=...]
[,NAME=...]
[,LANGUAGE=...]
[,TERRITORY=...]
[,OUTPUTFORMAT=...]

Syntax

Description/Format

APPLICATION=

Short form of the template applicationAn application is a software which helps a user to fulfill specific tasks. In the context of ARA see also: Application entity.
Format: script literal

NAME=

Name of the template
Format: scriptA particular Automation Engine object type. 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 agentA program that enables the de-centralized execution of processes (such as deployments) on target systems (computers or business solutions) or a service that provides connectivity to a target system (such as for databases or middleware). An agent is also an object type in the Automation Engine. [Formerly called "Executor."] See also: host 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 reportA report provides more detailed information about a task's execution or a component. and the jobAn Automation Engine object type for a process that runs on a target system. ends on return codeThe value that represents the result of tasks and script functions. 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:

 


Automic Documentation - Tutorials - Automic Blog - Resources - Training & Services - Automic YouTube Channel - Download Center - Support

Copyright © 2016 Automic Software GmbH