DBA Data[Home] [Help]

APPS.PAY_US_PAYSLIP_SIMULATION_MAIN dependencies on HR_ORGANIZATION_UNITS

Line 1336: hr_organization_units hou

1332:
1333: CURSOR er_phone_number(cp_organization_id in number) IS
1334: select telephone_number_1
1335: from hr_locations hl,
1336: hr_organization_units hou
1337: where hou.organization_id = cp_organization_id
1338: and hou.location_id = hl.location_id;
1339:
1340: CURSOR get_legislation_code(cp_business_group_id NUMBER,