DBA Data[Home] [Help]

APPS.AP_IMPORT_VALIDATION_PKG dependencies on PO_LINE_LOCATIONS_RELEASE_V

Line 12950: FROM po_line_locations_release_v

12946: AND (p_invoice_lines_rec.po_release_id IS NOT NULL) ) THEN
12947:
12948: SELECT NVL(price_override,unit_price),unit_meas_lookup_code
12949: INTO l_po_unit_price,l_unit_of_measure
12950: FROM po_line_locations_release_v
12951: WHERE po_line_id = l_po_line_id
12952: -- bug7328060, added the below condition
12953: AND line_location_id = nvl(l_po_line_location_id, line_location_id)
12954: AND po_release_id = p_invoice_lines_rec.po_release_id;