DBA Data[Home] [Help]

APPS.PO_CHG_REQUEST_PVT dependencies on PO_LINES_REC_TYPE

Line 1519: vLineChanges PO_LINES_REC_TYPE;

1515: --l_doc_check_error_msg Doc_Check_Return_Type := NULL;
1516:
1517: --
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: --

Line 1849: vLineChanges := PO_LINES_REC_TYPE.create_object (

1845:
1846: --
1847: -- Added a PO_ prefix to the names of the change object types and
1848: -- modified their constructors.
1849: vLineChanges := PO_LINES_REC_TYPE.create_object (
1850: p_po_line_id => poLineIdTbl,
1851: p_unit_price => unitPriceTbl,
1852: p_vendor_product_num => supItemTbl,
1853: p_start_date => startdateTbl,