DBA Data[Home] [Help]

APPS.BOMPKMUD dependencies on HR_ALL_ORGANIZATION_UNITS

Line 2329: FROM hr_all_organization_units

2325: IF (eco_rec.responsible_organization_id IS NOT NULL) THEN
2326:
2327: SELECT name
2328: INTO l_department_name
2329: FROM hr_all_organization_units
2330: WHERE organization_id = eco_rec.responsible_organization_id;
2331:
2332: ELSE
2333: