Previous  Next          Contents  Index  Glossary  Library

GetInfo

Syntax

procedure GetInfo

(nid in number,
 role out varchar2,
 message_type out varchar2,
 message_name out varchar2,
 priority out number,
 due_date out date,
 status out varchar2);

Description

Returns various attributes for the specified notification.

Arguments (input)

nidThe notification id.
role Role name of the performer assigned to the notification activity.
message_type The item type associated with the message.
message_name The message name.
priority The notification priority.
due_date The due date of the notification.
status The current status of the notification: OPEN, CLOSED, CANCELED or ERROR.


         Previous  Next          Contents  Index  Glossary  Library