DBA Data[Home] [Help]

APPS.PAY_SE_ARCHIVE_CWCA dependencies on HR_ORGANIZATION_UNITS

Line 323: FROM hr_organization_units hou

319: ,hl.town_or_city
320: ,hl.region_1
321: ,hl.region_2
322: ,ft.territory_short_name
323: FROM hr_organization_units hou
324: ,hr_locations hl
325: ,fnd_territories_vl ft
326: WHERE hl.location_id = csr_v_location_id
327: AND hl.country = ft.territory_code;