426: index by BINARY_INTEGER;
427:
428: -- Bug 5448579. Following new variables are added
429: TYPE moac_ou_rec_type IS RECORD
430: (org_id HR_OPERATING_UNITS.Organization_Id%TYPE,
431: org_name HR_OPERATING_UNITS.Name%TYPE);
432:
433: TYPE moac_ou_tab_type IS TABLE OF moac_ou_rec_type
434: index by BINARY_INTEGER;
427:
428: -- Bug 5448579. Following new variables are added
429: TYPE moac_ou_rec_type IS RECORD
430: (org_id HR_OPERATING_UNITS.Organization_Id%TYPE,
431: org_name HR_OPERATING_UNITS.Name%TYPE);
432:
433: TYPE moac_ou_tab_type IS TABLE OF moac_ou_rec_type
434: index by BINARY_INTEGER;
435: