Previous Topic: ARGS Statement—Specify a Parameter Passed to a Stored Procedure (Database Jobs)Next Topic: ARGS Statement—Pass Additional Parameters for the PeopleSoft Report (PeopleSoft Jobs)


ARGS Statement—Define Argument Values to Pass (Oracle E-Business Suite Jobs)

The ARGS statement defines the argument values to override Oracle Applications default values.

Supported Job Type

This statement is optional for the Oracle E-Business Suite job type.

Syntax

This statement has the following format:

ARGS argument[,argument...]
argument

Defines each argument value to pass to an Oracle Applications single request. In Oracle Applications, arguments are part of the program definition and are found in the Concurrent Program Parameters dialog.

Notes:

Example: Pass Argument Values

In this example, the ARGS statement passes values for the first, third, and fifth arguments. Since the ARGDEFAULTS statement is set to Y, the agent passes default values to the second and fourth arguments.

AGENT CYBOA
PROGRAM XXCOFI
APPLDISPLNAME 'Application Object Library'
RESPNAME 'System Administrator'
OAUSER SYSADMIN
DESCRIPTION 'CONFIRMED REQ 20040808 by TYB212'
ARGS X22F,,X56R143,,X23T
ARGSDEFAULTS Y