DBA Data[Home] [Help]

APPS.PO_CHG_REQUEST_PVT dependencies on PO_LINES_REC_TYPE

Line 1405: vLineChanges PO_LINES_REC_TYPE;

1401: --l_doc_check_error_msg Doc_Check_Return_Type := NULL;
1402:
1403: --
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: --

Line 1701: vLineChanges := PO_LINES_REC_TYPE.create_object (

1697:
1698: --
1699: -- Added a PO_ prefix to the names of the change object types and
1700: -- modified their constructors.
1701: vLineChanges := PO_LINES_REC_TYPE.create_object (
1702: p_po_line_id => poLineIdTbl,
1703: p_unit_price => unitPriceTbl,
1704: p_vendor_product_num => supItemTbl,
1705: p_start_date => startdateTbl,