DBA Data[Home] [Help]

APPS.AP_XML_TAX_DERIVATION_PKG dependencies on HR_LOCATIONS_ALL

Line 30: hr_locations_all hl

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
32: poh.org_id = p_org_id and
33: poh.segment1= p_po_number and
34: pol.po_header_id =poh.po_header_id and