DBA Data[Home] [Help]

APPS.PO_CHORD_WF4 dependencies on WF_CORE

Line 44: wf_core.context('POAPPRV', 'po_chord_wf4.chord_dist', 'others');

40:
41: EXCEPTION
42:
43: WHEN OTHERS THEN
44: wf_core.context('POAPPRV', 'po_chord_wf4.chord_dist', 'others');
45: RAISE;
46:
47: END;
48:

Line 650: wf_core.context('POAPPRV', 'set_wf_dist_control', 'e_invalid_setup');

646: IF (g_po_wf_debug = 'Y') THEN
647: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
648: '*** exception check_dist_change ***');
649: END IF;
650: wf_core.context('POAPPRV', 'set_wf_dist_control', 'e_invalid_setup');
651: raise;
652:
653: WHEN others THEN
654: IF (g_po_wf_debug = 'Y') THEN

Line 658: wf_core.context('POAPPRV', 'set_wf_dist_control', 'others');

654: IF (g_po_wf_debug = 'Y') THEN
655: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
656: '*** exeption: check_dist_change ***');
657: END IF;
658: wf_core.context('POAPPRV', 'set_wf_dist_control', 'others');
659: raise;
660:
661: END;
662:

Line 735: wf_core.context('POAPPRV', 'set_wf_dist_control', 'others');

731: IF (g_po_wf_debug = 'Y') THEN
732: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
733: '*** exeption: set_wf_dist_control ***');
734: END IF;
735: wf_core.context('POAPPRV', 'set_wf_dist_control', 'others');
736: raise;
737:
738: END;
739:

Line 862: wf_core.context('POAPPRV', 'set_wf_dist_control', 'e_invalid_setup');

858: IF (g_po_wf_debug = 'Y') THEN
859: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
860: '***set_wf_dist_parameters exception e_invalid_setup *** ');
861: END IF;
862: wf_core.context('POAPPRV', 'set_wf_dist_control', 'e_invalid_setup');
863: raise;
864:
865: WHEN OTHERS THEN
866: IF (g_po_wf_debug = 'Y') THEN

Line 870: wf_core.context('POAPPRV', 'set_wf_dist_control', 'others');

866: IF (g_po_wf_debug = 'Y') THEN
867: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
868: '***set_wf_dist_parameters exception *** ');
869: END IF;
870: wf_core.context('POAPPRV', 'set_wf_dist_control', 'others');
871: raise;
872:
873:
874: END;