425:
426: BEGIN
427: SELECT name
428: INTO p_org_units_header_tbl(tab_row).operating_unit_name
429: FROM hr_operating_units
430: WHERE organization_id = p_org_units_header_tbl(tab_row).operating_unit_id;
431: EXCEPTION
432: WHEN OTHERS THEN
433: NULL;