Previous Topic: NOTIFYDUSERS Statement—Specify Users to Notify Using Display NamesNext Topic: OAUSER Statement—Specify an Oracle Applications User Name


NOTIFYUSERS Statement—Specify Users to Notify Using Short Names

The NOTIFYUSERS statement specifies a list of users to notify when the single request completes using short 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:

NOTIFYUSERS (short_user[,short_user...])
short_user

Specifies each user by display name.

Limits: case-sensitive

Notes:

Example: Specify Short User Names

In this example, the APPSMGR and SYSADMIN 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
NOTIFYUSERS (APPSMGR, SYSADMIN)