DBA Data[Home] [Help]

APPS.PO_CHORD_WF3 dependencies on PO_WF_DEBUG_PKG

Line 18: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

14: x_shipments_parameters t_shipments_parameters_type;
15: BEGIN
16:
17: IF (g_po_wf_debug = 'Y') THEN
18: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
19: '*** In Procedure: chord_shipments ***' );
20: END IF;
21:
22: IF funcmode <> 'RUN' THEN

Line 34: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

30:
31: set_wf_shipments_control(itemtype, itemkey, x_shipments_control);
32:
33: IF (g_po_wf_debug = 'Y') THEN
34: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
35: '*** Finish: chord_shipments ***' );
36: END IF;
37:
38: result := wf_engine.eng_completed || ':' || 'ACTIVITY_PERFORMED';

Line 64: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

60: l_precision VARCHAR2(15);
61:
62: BEGIN
63: IF (g_po_wf_debug = 'Y') THEN
64: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
65: '*** In procedure: check_shipments_change ***' );
66: END IF;
67:
68: /* To use change order,

Line 1086: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

1082: END IF;
1083: -- ECO 5080252 End
1084:
1085: IF (g_po_wf_debug = 'Y') THEN
1086: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1087: '*** Finish: check_shipments_change ***' );
1088: END IF;
1089:
1090: EXCEPTION

Line 1093: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

1089:
1090: EXCEPTION
1091: WHEN e_invalid_setup THEN
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;

Line 1101: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

1097: raise;
1098:
1099: WHEN others THEN
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;

Line 1115: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

1111: x_shipments_control IN t_shipments_control_type)
1112: IS
1113: BEGIN
1114: IF (g_po_wf_debug = 'Y') THEN
1115: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1116: '*** In procedure: set_wf_shipments_control ***');
1117: END IF;
1118:
1119: PO_WF_UTIL_PKG.SetItemAttrText(itemtype,

Line 1261: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

1257:
1258: --
1259:
1260: IF (g_po_wf_debug = 'Y') THEN
1261: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1262: '*** Finish: set_wf_shipments_control ***');
1263: END IF;
1264:
1265: END;

Line 1274: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

1270: x_shipments_control IN OUT NOCOPY t_shipments_control_type)
1271: IS
1272: BEGIN
1273: IF (g_po_wf_debug = 'Y') THEN
1274: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1275: '*** In procedure: get_wf_shipments_control ***');
1276: END IF;
1277:
1278: x_shipments_control.shipment_num :=

Line 1410: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

1406:
1407: debug_shipments_control(itemtype, itemkey, x_shipments_control);
1408:
1409: IF (g_po_wf_debug = 'Y') THEN
1410: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1411: '*** Finish: get_wf_shipments_control ***');
1412: END IF;
1413:
1414: END;

Line 1424: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

1420: e_invalid_doc_type EXCEPTION;
1421: x_doc_type VARCHAR2(25);
1422: BEGIN
1423: IF (g_po_wf_debug = 'Y') THEN
1424: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1425: '*** In procedure get_wf_shipments_parameters ***');
1426: END IF;
1427:
1428: x_doc_type := PO_WF_UTIL_PKG.GetItemAttrText (itemtype,

Line 1456: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

1452:
1453: END IF;
1454:
1455: IF (g_po_wf_debug = 'Y') THEN
1456: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1457: 'po_header_id = ' || to_char(x_shipments_parameters.po_header_id));
1458: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1459: 'po_release_id = '|| to_char(x_shipments_parameters.po_release_id));
1460: END IF;

Line 1458: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

1454:
1455: IF (g_po_wf_debug = 'Y') THEN
1456: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1457: 'po_header_id = ' || to_char(x_shipments_parameters.po_header_id));
1458: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1459: 'po_release_id = '|| to_char(x_shipments_parameters.po_release_id));
1460: END IF;
1461:
1462: IF (g_po_wf_debug = 'Y') THEN

Line 1463: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

1459: 'po_release_id = '|| to_char(x_shipments_parameters.po_release_id));
1460: END IF;
1461:
1462: IF (g_po_wf_debug = 'Y') THEN
1463: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1464: '*** FINISH: get_wf_shipments_parameters ***');
1465: END IF;
1466:
1467: EXCEPTION

Line 1470: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

1466:
1467: EXCEPTION
1468: WHEN e_invalid_doc_type THEN
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;

Line 1478: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

1474: raise;
1475:
1476: WHEN OTHERS THEN
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;

Line 1494: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

1490: x_shipments_control IN t_shipments_control_type)
1491: IS
1492: BEGIN
1493: IF (g_po_wf_debug = 'Y') THEN
1494: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1495: '*** In procedure: debug_shipments_control ***');
1496: END IF;
1497:
1498: IF (g_po_wf_debug = 'Y') THEN

Line 1499: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

1495: '*** In procedure: debug_shipments_control ***');
1496: END IF;
1497:
1498: IF (g_po_wf_debug = 'Y') THEN
1499: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1500: 'shipment_num : '||x_shipments_control.shipment_num);
1501: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1502: 'ship_to_organization_id : '||x_shipments_control.ship_to_organization_id);
1503: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

Line 1501: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

1497:
1498: IF (g_po_wf_debug = 'Y') THEN
1499: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1500: 'shipment_num : '||x_shipments_control.shipment_num);
1501: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1502: 'ship_to_organization_id : '||x_shipments_control.ship_to_organization_id);
1503: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1504: 'ship_to_location_id : '||x_shipments_control.ship_to_location_id);
1505: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

Line 1503: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

1499: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1500: 'shipment_num : '||x_shipments_control.shipment_num);
1501: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1502: 'ship_to_organization_id : '||x_shipments_control.ship_to_organization_id);
1503: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1504: 'ship_to_location_id : '||x_shipments_control.ship_to_location_id);
1505: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1506: 'promised_date : '||x_shipments_control.promised_date);
1507: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

Line 1505: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

1501: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1502: 'ship_to_organization_id : '||x_shipments_control.ship_to_organization_id);
1503: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1504: 'ship_to_location_id : '||x_shipments_control.ship_to_location_id);
1505: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1506: 'promised_date : '||x_shipments_control.promised_date);
1507: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1508: 'need_by_date : '||x_shipments_control.need_by_date);
1509: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

Line 1507: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

1503: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1504: 'ship_to_location_id : '||x_shipments_control.ship_to_location_id);
1505: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1506: 'promised_date : '||x_shipments_control.promised_date);
1507: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1508: 'need_by_date : '||x_shipments_control.need_by_date);
1509: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1510: 'last_accept_date : '||x_shipments_control.last_accept_date);
1511: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

Line 1509: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

1505: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1506: 'promised_date : '||x_shipments_control.promised_date);
1507: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1508: 'need_by_date : '||x_shipments_control.need_by_date);
1509: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1510: 'last_accept_date : '||x_shipments_control.last_accept_date);
1511: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1512: 'taxable_flag : '||x_shipments_control.taxable_flag);
1513: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

Line 1511: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

1507: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1508: 'need_by_date : '||x_shipments_control.need_by_date);
1509: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1510: 'last_accept_date : '||x_shipments_control.last_accept_date);
1511: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1512: 'taxable_flag : '||x_shipments_control.taxable_flag);
1513: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1514: 'price_discount : '||x_shipments_control.price_discount);
1515: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

Line 1513: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

1509: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1510: 'last_accept_date : '||x_shipments_control.last_accept_date);
1511: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1512: 'taxable_flag : '||x_shipments_control.taxable_flag);
1513: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1514: 'price_discount : '||x_shipments_control.price_discount);
1515: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1516: 'cancel_flag : '||x_shipments_control.cancel_flag );
1517: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

Line 1515: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

1511: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1512: 'taxable_flag : '||x_shipments_control.taxable_flag);
1513: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1514: 'price_discount : '||x_shipments_control.price_discount);
1515: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1516: 'cancel_flag : '||x_shipments_control.cancel_flag );
1517: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1518: 'closed_code : '||x_shipments_control.closed_code );
1519: --

Line 1517: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

1513: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1514: 'price_discount : '||x_shipments_control.price_discount);
1515: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1516: 'cancel_flag : '||x_shipments_control.cancel_flag );
1517: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1518: 'closed_code : '||x_shipments_control.closed_code );
1519: --
1520: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1521: 'payment_type : '||x_shipments_control.payment_type );

Line 1520: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

1516: 'cancel_flag : '||x_shipments_control.cancel_flag );
1517: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1518: 'closed_code : '||x_shipments_control.closed_code );
1519: --
1520: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1521: 'payment_type : '||x_shipments_control.payment_type );
1522: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1523: 'work_approver_id : '||x_shipments_control.work_approver_id );
1524: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

Line 1522: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

1518: 'closed_code : '||x_shipments_control.closed_code );
1519: --
1520: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1521: 'payment_type : '||x_shipments_control.payment_type );
1522: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1523: 'work_approver_id : '||x_shipments_control.work_approver_id );
1524: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1525: 'description : '||x_shipments_control.description );
1526: --

Line 1524: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

1520: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1521: 'payment_type : '||x_shipments_control.payment_type );
1522: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1523: 'work_approver_id : '||x_shipments_control.work_approver_id );
1524: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1525: 'description : '||x_shipments_control.description );
1526: --
1527: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1528: 'quantity_change : '||to_char(x_shipments_control.quantity_change));

Line 1527: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

1523: 'work_approver_id : '||x_shipments_control.work_approver_id );
1524: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1525: 'description : '||x_shipments_control.description );
1526: --
1527: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1528: 'quantity_change : '||to_char(x_shipments_control.quantity_change));
1529: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1530: 'price_override_change : '||to_char(x_shipments_control.price_override_change));
1531: END IF;

Line 1529: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

1525: 'description : '||x_shipments_control.description );
1526: --
1527: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1528: 'quantity_change : '||to_char(x_shipments_control.quantity_change));
1529: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1530: 'price_override_change : '||to_char(x_shipments_control.price_override_change));
1531: END IF;
1532:
1533: /* */

