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 1092: wf_core.context('POAPPRV', 'set_wf_shipments_control', 'e_invalid_setup');

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

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

1096: IF (g_po_wf_debug = 'Y') THEN
1097: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1098: '*** In procedure: set_wf_shipments_control ***');
1099: END IF;
1100: wf_core.context('POAPPRV', 'set_wf_shipments_control', 'others');
1101: raise;
1102:
1103: END;
1104:

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

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

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

1473: IF (g_po_wf_debug = 'Y') THEN
1474: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1475: '*** set_wf_shipments_control exception others ***');
1476: END IF;
1477: wf_core.context('POAPPRV', 'set_wf_shipments_control', 'others');
1478: raise;
1479:
1480: END;
1481: