DBA Data[Home] [Help]

APPS.PO_CHG_REQUEST_PVT dependencies on PO_CHANGES_REC_TYPE

Line 1522: vRequestedChanges PO_CHANGES_REC_TYPE;

1518: -- Added a PO_ prefix to the names of the change object types:
1519: vLineChanges PO_LINES_REC_TYPE;
1520: vShipChanges PO_SHIPMENTS_REC_TYPE;
1521: vDistChanges PO_DISTRIBUTIONS_REC_TYPE;
1522: vRequestedChanges PO_CHANGES_REC_TYPE;
1523: --
1524:
1525: vAckTbl pos_ack_rec_tbl := pos_ack_rec_tbl();
1526: x_progress varchar2(3) := '000';

Line 1876: vRequestedChanges := PO_CHANGES_REC_TYPE.create_object (

1872: p_quantity_ordered => distQtyTbl,
1873: p_amount_ordered => distAmtTbl -- FPS
1874: );
1875:
1876: vRequestedChanges := PO_CHANGES_REC_TYPE.create_object (
1877: p_po_header_id => p_po_header_id,
1878: p_po_release_id => p_po_release_id,
1879: p_line_changes => vLineChanges,
1880: p_shipment_changes => vShipChanges,