Previous Topic: PROGPRINTSTYLE Statement—Specify Print Style for Request Set ProgramNext Topic: PROGRAM Statement—Specify the Short Name of an Oracle Applications Single Request Program


PROGQUOTEDEFAULT Statement—Specify Whether to Quote Resolved Expressions in Default Values

The PROGQUOTEDEFAULT statement specifies whether to quote resolved expressions in default values for a program in a request set.

Supported Job Type

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

Syntax

This statement has the following format:

PROGQUOTEDEFAULT Y|N
Y

Specifies that resolved expressions in default values are quoted.

N

Specifies that resolved expressions in default values are not quoted. This is the default.

Notes:

Example: Quote Resolved Expressions in Default Values

In this example, resolved expressions in default values are quoted in the second program.

AGENT OAAGENT
REQUESTSET FNDCPRT_SET
OAUSER SYSADMIN
RESPNAME 'System Administrator'
DISPLNAME 'Application Object Library'
PROGDATA 1
    PROGARGS ,,,X,
    PROGQUOTEDEFAULT N
PROGDATA 2
    PROGARGS ,2,,4
    PROGQUOTEDEFAULT Y
PROGDATA 7
    PROGARGS ,,,arg3