DBA Data[Home] [Help]

APPS.MSD_NTF dependencies on MSD_NTF

Line 1: PACKAGE BODY MSD_NTF AS

1: PACKAGE BODY MSD_NTF AS
2: /* $Header: msdntwfb.pls 120.3 2006/02/14 09:43:30 faliu noship $ */
3:
4: PROCEDURE SETUSER (AdHocRole in varchar2,
5: UserList in varchar2)

Line 112: WF_CORE.CONTEXT('MSD_NTF', 'DO_NTFY ',

108: ItemKey => ItemKey);
109: return;
110: exception
111: when others then
112: WF_CORE.CONTEXT('MSD_NTF', 'DO_NTFY ',
113: itemtype, itemkey);
114: raise;
115: end DO_NTFY;
116:

Line 135: end MSD_NTF;

131: when others then
132: null;
133: end SHOW_REPORT_CLOB;
134:
135: end MSD_NTF;