DBA Data[Home] [Help]

APPS.OE_FULFILL_WF dependencies on WF_CORE

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

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

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

445: oe_debug_pub.add('Exception is '||sqlerrm,0.5); -- bug 4189737
446: END IF;
447: -- The line below records this function call in the error system
448: -- in the case of an exception.
449: wf_core.context('OE_Fulfill_WF', 'Fulfillment',
450: itemtype, itemkey, to_char(actid), funcmode,
451: OE_Line_Fullfill.G_DEBUG_MSG);
452: -- start data fix project
453: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,