The PROGARGS statement defines the argument values to pass to an Oracle Applications request set program.
Supported Job Type
This statement is optional for the Oracle E-Business Suite Request Set job type.
Syntax
This statement has the following format:
PROGARGS argument[,argument...]
Defines each argument value to pass to an Oracle Applications request set program. In Oracle Applications, arguments are part of the program definition and are found in the Concurrent Program Parameters dialog.
Notes:
Example: Pass Argument Values to Request Set Programs
In this example, ARGDEFAULTS is set to Y. The first PROGARGS statement passes a value for the second argument, and the agent passes defaults for all others. The second PROGARGS statement passes values for the first, third, and fifth arguments, and the agent passes defaults for all others.
AGENT CYBOA REQUESTSET 'EXTRACTS' APPLDISPLNAME 'Application Object Library' RESPNAME 'System Administrator' OAUSER SYSADMIN ARGDEFAULTS Y PROGDATA 1 PROGARGS ,X45S PROGDATA 2 PROGARGS X22F,,X56R143,,X23T
Example: Pass Date Arguments to a Request Set Program
In this example, five arguments are passed to the first program in the request set. For readability, the arguments are put into three PROGARGS statements, which will be concatenated using commas.
APPLDISPLNAME 'Customer Intelligence' REQSET FNDRSSUB1587 OAUSER SYSADMIN RESPNAME 'System Administrator' PROGDATA PROGARGS 2004/10/04 00:00:00 PROGARGS 2004/10/04 00:00:00 PROGARGS N,LIFE_CYCLE,1468 ARGDEFAULTS N
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|