DBA Data[Home] [Help]

APPS.OE_BOOK_WF dependencies on WF_CORE

Line 134: wf_core.context('OE_Order_WF', 'Book_Order',

130: exception
131: when others then
132: -- The line below records this function call in the error system
133: -- in the case of an exception.
134: wf_core.context('OE_Order_WF', 'Book_Order',
135: itemtype, itemkey, to_char(actid), funcmode);
136: -- start data fix project
137: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
138: p_itemtype => itemtype,