DBA Data[Home] [Help]

APPS.AMS_TCOP_WF_PKG dependencies on WF_CORE

Line 69: wf_core.context(G_PKG_NAME,'Check_Schedule_Status',itemtype,itemkey,

65:
66: EXCEPTION
67:
68: WHEN OTHERS THEN
69: wf_core.context(G_PKG_NAME,'Check_Schedule_Status',itemtype,itemkey,
70: actid,funcmode);
71: raise ;
72:
73: end Is_Fatigue_Enabled;

Line 122: wf_core.context(G_PKG_NAME,'Add_Request_To_Queue',itemtype,itemkey,

118:
119: EXCEPTION
120:
121: WHEN OTHERS THEN
122: wf_core.context(G_PKG_NAME,'Add_Request_To_Queue',itemtype,itemkey,
123: actid,funcmode);
124: raise ;
125:
126: end Add_Request_To_Queue;