The QUOTEDEFAULT statement specifies whether to quote resolved expressions in default values.
Supported Job Types
This statement is optional for the following job types:
Syntax
This statement has the following format:
QUOTEDEFAULT Y|N
Specifies that resolved expressions in default values are quoted.
Specifies that resolved expressions in default values are not quoted. This is the default.
Note: In an Oracle E-Business Suite Request Set job, you can specify whether to quote resolved expressions in default values in the request set by using the PROGQUOTEDEFAULT statement. This statement overrides the QUOTEDEFAULT statement for that particular program.
Example: Quote Resolved Expressions in Default Values
Suppose that you want to define a Request Set job to run multiple programs on the CYBOA agent. The request set FNDCPRT_SET belongs to the Application Object Library application in Oracle E-Business Suite and runs different arguments and notification users for the first, second, and seventh programs. Resolved expressions in default values are quoted. The job runs under the SYSADMIN user with System Administrator responsibility.
AGENT CYBOA
REQUESTSET FNDCPRT_SET
APPLDISPLNAME 'Application Object Library'
RESPNAME 'System Administrator'
OAUSER SYSADMIN
ARGDEFAULTS Y
QUOTEDEFAULT Y
PROGDATA
PROGARGS ,,,X,
PROGNOTIFYDUSERS ('System Administrator','Admission Administrator')
PROGDATA 2
PROGARGS ,2,,4
PROGNOTIFYUSERS ('ASGUEST')
PROGDATA 7
PROGARGS ,,arg3
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|