DBA Data[Home] [Help]

APPS.WF_NOTIFICATION2 dependencies on WF_NOTIFICATION2

Line 1: package body WF_NOTIFICATION2 as

1: package body WF_NOTIFICATION2 as
2: /* $Header: wfntf2b.pls 115.0 2003/03/03 20:02:05 ctilley noship $ */
3:
4:
5: -- Return MORE_INFO_ROLE from a notification.

Line 36: Wf_Core.Context('Wf_Notification2', 'GetMoreInfoRole', to_char(nid));

32: return(l_more_info_role);
33:
34: exception
35: when others then
36: Wf_Core.Context('Wf_Notification2', 'GetMoreInfoRole', to_char(nid));
37: raise;
38: end GetMoreInfoRole;
39:
40:

Line 41: end WF_NOTIFICATION2;

37: raise;
38: end GetMoreInfoRole;
39:
40:
41: end WF_NOTIFICATION2;
42: