DBA Data[Home] [Help]

APPS.OE_CLOSE_WF dependencies on WF_CORE

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,