You can pass argument values to an individual program in an Oracle E-Business Suite Request Set job. The job can also use the default values that are defined by the registered Concurrent Manager program. When an argument value is defined in both the job definition and as a default, the argument value in the job definition overrides the default.
To specify argument values to a program in a request set, specify the following statements in the job definition:
Note: Place the PROGARGS statement after the PROGDATA statement representing the program you want to pass argument values to.
Example: Specify Argument Values for a Program in a Request Set
This example runs an Oracle E-Business Suite Request Set job that uses the argument defaults in Oracle Applications and the argument values defined in the job definition. The second program in the request set has four arguments and you want to pass T23 as the first value and R1 as the fourth value. The argument string specifies placeholders for the second and third arguments, so the job uses the default values for those arguments.
AGENT OAAGENT REQUESTSET EXTRACTS APPLDISPLNAME 'Application Object Library' RESPNAME 'System Administrator' OAUSER SYSADMIN ARGSDEFAULTS Y PROGDATA 2 PROGARGS T23,,,,R1 PROGPRINTER Q1 PROGPRINTSTYLE PORTRAIT PROGPRINTCOPIES 2 PROGSAVEOUTPUT Y
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|