DBA Data[Home] [Help]

APPS.IGF_SL_REJ_WF dependencies on WF_CORE

Line 235: WF_CORE.CONTEXT ('igf_sl_rej_wf', 'send_notif', itemtype, itemkey,

231:
232: EXCEPTION
233:
234: WHEN OTHERS THEN
235: WF_CORE.CONTEXT ('igf_sl_rej_wf', 'send_notif', itemtype, itemkey,
236: to_char(actid), funcmode);
237: RAISE;
238:
239: END send_notif;

Line 435: WF_CORE.CONTEXT ('igf_sl_rej_wf', 'send_notif', itemtype, itemkey,

431:
432: EXCEPTION
433:
434: WHEN OTHERS THEN
435: WF_CORE.CONTEXT ('igf_sl_rej_wf', 'send_notif', itemtype, itemkey,
436: to_char(actid), funcmode);
437: RAISE;
438:
439:

Line 636: WF_CORE.CONTEXT ('igf_sl_rej_wf', 'send_notif', itemtype, itemkey,

632:
633: EXCEPTION
634:
635: WHEN OTHERS THEN
636: WF_CORE.CONTEXT ('igf_sl_rej_wf', 'send_notif', itemtype, itemkey,
637: to_char(actid), funcmode);
638: RAISE;
639:
640: