DBA Data[Home] [Help]

APPS.AP_XML_TAX_DERIVATION_PKG dependencies on PO_LINE_LOCATIONS_ALL

Line 27: from po_line_locations_all poll,

23: where invoice_id = p_invoice_id;
24:
25: cursor ship_to(p_po_number in VARCHAR2, p_org_id in NUMBER) is
26: select hl.country, hl.region_2
27: from po_line_locations_all poll,
28: po_lines_all pol,
29: po_headers_all poh,
30: hr_locations_all hl
31: where