DBA Data[Home] [Help]

APPS.OE_HOLDS_WF dependencies on WF_CORE

Line 60: wf_core.context('OE_Holds_WF', 'APPLY_HOLDS',

56: exception
57: when others then
58: -- The line below records this function call in the error system
59: -- in the case of an exception.
60: wf_core.context('OE_Holds_WF', 'APPLY_HOLDS',
61: itemtype, itemkey, to_char(actid), funcmode);
62: -- start data fix project
63: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
64: p_itemtype => itemtype,

Line 205: wf_core.context('OE_Holds_WF', 'CHECK_HOLDS',

201: exception
202: when others then
203: -- The line below records this function call in the error system
204: -- in the case of an exception.
205: wf_core.context('OE_Holds_WF', 'CHECK_HOLDS',
206: itemtype, itemkey, to_char(actid), funcmode);
207: -- start data fix project
208: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
209: p_itemtype => itemtype,

Line 276: wf_core.context('OE_Holds_WF', 'RELEASE_HOLDS',

272: exception
273: when others then
274: -- The line below records this function call in the error system
275: -- in the case of an exception.
276: wf_core.context('OE_Holds_WF', 'RELEASE_HOLDS',
277: itemtype, itemkey, to_char(actid), funcmode);
278: -- start data fix project
279: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
280: p_itemtype => itemtype,