DBA Data[Home] [Help]

APPS.OE_CLOSE_WF dependencies on OE_CLOSE_WF

Line 1: PACKAGE BODY OE_Close_WF as

1: PACKAGE BODY OE_Close_WF as
2: /* $Header: OEXWCLOB.pls 120.1 2005/09/27 23:19:17 serla noship $ */
3:
4: PROCEDURE Close_Order(
5: itemtype in varchar2,

Line 88: wf_core.context('OE_Close_WF', 'Close_Order',

84: exception
85: when others then
86: -- The line below records this function call in the error system
87: -- in the case of an exception.
88: wf_core.context('OE_Close_WF', 'Close_Order',
89: itemtype, itemkey, to_char(actid), funcmode);
90: -- start data fix project
91: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
92: p_itemtype => itemtype,

Line 189: wf_core.context('OE_Close_WF', 'Close_Line',

185: exception
186: when others then
187: -- The line below records this function call in the error system
188: -- in the case of an exception.
189: wf_core.context('OE_Close_WF', 'Close_Line',
190: itemtype, itemkey, to_char(actid), funcmode);
191: -- start data fix project
192: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
193: p_itemtype => itemtype,

Line 201: END OE_Close_WF;

197: -- end data fix project
198: raise;
199: END Close_Line;
200:
201: END OE_Close_WF;