APPS.AP_INVOICE_LINES_UTILITY_PKG dependencies on PO_LINE_LOCATIONS_ALL
Line 2073: FROM po_line_locations_all
2069: INTO l_currency_code
2070: FROM po_headers_all
2071: WHERE po_header_id IN
2072: (SELECT po_header_id 2073: FROM po_line_locations_all 2074: WHERE line_location_id = p_line_location_id)
2075: AND rownum < 2;
2076:
2077: EXCEPTION