DBA Data[Home] [Help]

APPS.OE_CREDIT_WF dependencies on WF_CORE

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

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

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

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

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

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

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

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

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

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

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

778: resultout := wf_engine.eng_notified||':'||wf_engine.eng_null||
779: ':'||wf_engine.eng_null;
780: exception
781: when others then
782: Wf_Core.Context('OE_CREDIT_WF', 'CREDIT_BLOCK', itemtype,
783: itemkey, to_char(actid), funcmode);
784: -- start data fix project
785: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
786: p_itemtype => itemtype,