123: IS
124: SELECT
125: name
126: FROM
127: hr_operating_units
128: WHERE
129: organization_id = p_org_id;
130:
131: BEGIN
420: IS
421: SELECT
422: name
423: FROM
424: hr_operating_units
425: WHERE
426: organization_id = p_org_id;
427:
428: BEGIN
722: IS
723: SELECT
724: name
725: FROM
726: hr_operating_units
727: WHERE
728: organization_id = p_org_id;
729:
730: BEGIN