DBA Data[Home] [Help]

APPS.POR_CANCEL_NOTIF_PVT dependencies on POR_CANCEL_NOTIF_PVT

Line 1: PACKAGE BODY por_cancel_notif_pvt AS

1: PACKAGE BODY por_cancel_notif_pvt AS
2: /* $Header: PORCNNTB.pls 115.3 2004/05/08 00:23:58 mahmad noship $ */
3:
4: -- Read the profile option that enables/disables the debug log
5: g_po_wf_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_SET_DEBUG_WORKFLOW_ON'),'N');

Line 6: g_pkg_name CONSTANT VARCHAR2(50) := 'POR_CANCEL_NOTIF_PVT';

2: /* $Header: PORCNNTB.pls 115.3 2004/05/08 00:23:58 mahmad noship $ */
3:
4: -- Read the profile option that enables/disables the debug log
5: g_po_wf_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_SET_DEBUG_WORKFLOW_ON'),'N');
6: g_pkg_name CONSTANT VARCHAR2(50) := 'POR_CANCEL_NOTIF_PVT';
7: g_module_prefix CONSTANT VARCHAR2(50) := 'por.plsql.' || g_pkg_name || '.';
8:
9: /*==========================================================================*
10: * Starts Contractor Requisition Cancellation WF *

Line 142: wf_core.context('POR_CANCEL_NOTIF_PVT','Is_any_supplier_notified',l_progress);

138: end if;
139:
140: EXCEPTION
141: WHEN OTHERS THEN
142: wf_core.context('POR_CANCEL_NOTIF_PVT','Is_any_supplier_notified',l_progress);
143: raise;
144:
145: END Is_any_supplier_notified;
146:

Line 306: wf_core.context('POR_CANCEL_NOTIF_PVT','set_notification_attributes',l_progress);

302: END IF;
303:
304: EXCEPTION
305: WHEN OTHERS THEN
306: wf_core.context('POR_CANCEL_NOTIF_PVT','set_notification_attributes',l_progress);
307: raise;
308:
309: END set_notification_attributes;
310:

Line 458: wf_core.context('POR_CANCEL_NOTIF_PVT','set_supplier',l_progress);

454: resultout := WF_ENGINE.ENG_COMPLETED || ':' || l_supplier_exists;
455:
456: EXCEPTION
457: WHEN OTHERS THEN
458: wf_core.context('POR_CANCEL_NOTIF_PVT','set_supplier',l_progress);
459: raise;
460:
461: END set_supplier;
462:

Line 524: wf_core.context('POR_CANCEL_NOTIF_PVT','post_notification_process',l_progress);

520: END IF;
521:
522: EXCEPTION
523: WHEN OTHERS THEN
524: wf_core.context('POR_CANCEL_NOTIF_PVT','post_notification_process',l_progress);
525: raise;
526:
527: END post_notification_process;
528:

Line 530: end por_cancel_notif_pvt;

526:
527: END post_notification_process;
528:
529:
530: end por_cancel_notif_pvt;