DBA Data[Home] [Help]

APPS.GMD_QC_ERES_UTILS dependencies on HR_OPERATING_UNITS

Line 360: FROM hr_operating_units

356: ) IS
357:
358: CURSOR c1 IS
359: SELECT name
360: FROM hr_operating_units
361: WHERE organization_id = p_org_id
362: ;
363:
364: BEGIN