Previous Topic: PROGNOTIFYDUSERS Statement—Specify Users to Notify Using Displays NamesNext Topic: PROGOUTPUTFORMAT Statement—Specify the Output Format for a Program in a Request Set


PROGNOTIFYUSERS Statement—Specify Users to Notify Using Short Names

The PROGNOTIFYDUSERS statement specifies a list of users to notify when a program in a request set completes using short 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:

PROGNOTIFYUSERS (short_user[,short_user...])
short_user

Specifies each user by short 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