DBA Data[Home] [Help]

APPS.PAY_MX_PAYROLL_ARCH dependencies on HR_LOCATIONS

Line 4099: FROM hr_locations hl,

4095: address_line_3, town_or_city,
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: