Previous  Next          Contents  Index  Glossary  Library

Forward

Syntax

procedure FORWARD

(nid in number,
 new_role in varchar2,
 forward_comment in varchar2 default null);

Description

This procedure reassigns a notification to a new role. A comment can be supplied to explain why the forward is taking place. The notification will then be delivered to the new role. Existing notification attributes (including due date) are not refreshed or otherwise changed. The Reassign feature in the Notification System calls this procedure.

Arguments (input)

nidThe notification id.
new_role The role name of the person the note is reassigned to.
forward_comment An optional forwarding comment.


         Previous  Next          Contents  Index  Glossary  Library