DBA Data[Home] [Help]

APPS.MSD_NTF dependencies on WF_CORE

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: