DBA Data[Home] [Help]

APPS.RCV_TRANSACTION_PROCESSOR dependencies on PO_LINE_LOCATIONS_ARCHIVE

Line 379: from po_line_locations_archive

375:
376: if l_archive_ext_rev_code = 'APPROVE' then
377: select price_override
378: into l_rt_row.po_unit_price
379: from po_line_locations_archive
380: where line_location_id = l_rti_row.po_line_location_id
381: and nvl(latest_external_flag,'N') = 'Y';
382: --
383: asn_debug.put_line('PO Unit Price from pll_archive :' || l_rt_row.po_unit_price);