DBA Data[Home] [Help]

APPS.OE_SHIPPING_WF dependencies on OE_SHIPPING_WF

Line 1: PACKAGE BODY OE_Shipping_WF as

1: PACKAGE BODY OE_Shipping_WF as
2: /* $Header: OEXWSHPB.pls 120.4 2008/01/11 11:55:20 prpathak ship $ */
3:
4:
5: PROCEDURE Inc_Items_Freeze_Required(

Line 132: oe_debug_pub.add( 'ENTERING OE_SHIPPING_WF.START_SHIPPING '||ITEMTYPE||'/'||ITEMKEY , 1 ) ;

128: --
129: -- RUN mode - normal process execution
130: --
131: IF l_debug_level > 0 THEN
132: oe_debug_pub.add( 'ENTERING OE_SHIPPING_WF.START_SHIPPING '||ITEMTYPE||'/'||ITEMKEY , 1 ) ;
133: END IF;
134: oe_msg_pub.set_process_activity(actid);
135: if (funcmode = 'RUN') then
136:

Line 461: wf_core.context('OE_Shipping_WF', 'Shipping_Activity',

457:
458: when others then
459: -- The line below records this function call in the error system
460: -- in the case of an exception.
461: wf_core.context('OE_Shipping_WF', 'Shipping_Activity',
462: itemtype, itemkey, to_char(actid), funcmode,
463: OE_SHIPPING_INTEGRATION_PVT.G_DEBUG_MSG);
464: OE_SHIPPING_INTEGRATION_PVT.G_DEBUG_CALL := 0;
465: -- start data fix project

Line 475: END OE_Shipping_WF;

471: OE_STANDARD_WF.Clear_Msg_Context;
472: raise;
473: END START_SHIPPING;
474:
475: END OE_Shipping_WF;