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 1082: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

1078: END IF;
1079: -- ECO 5080252 End
1080:
1081: IF (g_po_wf_debug = 'Y') THEN
1082: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1083: '*** Finish: check_shipments_change ***' );
1084: END IF;
1085:
1086: EXCEPTION

Line 1089: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

1085:
1086: EXCEPTION
1087: WHEN e_invalid_setup THEN
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;

Line 1097: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

1093: raise;
1094:
1095: WHEN others THEN
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;

Line 1111: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

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

Line 1257: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

1253:
1254: --
1255:
1256: IF (g_po_wf_debug = 'Y') THEN
1257: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1258: '*** Finish: set_wf_shipments_control ***');
1259: END IF;
1260:
1261: END;

Line 1270: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

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

Line 1406: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

1402:
1403: debug_shipments_control(itemtype, itemkey, x_shipments_control);
1404:
1405: IF (g_po_wf_debug = 'Y') THEN
1406: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1407: '*** Finish: get_wf_shipments_control ***');
1408: END IF;
1409:
1410: END;

Line 1420: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

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

Line 1452: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

1448:
1449: END IF;
1450:
1451: IF (g_po_wf_debug = 'Y') THEN
1452: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1453: 'po_header_id = ' || to_char(x_shipments_parameters.po_header_id));
1454: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1455: 'po_release_id = '|| to_char(x_shipments_parameters.po_release_id));
1456: END IF;

Line 1454: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

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

Line 1459: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

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

Line 1466: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

1462:
1463: EXCEPTION
1464: WHEN e_invalid_doc_type THEN
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;

Line 1474: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

1470: raise;
1471:
1472: WHEN OTHERS THEN
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;

Line 1490: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

1486: x_shipments_control IN t_shipments_control_type)
1487: IS
1488: BEGIN
1489: IF (g_po_wf_debug = 'Y') THEN
1490: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1491: '*** In procedure: debug_shipments_control ***');
1492: END IF;
1493:
1494: IF (g_po_wf_debug = 'Y') THEN

Line 1495: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

1491: '*** In procedure: debug_shipments_control ***');
1492: END IF;
1493:
1494: IF (g_po_wf_debug = 'Y') THEN
1495: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1496: 'shipment_num : '||x_shipments_control.shipment_num);
1497: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1498: 'ship_to_organization_id : '||x_shipments_control.ship_to_organization_id);
1499: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

Line 1497: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

1493:
1494: IF (g_po_wf_debug = 'Y') THEN
1495: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1496: 'shipment_num : '||x_shipments_control.shipment_num);
1497: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1498: 'ship_to_organization_id : '||x_shipments_control.ship_to_organization_id);
1499: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1500: 'ship_to_location_id : '||x_shipments_control.ship_to_location_id);
1501: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

Line 1499: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

1495: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1496: 'shipment_num : '||x_shipments_control.shipment_num);
1497: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1498: 'ship_to_organization_id : '||x_shipments_control.ship_to_organization_id);
1499: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1500: 'ship_to_location_id : '||x_shipments_control.ship_to_location_id);
1501: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1502: 'promised_date : '||x_shipments_control.promised_date);
1503: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

Line 1501: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

1497: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1498: 'ship_to_organization_id : '||x_shipments_control.ship_to_organization_id);
1499: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1500: 'ship_to_location_id : '||x_shipments_control.ship_to_location_id);
1501: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1502: 'promised_date : '||x_shipments_control.promised_date);
1503: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1504: 'need_by_date : '||x_shipments_control.need_by_date);
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: 'ship_to_location_id : '||x_shipments_control.ship_to_location_id);
1501: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1502: 'promised_date : '||x_shipments_control.promised_date);
1503: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1504: 'need_by_date : '||x_shipments_control.need_by_date);
1505: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1506: 'last_accept_date : '||x_shipments_control.last_accept_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: 'promised_date : '||x_shipments_control.promised_date);
1503: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1504: 'need_by_date : '||x_shipments_control.need_by_date);
1505: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1506: 'last_accept_date : '||x_shipments_control.last_accept_date);
1507: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1508: 'taxable_flag : '||x_shipments_control.taxable_flag);
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: 'need_by_date : '||x_shipments_control.need_by_date);
1505: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1506: 'last_accept_date : '||x_shipments_control.last_accept_date);
1507: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1508: 'taxable_flag : '||x_shipments_control.taxable_flag);
1509: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1510: 'price_discount : '||x_shipments_control.price_discount);
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: 'last_accept_date : '||x_shipments_control.last_accept_date);
1507: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1508: 'taxable_flag : '||x_shipments_control.taxable_flag);
1509: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1510: 'price_discount : '||x_shipments_control.price_discount);
1511: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1512: 'cancel_flag : '||x_shipments_control.cancel_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: 'taxable_flag : '||x_shipments_control.taxable_flag);
1509: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1510: 'price_discount : '||x_shipments_control.price_discount);
1511: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1512: 'cancel_flag : '||x_shipments_control.cancel_flag );
1513: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1514: 'closed_code : '||x_shipments_control.closed_code );
1515: --

Line 1513: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

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

Line 1516: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

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

Line 1518: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

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

Line 1520: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

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

Line 1523: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

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

Line 1525: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

1521: 'description : '||x_shipments_control.description );
1522: --
1523: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1524: 'quantity_change : '||to_char(x_shipments_control.quantity_change));
1525: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1526: 'price_override_change : '||to_char(x_shipments_control.price_override_change));
1527: END IF;
1528:
1529: /* */

Line 1531: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

1527: END IF;
1528:
1529: /* */
1530: IF (g_po_wf_debug = 'Y') THEN
1531: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1532: 'start_date : '||x_shipments_control.start_date );
1533: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1534: 'end_date : '||x_shipments_control.end_date );
1535: /* Bug 2808011 */

Line 1533: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

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

Line 1536: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

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

Line 1544: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

1540:
1541:
1542: --
1543: IF (g_po_wf_debug = 'Y') THEN
1544: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1545: 'amount_change : '||x_shipments_control.amount_change );
1546: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1547: 'start_date_change : '||x_shipments_control.start_date_change );
1548: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

Line 1546: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

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

Line 1548: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

1544: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1545: 'amount_change : '||x_shipments_control.amount_change );
1546: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1547: 'start_date_change : '||x_shipments_control.start_date_change );
1548: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1549: 'end_date_change : '||x_shipments_control.end_date_change );
1550: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1551: 'need_by_date_change : '||x_shipments_control.need_by_date_change );
1552: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

Line 1550: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

1546: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1547: 'start_date_change : '||x_shipments_control.start_date_change );
1548: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1549: 'end_date_change : '||x_shipments_control.end_date_change );
1550: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1551: 'need_by_date_change : '||x_shipments_control.need_by_date_change );
1552: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1553: 'promised_date_change : '||x_shipments_control.promised_date_change );
1554:

Line 1552: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,

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

Line 1559: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,

1555: END IF;
1556: --
1557:
1558: IF (g_po_wf_debug = 'Y') THEN
1559: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1560: '*** Finished: debug_shipments_control ***');
1561: END IF;
1562: END;
1563: