DBA Data[Home] [Help]

APPS.BOMPKMUD dependencies on HR_ALL_ORGANIZATION_UNITS

Line 2335: FROM hr_all_organization_units

2331: IF (eco_rec.responsible_organization_id IS NOT NULL) THEN
2332:
2333: SELECT name
2334: INTO l_department_name
2335: FROM hr_all_organization_units
2336: WHERE organization_id = eco_rec.responsible_organization_id;
2337:
2338: ELSE
2339: