Previous Topic: PROGDATA Statement—Identify an Oracle Applications ProgramNext Topic: PROGNOTIFYUSERS Statement—Specify Users to Notify Using Short Names


PROGNOTIFYDUSERS Statement—Specify Users to Notify Using Displays Names

The PROGNOTIFYDUSERS statement specifies a list of users to notify when a program in a request set completes using display names.

Supported Job Type

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

Syntax

This statement has the following format:

PROGNOTIFYDUSERS (display_user[,display_user...])
display_user

Specifies each user by display name.

Limits: case-sensitive

Notes:

Example: Run Multiple Programs with Different Arguments and Notification Users

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