DBA Data[Home] [Help]

APPS.IGF_SL_REJ_WF dependencies on IGF_SL_REJ_WF

Line 1: PACKAGE BODY igf_sl_rej_wf AS

1: PACKAGE BODY igf_sl_rej_wf AS
2: /* $Header: IGFSL18B.pls 120.2 2006/08/08 06:59:36 veramach noship $ */
3:
4: /*************************************************************
5: Created By : viramali

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:

Line 643: END igf_sl_rej_wf;

639:
640:
641: END reprint_loan;
642:
643: END igf_sl_rej_wf;