DBA Data[Home] [Help]

APPS.MSDNTF dependencies on WF_CORE

Line 107: WF_CORE.CONTEXT('MSDNTF', 'DO_NTFY ',

103: ItemKey => ItemKey);
104: return;
105: exception
106: when others then
107: WF_CORE.CONTEXT('MSDNTF', 'DO_NTFY ',
108: itemtype, itemkey);
109: raise;
110: end DO_NTFY;
111: end MSDNTF;