DBA Data[Home] [Help]

APPS.OE_NOTIFY_USER_WF dependencies on OE_STANDARD_WF

Line 297: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,

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,
299: p_itemkey => itemkey);
300: OE_STANDARD_WF.Save_Messages;
301: OE_STANDARD_WF.Clear_Msg_Context;

Line 300: OE_STANDARD_WF.Save_Messages;

296: -- start data fix project
297: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
298: p_itemtype => itemtype,
299: p_itemkey => itemkey);
300: OE_STANDARD_WF.Save_Messages;
301: OE_STANDARD_WF.Clear_Msg_Context;
302: -- end data fix project
303: RAISE;
304: END sendNotification;

Line 301: OE_STANDARD_WF.Clear_Msg_Context;

297: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
298: p_itemtype => itemtype,
299: p_itemkey => itemkey);
300: OE_STANDARD_WF.Save_Messages;
301: OE_STANDARD_WF.Clear_Msg_Context;
302: -- end data fix project
303: RAISE;
304: END sendNotification;
305:

Line 394: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,

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,
396: p_itemkey => itemkey);
397: OE_STANDARD_WF.Save_Messages;
398: OE_STANDARD_WF.Clear_Msg_Context;

Line 397: OE_STANDARD_WF.Save_Messages;

393: -- start data fix project
394: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
395: p_itemtype => itemtype,
396: p_itemkey => itemkey);
397: OE_STANDARD_WF.Save_Messages;
398: OE_STANDARD_WF.Clear_Msg_Context;
399: -- end data fix project
400: RAISE;
401:

Line 398: OE_STANDARD_WF.Clear_Msg_Context;

394: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
395: p_itemtype => itemtype,
396: p_itemkey => itemkey);
397: OE_STANDARD_WF.Save_Messages;
398: OE_STANDARD_WF.Clear_Msg_Context;
399: -- end data fix project
400: RAISE;
401:
402: END validateContingency;

Line 539: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,

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,
541: p_itemkey => itemkey);
542: OE_STANDARD_WF.Save_Messages;
543: OE_STANDARD_WF.Clear_Msg_Context;

Line 542: OE_STANDARD_WF.Save_Messages;

538: -- start data fix project
539: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
540: p_itemtype => itemtype,
541: p_itemkey => itemkey);
542: OE_STANDARD_WF.Save_Messages;
543: OE_STANDARD_WF.Clear_Msg_Context;
544: -- end data fix project
545: RAISE;
546:

Line 543: OE_STANDARD_WF.Clear_Msg_Context;

539: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
540: p_itemtype => itemtype,
541: p_itemkey => itemkey);
542: OE_STANDARD_WF.Save_Messages;
543: OE_STANDARD_WF.Clear_Msg_Context;
544: -- end data fix project
545: RAISE;
546:
547: END getUserList;