DBA Data[Home] [Help]

APPS.WIP_OSP dependencies on PO_CHANGES_REC_TYPE

Line 1573: l_po_changes PO_CHANGES_REC_TYPE;

1569: l_returnStatus VARCHAR2(1);
1570: l_errMsg VARCHAR2(240);
1571: l_msgCount NUMBER;
1572: l_msgData VARCHAR2(2000);
1573: l_po_changes PO_CHANGES_REC_TYPE;
1574: l_errors_rec PO_API_ERRORS_REC_TYPE;
1575: l_req_changes PO_REQ_CHANGES_REC_TYPE;
1576:
1577: BEGIN

Line 1618: l_po_changes := PO_CHANGES_REC_TYPE.create_object(

1614: -- Call PO API to update NBD. This API will notify supplier after
1615: -- the PO get approved. Supplier will then change promise date
1616: -- through iSupplier or communicate the change to buyer if they can
1617: -- accommodate the new change
1618: l_po_changes := PO_CHANGES_REC_TYPE.create_object(
1619: p_po_header_id => p_po_header_id,
1620: p_po_release_id => p_po_release_id);
1621:
1622: l_po_changes.shipment_changes.add_change(

Line 2034: l_po_changes PO_CHANGES_REC_TYPE;

2030: l_errMsg VARCHAR2(240);
2031: l_debugMsg VARCHAR2(240);
2032: l_msgCount NUMBER;
2033: l_msgData VARCHAR2(2000);
2034: l_po_changes PO_CHANGES_REC_TYPE;
2035: l_errors_rec PO_API_ERRORS_REC_TYPE;
2036: l_req_changes PO_REQ_CHANGES_REC_TYPE;
2037: l_po_creation_time NUMBER;
2038: BEGIN

Line 2122: l_po_changes := PO_CHANGES_REC_TYPE.create_object(

2118: 'REQUIRES REAPPROVAL')) THEN
2119: -- Call an API to update QUANTITY at the distribution level.
2120: -- This API will recalculate the shipment and line quantity
2121: -- automatically.
2122: l_po_changes := PO_CHANGES_REC_TYPE.create_object(
2123: p_po_header_id => l_update_po_qty.po_header_id,
2124: p_po_release_id => l_update_po_qty.po_release_id);
2125: l_po_changes.distribution_changes.add_change(
2126: p_po_distribution_id => l_update_po_qty.po_distribution_id,