DBA Data[Home] [Help]

APPS.POR_CANCEL_NOTIF_PVT dependencies on WF_CORE

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: