DBA Data[Home] [Help]

APPS.AP_IMPORT_VALIDATION_PKG dependencies on PO_LINE_LOCATIONS_RELEASE_V

Line 14314: FROM po_line_locations_release_v

14310: AND (p_invoice_lines_rec.po_release_id IS NOT NULL) ) THEN
14311:
14312: SELECT NVL(price_override,unit_price),unit_meas_lookup_code
14313: INTO l_po_unit_price,l_unit_of_measure
14314: FROM po_line_locations_release_v
14315: WHERE po_line_id = l_po_line_id
14316: -- bug7328060, added the below condition
14317: AND line_location_id = nvl(l_po_line_location_id, line_location_id)
14318: AND po_release_id = p_invoice_lines_rec.po_release_id;