DBA Data[Home] [Help]

APPS.OE_SHIPPING_WF dependencies on WF_CORE

Line 67: WF_CORE.Context('OE_WF_SHIPPING', 'Inc_items_freeze_required',

63: EXCEPTION
64: WHEN OTHERS THEN
65: -- The line below records this function call in the error system
66: -- in the case of an exception.
67: WF_CORE.Context('OE_WF_SHIPPING', 'Inc_items_freeze_required',
68: itemtype, itemkey, to_char(actid), funcmode);
69: -- start data fix project
70: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
71: p_itemtype => itemtype,

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