DBA Data[Home] [Help]

APPS.OE_CREDIT_WF dependencies on WF_CORE

Line 130: wf_core.context('OE_CREDIT_WF', 'OE_CHECK_AVAILABLE_CREDIT',

126: exception
127: when others then
128: -- The line below records this function call in the error system
129: -- in the case of an exception.
130: wf_core.context('OE_CREDIT_WF', 'OE_CHECK_AVAILABLE_CREDIT',
131: itemtype, itemkey, to_char(actid), funcmode);
132: -- start data fix project
133: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
134: p_itemtype => itemtype,

Line 253: wf_core.context('OE_CREDIT_WF', 'OE_CHECK_FOR_HOLDS',

249: exception
250: when others then
251: -- The line below records this function call in the error system
252: -- in the case of an exception.
253: wf_core.context('OE_CREDIT_WF', 'OE_CHECK_FOR_HOLDS',
254: itemtype, itemkey, to_char(actid), funcmode);
255: -- start data fix project
256: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
257: p_itemtype => itemtype,

Line 389: wf_core.context('OE_CREDIT_WF', 'OE_APPLY_CREDIT_HOLD',

385: exception
386: when others then
387: -- The line below records this function call in the error system
388: -- in the case of an exception.
389: wf_core.context('OE_CREDIT_WF', 'OE_APPLY_CREDIT_HOLD',
390: itemtype, itemkey, to_char(actid), funcmode);
391: -- start data fix project
392: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
393: p_itemtype => itemtype,

Line 603: wf_core.context('OE_CREDIT_WF', 'OE_RELEASE_CREDIT_HOLD',

599: exception
600: when others then
601: -- The line below records this function call in the error system
602: -- in the case of an exception.
603: wf_core.context('OE_CREDIT_WF', 'OE_RELEASE_CREDIT_HOLD',
604: itemtype, itemkey, to_char(actid), funcmode);
605: -- start data fix project
606: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
607: p_itemtype => itemtype,

Line 735: wf_core.context('OE_CREDIT_WF', 'OE_WAIT_HOLD_NTF',

731: exception
732: when others then
733: -- The line below records this function call in the error system
734: -- in the case of an exception.
735: wf_core.context('OE_CREDIT_WF', 'OE_WAIT_HOLD_NTF',
736: itemtype, itemkey, to_char(actid), funcmode);
737: -- start data fix project
738: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
739: p_itemtype => itemtype,

Line 776: Wf_Core.Context('OE_CREDIT_WF', 'CREDIT_BLOCK', itemtype,

772: resultout := wf_engine.eng_notified||':'||wf_engine.eng_null||
773: ':'||wf_engine.eng_null;
774: exception
775: when others then
776: Wf_Core.Context('OE_CREDIT_WF', 'CREDIT_BLOCK', itemtype,
777: itemkey, to_char(actid), funcmode);
778: -- start data fix project
779: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
780: p_itemtype => itemtype,