DBA Data[Home] [Help]

APPS.OE_FULFILL_WF dependencies on OE_FULFILL_WF

Line 1: PACKAGE BODY OE_Fulfill_WF as

1: PACKAGE BODY OE_Fulfill_WF as
2: /* $Header: OEXWFULB.pls 120.2 2006/01/03 11:59:35 ssurapan noship $ */
3:
4: /*-------------------------------------------------------------
5: PROCEDURE Check_Wait_To_Fulfill_Line

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,

Line 462: END OE_Fulfill_WF;

458: OE_STANDARD_WF.Clear_Msg_Context;
459: raise;
460: END Start_Fulfillment;
461:
462: END OE_Fulfill_WF;