Line 1535: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

1531: END IF;
1532:
1533: /* */
1534: IF (g_po_wf_debug = 'Y') THEN
1535: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1536: 'start_date : '||x_shipments_control.start_date );
1537: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1538: 'end_date : '||x_shipments_control.end_date );
1539: /* Bug 2808011 */

Line 1537: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

1533: /* */
1534: IF (g_po_wf_debug = 'Y') THEN
1535: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1536: 'start_date : '||x_shipments_control.start_date );
1537: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1538: 'end_date : '||x_shipments_control.end_date );
1539: /* Bug 2808011 */
1540: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1541: 'price_override : '||x_shipments_control.price_override);

Line 1540: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

1536: 'start_date : '||x_shipments_control.start_date );
1537: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1538: 'end_date : '||x_shipments_control.end_date );
1539: /* Bug 2808011 */
1540: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1541: 'price_override : '||x_shipments_control.price_override);
1542: END IF;
1543: /* */
1544:

Line 1548: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

1544:
1545:
1546: --
1547: IF (g_po_wf_debug = 'Y') THEN
1548: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1549: 'amount_change : '||x_shipments_control.amount_change );
1550: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1551: 'start_date_change : '||x_shipments_control.start_date_change );
1552: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

Line 1550: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

1546: --
1547: IF (g_po_wf_debug = 'Y') THEN
1548: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1549: 'amount_change : '||x_shipments_control.amount_change );
1550: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1551: 'start_date_change : '||x_shipments_control.start_date_change );
1552: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1553: 'end_date_change : '||x_shipments_control.end_date_change );
1554: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

Line 1552: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

1548: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1549: 'amount_change : '||x_shipments_control.amount_change );
1550: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1551: 'start_date_change : '||x_shipments_control.start_date_change );
1552: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1553: 'end_date_change : '||x_shipments_control.end_date_change );
1554: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1555: 'need_by_date_change : '||x_shipments_control.need_by_date_change );
1556: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

Line 1554: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

1550: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1551: 'start_date_change : '||x_shipments_control.start_date_change );
1552: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1553: 'end_date_change : '||x_shipments_control.end_date_change );
1554: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1555: 'need_by_date_change : '||x_shipments_control.need_by_date_change );
1556: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1557: 'promised_date_change : '||x_shipments_control.promised_date_change );
1558:

Line 1556: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

1552: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1553: 'end_date_change : '||x_shipments_control.end_date_change );
1554: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1555: 'need_by_date_change : '||x_shipments_control.need_by_date_change );
1556: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1557: 'promised_date_change : '||x_shipments_control.promised_date_change );
1558:
1559: END IF;
1560: --

Line 1563: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

1559: END IF;
1560: --
1561:
1562: IF (g_po_wf_debug = 'Y') THEN
1563: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1564: '*** Finished: debug_shipments_control ***');
1565: END IF;
1566: END;
1567: