DBA Data[Home] [Help]

APPS.PAY_MX_PAYROLL_ARCH dependencies on HR_ORGANIZATION_UNITS

Line 4100: hr_organization_units hou

4096: region_1, region_2,
4097: region_3, postal_code,
4098: country, telephone_number_1
4099: FROM hr_locations hl,
4100: hr_organization_units hou
4101: WHERE hou.organization_id = cp_organization_id
4102: AND hou.location_id = hl.location_id;
4103:
4104: lv_ee_or_er VARCHAR2(150);