DBA Data[Home] [Help]

APPS.OE_INV_IFACE_WF dependencies on WF_CORE

Line 91: wf_core.context('OE_Inv_Iface_WF', 'Inventory_Interface',

87: EXCEPTION
88: WHEN OTHERS THEN
89: -- The line below records this function call in the error system
90: -- in the case of an exception.
91: wf_core.context('OE_Inv_Iface_WF', 'Inventory_Interface',
92: itemtype, itemkey, to_char(actid), funcmode);
93: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
94: p_itemtype => itemtype,
95: p_itemkey => itemkey);