DBA Data[Home] [Help]

APPS.IEM_DP_NOTIFICATION_WF_PUB dependencies on WF_CORE

Line 50: wf_core.context(G_PKG_NAME, l_proc_name,

46:
47:
48: exception
49: when others then
50: wf_core.context(G_PKG_NAME, l_proc_name,
51: itemtype, itemkey);
52: G_STAT:='E';
53: raise;
54: end IEM_START_PROCESS;