DBA Data[Home] [Help]

APPS.PO_CHORD_WF3 dependencies on WF_CORE

Line 44: wf_core.context('POAPPRV', 'po_chord_wf3.chord_shipments', 'others');

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

Line 1096: wf_core.context('POAPPRV', 'set_wf_shipments_control', 'e_invalid_setup');

1092: IF (g_po_wf_debug = 'Y') THEN
1093: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1094: '*** In procedure: set_wf_shipments_control ***');
1095: END IF;
1096: wf_core.context('POAPPRV', 'set_wf_shipments_control', 'e_invalid_setup');
1097: raise;
1098:
1099: WHEN others THEN
1100: IF (g_po_wf_debug = 'Y') THEN

Line 1104: wf_core.context('POAPPRV', 'set_wf_shipments_control', 'others');

1100: IF (g_po_wf_debug = 'Y') THEN
1101: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1102: '*** In procedure: set_wf_shipments_control ***');
1103: END IF;
1104: wf_core.context('POAPPRV', 'set_wf_shipments_control', 'others');
1105: raise;
1106:
1107: END;
1108:

Line 1473: wf_core.context('POAPPRV', 'set_wf_shipments_control', 'e_invalid_setup');

1469: IF (g_po_wf_debug = 'Y') THEN
1470: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1471: '***set_wf_shipments_control exception e_invalid_setup *** ');
1472: END IF;
1473: wf_core.context('POAPPRV', 'set_wf_shipments_control', 'e_invalid_setup');
1474: raise;
1475:
1476: WHEN OTHERS THEN
1477: IF (g_po_wf_debug = 'Y') THEN

Line 1481: wf_core.context('POAPPRV', 'set_wf_shipments_control', 'others');

1477: IF (g_po_wf_debug = 'Y') THEN
1478: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1479: '*** set_wf_shipments_control exception others ***');
1480: END IF;
1481: wf_core.context('POAPPRV', 'set_wf_shipments_control', 'others');
1482: raise;
1483:
1484: END;
1485: