Previous Topic: REQSETDISPL Statement—Specify the Display Name of an Oracle Applications Request SetNext Topic: REQUESTSET Statement—Specify the Short Name of an Oracle REQUESTID Statement—Specify Request ID of the Oracle Applications Request Set


REQUESTID Statement—Specify Request ID of the Oracle Applications Request to Copy

The REQUESTID statement specifies the request ID of the Oracle Applications request you want to copy. You can copy an existing single request defined on Oracle Applications and run it under the agent.

Note: In this release, you cannot copy an existing request set defined on Oracle Applications and run it under the agent.

Supported Job Type

This statement is required for the Oracle E-Business Suite Copy Job job type.

Syntax

This statement has the following format:

REQUESTID request_id [REQUEST]
request_id

Specifies the request ID of the single request you want to copy. In Oracle Applications, the request ID is found in the Request ID column of the Requests dialog.

Limits: Up to 20 numeric digits

Example: 493895459709656750

REQUEST

(Optional) Indicates that you want to copy an existing single request defined on Oracle Applications. This is the default.

Example: Copy a Single Request

Suppose that you want to copy an existing single request defined on Oracle Applications. In this example, the job copies the single request with request ID 2255470 and overrides the user name and responsibility name. The children of the single request program are monitored 60 seconds after the program completes.

AGENT CYB0A
OAUSER SYSADMIN
RESPNAME 'System Administrator'
REQUESTID 2255470
CHILDMONITOR Y
MONITORDELAY 60