DBA Data[Home] [Help]

APPS.OE_PAYMENT_ASSURANCE_WF dependencies on WF_CORE

Line 243: wf_core.context('OE_Payment_Assurance_WF', 'Payment_Assurance_Act',

239: Exception
240: when others then
241: -- The line below records this function call in the error system
242: -- in the case of an exception.
243: wf_core.context('OE_Payment_Assurance_WF', 'Payment_Assurance_Act',
244: itemtype, itemkey, to_char(actid), funcmode);
245: -- start data fix project
246: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
247: p_itemtype => itemtype,

Line 307: wf_core.context('OE_Payment_Assurance_WF', 'Payment_Receipt',

303: Exception
304: when others then
305: -- The line below records this function call in the error system
306: -- in the case of an exception.
307: wf_core.context('OE_Payment_Assurance_WF', 'Payment_Receipt',
308: itemtype, itemkey, to_char(actid), funcmode);
309: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
310: p_itemtype => itemtype,
311: p_itemkey => itemkey);