DBA Data[Home] [Help]

APPS.CSP_REPAIR_PO_PVT dependencies on PO_DISTRIBUTIONS_REC_TYPE

Line 217: l_distribution_changes PO_DISTRIBUTIONS_REC_TYPE;

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;
221: lc_org_id NUMBER;

Line 686: PO_DISTRIBUTIONS_REC_TYPE.create_object (

682:
683: --Distribution Change - Need not do anything here as the change in Distribution
684: --will be automatically taken care of by the update_document API
685: l_distribution_changes :=
686: PO_DISTRIBUTIONS_REC_TYPE.create_object (
687: p_po_distribution_id => NULL
688: );
689:
690: --Change Object containing all the changes needed to perform on the PO

Line 1114: l_distribution_changes := PO_DISTRIBUTIONS_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
1114: l_distribution_changes := PO_DISTRIBUTIONS_REC_TYPE.create_object (
1115: p_po_distribution_id => null
1116: );
1117:
1118: --Change Object containing all the changes needed to perform on the PO

Line 1628: l_distribution_changes PO_DISTRIBUTIONS_REC_TYPE;

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;
1632: l_org_id NUMBER;

Line 2086: l_distribution_changes := PO_DISTRIBUTIONS_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
2086: l_distribution_changes := PO_DISTRIBUTIONS_REC_TYPE.create_object (
2087: p_po_distribution_id => null
2088: );
2089:
2090: --Change Object containing all the changes needed to perform on the PO