123: IS
124: SELECT
125: name
126: FROM
127: hr_operating_units
128: WHERE
129: organization_id = p_org_id;
130:
131: BEGIN
429: IS
430: SELECT
431: name
432: FROM
433: hr_operating_units
434: WHERE
435: organization_id = p_org_id;
436:
437: BEGIN
741: IS
742: SELECT
743: name
744: FROM
745: hr_operating_units
746: WHERE
747: organization_id = p_org_id;
748:
749: BEGIN