DBA Data[Home] [Help]

APPS.PAY_SE_WORK_TIME_CERTIFICATE dependencies on HR_ORGANIZATION_UNITS

Line 400: FROM hr_organization_units hou

396: ,hl.town_or_city
397: ,hl.region_1
398: ,hl.region_2
399: ,ft.territory_short_name
400: FROM hr_organization_units hou
401: ,hr_locations hl
402: ,fnd_territories_vl ft
403: WHERE hl.location_id = csr_v_location_id
404: AND hl.country = ft.territory_code;