DBA Data[Home] [Help]

APPS.ASO_TAX_INT dependencies on HR_ALL_ORGANIZATION_UNITS

Line 2450: from HR_ALL_ORGANIZATION_UNITS

2446: --bug7408162
2447: begin
2448: select location_id
2449: into l_bill_from_location_id
2450: from HR_ALL_ORGANIZATION_UNITS
2451: where organization_id = l_qte_line_tbl(1).organization_id;
2452: Exception
2453: when others then
2454: l_bill_from_location_id := NULL;