DBA Data[Home] [Help]

APPS.CSP_REPAIR_PO_PVT dependencies on PO_CHANGES_REC_TYPE

Line 218: l_changes PO_CHANGES_REC_TYPE;

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;
222: l_po_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;

Line 692: PO_CHANGES_REC_TYPE.create_object (

688: );
689:
690: --Change Object containing all the changes needed to perform on the PO
691: l_changes :=
692: PO_CHANGES_REC_TYPE.create_object (
693: p_po_header_id => l_po_header_id,
694: p_po_release_id => l_po_release_id,
695: p_line_changes => l_po_line_changes,
696: p_shipment_changes => l_shipment_changes,

Line 1119: l_changes := PO_CHANGES_REC_TYPE.create_object (p_po_header_id => l_po_header_id,

1115: p_po_distribution_id => null
1116: );
1117:
1118: --Change Object containing all the changes needed to perform on the PO
1119: l_changes := PO_CHANGES_REC_TYPE.create_object (p_po_header_id => l_po_header_id,
1120: p_po_release_id => l_po_release_id,
1121: p_line_changes => l_po_line_changes,
1122: p_shipment_changes => l_shipment_changes,
1123: p_distribution_changes => l_distribution_changes

Line 1629: l_changes PO_CHANGES_REC_TYPE;

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;
1633: l_po_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;

Line 2091: l_changes := PO_CHANGES_REC_TYPE.create_object (p_po_header_id => l_po_header_id,

2087: p_po_distribution_id => null
2088: );
2089:
2090: --Change Object containing all the changes needed to perform on the PO
2091: l_changes := PO_CHANGES_REC_TYPE.create_object (p_po_header_id => l_po_header_id,
2092: p_po_release_id => l_po_release_id,
2093: p_line_changes => l_po_line_changes,
2094: p_shipment_changes => l_shipment_changes,
2095: p_distribution_changes => l_distribution_changes