DBA Data[Home] [Help]

APPS.HR_MX_UTILITY dependencies on HR_ALL_ORGANIZATION_UNITS

Line 523: FROM hr_all_organization_units

519: END IF;
520:
521: SELECT name
522: INTO lv_org_name
523: FROM hr_all_organization_units
524: WHERE organization_id = p_organization_id;
525:
526: IF (g_debug)
527: THEN