DBA Data[Home] [Help]

APPS.OE_NOTIFY_USER_WF dependencies on WF_CORE

Line 294: wf_core.context('oe_notify_user_wf', 'Send_notification',

290: EXCEPTION
291: WHEN OTHERS THEN
292: -- The line below records this function call in the error system
293: -- in the case of an exception.
294: wf_core.context('oe_notify_user_wf', 'Send_notification',
295: itemtype, itemkey, to_char(actid), funcmode);
296: -- start data fix project
297: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
298: p_itemtype => itemtype,

Line 391: wf_core.context('oe_notify_user_wf', 'validateContingency',

387: resultout := 'FAIL'; -- End of bug# 14657521
388: WHEN OTHERS THEN
389: -- The line below records this function call in the error system
390: -- in the case of an exception.
391: wf_core.context('oe_notify_user_wf', 'validateContingency',
392: itemtype, itemkey, to_char(actid), funcmode);
393: -- start data fix project
394: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
395: p_itemtype => itemtype,

Line 536: wf_core.context('oe_notify_user_wf', 'getUserList',

532: EXCEPTION
533: WHEN OTHERS THEN
534: -- The line below records this function call in the error system
535: -- in the case of an exception.
536: wf_core.context('oe_notify_user_wf', 'getUserList',
537: itemtype, itemkey, to_char(actid), funcmode);
538: -- start data fix project
539: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
540: p_itemtype => itemtype,