DBA Data[Home] [Help]

APPS.JAI_RCV_ACCOUNTING_PKG dependencies on PO_LINE_LOCATIONS_ALL

Line 1255: from po_line_locations_all

1251: and rownum = 1;
1252:
1253: cursor c_fetch_price_override(cp_po_line_location_id number) IS
1254: select price_override
1255: from po_line_locations_all
1256: where line_location_id = cp_po_line_location_id;
1257:
1258: cursor c_fetch_list_price(cp_organization_id number, cp_item_id number) IS
1259: select list_price_per_unit