DBA Data[Home] [Help]

APPS.PO_CHG_REQUEST_PVT dependencies on PO_CHANGES_REC_TYPE

Line 1408: vRequestedChanges PO_CHANGES_REC_TYPE;

1404: -- Added a PO_ prefix to the names of the change object types:
1405: vLineChanges PO_LINES_REC_TYPE;
1406: vShipChanges PO_SHIPMENTS_REC_TYPE;
1407: vDistChanges PO_DISTRIBUTIONS_REC_TYPE;
1408: vRequestedChanges PO_CHANGES_REC_TYPE;
1409: --
1410:
1411: vAckTbl pos_ack_rec_tbl := pos_ack_rec_tbl();
1412: x_progress varchar2(3) := '000';

Line 1728: vRequestedChanges := PO_CHANGES_REC_TYPE.create_object (

1724: p_quantity_ordered => distQtyTbl,
1725: p_amount_ordered => distAmtTbl -- FPS
1726: );
1727:
1728: vRequestedChanges := PO_CHANGES_REC_TYPE.create_object (
1729: p_po_header_id => p_po_header_id,
1730: p_po_release_id => p_po_release_id,
1731: p_line_changes => vLineChanges,
1732: p_shipment_changes => vShipChanges,