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.4.12020000.2 2012/11/14 05:18:31 spothula ship $ */
3:
4: /*-------------------------------------------------------------
5: PROCEDURE Check_Wait_To_Fulfill_Line

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 337: oe_debug_pub.add( 'ENTERING OE_FULFILL_WF.START_FULFILLMENT '||ITEMTYPE||'/'||ITEMKEY , 0.5 ) ;

333: --
334: -- RUN mode - normal process execution
335: --
336: IF l_debug_level > 0 THEN -- debug level changed to 0.5 for bug 13435459
337: oe_debug_pub.add( 'ENTERING OE_FULFILL_WF.START_FULFILLMENT '||ITEMTYPE||'/'||ITEMKEY , 0.5 ) ;
338: END IF;
339: OE_STANDARD_WF.Set_Msg_Context(actid);
340:
341: if (funcmode = 'RUN') then

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,

Line 470: END OE_Fulfill_WF;

466: OE_STANDARD_WF.Clear_Msg_Context;
467: raise;
468: END Start_Fulfillment;
469:
470: END OE_Fulfill_WF;