DBA Data[Home] [Help]

APPS.JAI_RCV_JOURNAL_PKG dependencies on PO_LINE_LOCATIONS_ALL

Line 344: FROM po_line_locations_all

340:
341: IF v_rcv_rec.source_document_code = 'PO'
342: THEN
343: For price_rec IN (SELECT price_override
344: FROM po_line_locations_all
345: WHERE line_location_id = v_rcv_rec.po_line_location_id)
346: LOOP
347: v_unit_price := price_rec.price_override;
348: END LOOP;