DBA Data[Home] [Help]

APPS.PAY_MX_ANNUAL_WRI dependencies on HR_ORGANIZATION_UNITS

Line 624: hr_organization_units hou,

620: ft.territory_short_name,
621: hl.telephone_number_1,
622: hl.telephone_number_2
623: FROM hr_locations hl,
624: hr_organization_units hou,
625: fnd_territories_vl ft
626: WHERE hou.location_id = hl.location_id
627: AND ft.territory_code = hl.country
628: AND hou.organization_id = g_gre_id;