DBA Data[Home] [Help]

APPS.PAY_SE_WORK_TIME_CERTIFICATE dependencies on HR_ORGANIZATION_UNITS

Line 398: FROM hr_organization_units hou

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