DBA Data[Home] [Help]

APPS.JAI_RCV_ACCOUNTING_PKG dependencies on PO_LINE_LOCATIONS_ALL

Line 1315: from po_line_locations_all

1311: and rownum = 1;
1312:
1313: cursor c_fetch_price_override(cp_po_line_location_id number) IS
1314: select price_override
1315: from po_line_locations_all
1316: where line_location_id = cp_po_line_location_id;
1317:
1318: cursor c_fetch_list_price(cp_organization_id number, cp_item_id number) IS
1319: select list_price_per_unit