470: index by BINARY_INTEGER;
471:
472: -- Bug 5448579. Following new variables are added
473: TYPE moac_ou_rec_type IS RECORD
474: (org_id HR_OPERATING_UNITS.Organization_Id%TYPE,
475: org_name HR_OPERATING_UNITS.Name%TYPE);
476:
477: TYPE moac_ou_tab_type IS TABLE OF moac_ou_rec_type
478: index by BINARY_INTEGER;
471:
472: -- Bug 5448579. Following new variables are added
473: TYPE moac_ou_rec_type IS RECORD
474: (org_id HR_OPERATING_UNITS.Organization_Id%TYPE,
475: org_name HR_OPERATING_UNITS.Name%TYPE);
476:
477: TYPE moac_ou_tab_type IS TABLE OF moac_ou_rec_type
478: index by BINARY_INTEGER;
479: