DBA Data[Home] [Help]

APPS.OE_FULFILL_WF dependencies on WF_CORE

Line 170: wf_core.context('OE_FULFILL_WF', 'Check_Wait_To_Fulfill_Line',

166: EXCEPTION
167: WHEN OTHERS THEN
168: -- The line below records this function call in the error system
169: -- in the case of an exception.
170: wf_core.context('OE_FULFILL_WF', 'Check_Wait_To_Fulfill_Line',
171: itemtype, itemkey, to_char(actid), funcmode);
172: -- start data fix project
173: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
174: p_itemtype => itemtype,

Line 457: wf_core.context('OE_Fulfill_WF', 'Fulfillment',

453: oe_debug_pub.add('Exception is '||sqlerrm,0.5); -- bug 4189737
454: END IF;
455: -- The line below records this function call in the error system
456: -- in the case of an exception.
457: wf_core.context('OE_Fulfill_WF', 'Fulfillment',
458: itemtype, itemkey, to_char(actid), funcmode,
459: OE_Line_Fullfill.G_DEBUG_MSG);
460: -- start data fix project
461: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,