Previous Topic: MSGCLASS Statement—Specify the Java Class of the JMS MessageNext Topic: NOTIFYUSERS Statement—Specify Users to Notify Using Short Names


NOTIFYDUSERS Statement—Specify Users to Notify Using Display Names

The NOTIFYDUSERS statement specifies a list of users to notify when the single request completes using display names.

Supported Job Type

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

Syntax

This statement has the following format:

NOTIFYDUSERS (display_user[,display_user...])
display_user

Specifies each user by display name.

Limits: case-sensitive

Notes:

Example: Specify Display User Names

In this example, the Applications Manager and System Administrator users are notified when the single request completes.

AGENT OAAGENT
PROGRAM FNDSCURS
DISPLNAME 'Application Object Library'
RESPNAME 'System Administrator'
DESC 'AM Test Desc'
ARGS ,,,ALL,,10,
SAVEOUTPUT No
ARGDEFAULTS No
CHILDMONITOR Yes
COPIES 2
MONITORDELAY 5
OUTPUTFORMAT PDF
NOTIFYDUSERS ('Applications Manager', 'System Administrator')