DBA Data[Home] [Help]

APPS.PA_LOCATION_UTILS dependencies on HR_LOCATIONS_ALL

Line 199: hr_locations_all l,

195: x_city,
196: x_region
197: FROM hr_all_organization_units o, -- Bug 4684196
198: -- hr_organization_units o,
199: hr_locations_all l,
200: fnd_territories_vl t
201: WHERE t.territory_code = l.country
202: AND o.location_id = l.location_id
203: AND o.organization_id = p_organization_id ;