DBA Data[Home] [Help]

APPS.RCV_TRANSACTION_PROCESSOR dependencies on PO_LINE_LOCATIONS_ARCHIVE

Line 321: from po_line_locations_archive

317: l_rt_row.transaction_type in ('DELIVER', 'ACCEPT', 'REJECT')) then
318: --
319: select price_override
320: into l_rt_row.po_unit_price
321: from po_line_locations_archive
322: where line_location_id = l_rti_row.po_line_location_id
323: and nvl(latest_external_flag,'N') = 'Y';
324: --
325: asn_debug.put_line('PO Unit Price from pll_archive :' || l_rt_row.po_unit_price);