DBA Data[Home] [Help]

APPS.AP_XML_TAX_DERIVATION_PKG dependencies on PO_LINES_ALL

Line 28: po_lines_all pol,

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
32: poh.org_id = p_org_id and