DBA Data[Home] [Help]

PACKAGE: APPS.WF_NOTIFICATION2

Source


1 package WF_NOTIFICATION2 AUTHID CURRENT_USER as
2 /* $Header: wfntf2s.pls 115.0 2003/03/03 20:02:23 ctilley noship $ */
3 
4 --
5 -- GetMoreInfoRole
6 --   Return current "More Information Role" of a notification.
7 -- IN
8 --   nid - Notification Id
9 -- RETURNS
10 --   The name of the user that the notification is waiting for further
11 --   information.
12 --
13 
14 function GetMoreInfoRole(
15   nid in number)
16 return varchar2;
17 
18 end WF_NOTIFICATION2;
19