DBA Data[Home] [Help]

APPS.OE_INV_IFACE_WF dependencies on OE_INV_IFACE_WF

Line 1: PACKAGE BODY OE_Inv_Iface_WF AS

1: PACKAGE BODY OE_Inv_Iface_WF AS
2: /* $Header: OEXWIIFB.pls 120.0 2005/06/01 23:12:20 appldev noship $ */
3: PROCEDURE Inventory_Interface
4: ( itemtype IN VARCHAR2
5: , itemkey IN VARCHAR2

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);

Line 102: END OE_Inv_Iface_WF;

98: RAISE;
99:
100: END Inventory_Interface;
101:
102: END OE_Inv_Iface_WF;