DBA Data[Home] [Help]

APPS.CSP_REPAIR_PO_PVT dependencies on PO_SHIPMENTS_REC_TYPE

Line 216: l_shipment_changes PO_SHIPMENTS_REC_TYPE;

212: L_WIP_REMAIN_QTY NUMBER;
213: L_WIP_COMPLETE_QTY NUMBER;
214:
215: l_po_line_changes po_lines_rec_type;
216: l_shipment_changes PO_SHIPMENTS_REC_TYPE;
217: l_distribution_changes PO_DISTRIBUTIONS_REC_TYPE;
218: l_changes PO_CHANGES_REC_TYPE;
219: l_po_release_id NUMBER;
220: l_po_header_id NUMBER;

Line 679: PO_SHIPMENTS_REC_TYPE.create_object (

675:
676: --Shipment Change - Need not do anything here as the change in Shipment Quantity
677: --will be automatically taken care of by the update_document API
678: l_shipment_changes :=
679: PO_SHIPMENTS_REC_TYPE.create_object (
680: p_po_line_location_id => NULL
681: );
682:
683: --Distribution Change - Need not do anything here as the change in Distribution

Line 1109: l_shipment_changes := PO_SHIPMENTS_REC_TYPE.create_object (

1105: );
1106:
1107: --Shipment Change - Need not do anything here as the change in Shipment Quantity
1108: --will be automatically taken care of by the update_document API
1109: l_shipment_changes := PO_SHIPMENTS_REC_TYPE.create_object (
1110: p_po_line_location_id => null);
1111:
1112: --Distribution Change - Need not do anything here as the change in Distribution
1113: --will be automatically taken care of by the update_document API

Line 1627: l_shipment_changes PO_SHIPMENTS_REC_TYPE;

1623:
1624: l_po_con_doc_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
1625:
1626: l_po_line_changes po_lines_rec_type;
1627: l_shipment_changes PO_SHIPMENTS_REC_TYPE;
1628: l_distribution_changes PO_DISTRIBUTIONS_REC_TYPE;
1629: l_changes PO_CHANGES_REC_TYPE;
1630: l_po_release_id NUMBER;
1631: l_po_header_id NUMBER;

Line 2081: l_shipment_changes := PO_SHIPMENTS_REC_TYPE.create_object (

2077: );
2078:
2079: --Shipment Change - Need not do anything here as the change in Shipment Quantity
2080: --will be automatically taken care of by the update_document API
2081: l_shipment_changes := PO_SHIPMENTS_REC_TYPE.create_object (
2082: p_po_line_location_id => null);
2083:
2084: --Distribution Change - Need not do anything here as the change in Distribution
2085: --will be automatically taken care of by the update_document API