Search Results unit_title
Overview
The IGSBV_HIGH_EDU_UNIT_CATEGORIES view is a base database object owned by the APPS schema in Oracle E-Business Suite, delivered as part of the IGS – Student System (Oracle Student System / Higher Education) product family. It presents a denormalized, read-only projection of the categories that are assigned to academic units within the institution's curriculum structure. In this context a "unit" is a discrete subject or module of study, and each unit may carry multiple categories (for example, disciplinary groupings, funding classifications, or reporting taxonomies), so the view returns one row per unit-to-category association.
Because the view is exposed as a read-only WITH READ ONLY construct, it is intended purely for querying, reporting, and integration extract purposes rather than for DML. It shields consumers from the join complexity of the underlying normalized tables, allowing concurrent programs, OBIEE/BI Publisher reports, and inbound/outbound interfaces to retrieve unit category information through a single, stable relational surface. The status of the object is recorded as VALID in the ETRM metadata, confirming it compiles successfully against the referenced base objects.
Underlying Base Objects
The view text is defined over three base tables. The metadata does not list these as formally documented "referenced base objects," but the view definition itself is authoritative:
- IGS_PS_UNIT_CATEGORY_ALL (UNA) – The driving table holding the assignment of a category to a unit and version. The
_ALLsuffix indicates it is the multi-organization (or partitioned) form of the unit-category entity. - IGS_PS_UNIT_CAT (UNC) – The category definition (lookup) table supplying the descriptive text for each category.
- IGS_PS_UNIT_VER_ALL (UNV) – The unit version table supplying the version-specific unit title.
The joins are equijoins on UNIT_CAT (UNA to UNC) and on the composite key UNIT_CD plus VERSION_NUMBER (UNA to UNV). This means a unit category row can be returned only where a matching unit-version record exists, and only where a matching category definition exists.
Key Columns
- UNIT_CODE – The code identifying the unit of study.
- UNIT_VERSION_NUMBER – The version of the unit, allowing category data to vary across versions.
- UNIT_CATEGORY – The category code assigned to the unit.
- UNIT_TITLE – The title of the unit as held on the unit version record. This is the column most often surfaced when users search for unit_title.
- UNIT_CATEGORY_DESCRIPTION – The human-readable description of the category.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE – Standard EBS audit (WHO) columns reflecting the creation and last modification of the underlying category-assignment row.
Common Use Cases and Queries
Typical uses include producing category-driven unit listings, feeding student records extracts, and validating that units in a given version carry the required classifications. Because users frequently search on unit_title, filtering or sorting by that column is common.
- Listing all categories for a specific unit version.
- Listing all units belonging to a particular category.
- Finding units by title across versions.
SELECT unit_code,
unit_version_number,
unit_category,
unit_title,
unit_category_description
FROM apps.igsbv_high_edu_unit_categories
WHERE unit_title LIKE '%ACCOUNTING%';
SELECT unit_code, unit_title, unit_category, unit_category_description
FROM apps.igsbv_high_edu_unit_categories
WHERE unit_cat = :p_category
ORDER BY unit_title;
-
View: IGSBV_HIGH_EDU_UNIT_CATEGORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HIGH_EDU_UNIT_CATEGORIES, object_name:IGSBV_HIGH_EDU_UNIT_CATEGORIES, status:VALID, product: IGS - Student System , description: This is a base view, which describes the categories that are applied to a unit. There can be multiple categories for each unit. , implementation_dba_data: APPS.IGSBV_HIGH_EDU_UNIT_CATEGORIES ,
-
View: IGSBV_HIGH_EDU_UNIT_CATEGORIES
12.2.2
product: IGS - Student System (Obsolete) , description: This is a base view, which describes the categories that are applied to a unit. There can be multiple categories for each unit. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_UNIT_STAT_COST_CENTRES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UNIT_STAT_COST_CENTRES, object_name:IGSFV_UNIT_STAT_COST_CENTRES, status:VALID, product: IGS - Student System , description: Full View for UK Statistics Unit Cost Center Details , implementation_dba_data: APPS.IGSFV_UNIT_STAT_COST_CENTRES ,
-
View: IGS_PS_UNT_REPT_FMLY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNT_REPT_FMLY_V, object_name:IGS_PS_UNT_REPT_FMLY_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_UNT_REPT_FMLY_V ,
-
VIEW: APPS.IGS_AD_UP_DETAIL_V
12.1.1
-
View: IGS_PS_UNT_REPT_FMLY_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_UNIT_FIELD_OF_STUDIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UNIT_FIELD_OF_STUDIES, object_name:IGSFV_UNIT_FIELD_OF_STUDIES, status:VALID, product: IGS - Student System , description: This is the full view, which describes the Field of Study with details unit code, version number, unit title, field of study and field of study description , implementation_dba_data: APPS.IGSFV_UNIT_FIELD_OF_STUDIES ,
-
View: IGSFV_HIGH_EDU_UNIT_CATEGORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HIGH_EDU_UNIT_CATEGORIES, object_name:IGSFV_HIGH_EDU_UNIT_CATEGORIES, status:VALID, product: IGS - Student System , description: This is a full view, which describes the categories that are applied to a unit. There can be multiple categories for each unit. , implementation_dba_data: APPS.IGSFV_HIGH_EDU_UNIT_CATEGORIES ,
-
VIEW: APPS.IGSBV_HIGH_EDU_UNIT_CATEGORIES
12.1.1
-
View: IGS_AD_UP_DETAIL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_UP_DETAIL_V, object_name:IGS_AD_UP_DETAIL_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_UP_DETAIL_V ,
-
View: IGS_AD_UP_DETAIL_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_FAC_USEC_TCH_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_FAC_USEC_TCH_HIST_V, object_name:IGS_PS_FAC_USEC_TCH_HIST_V, status:VALID, product: IGS - Student System , description: This view contains the history of instructors teaching details at the institution such as units taught, unit location, calendar details and teaching responsibilities of the instructor. , implementation_dba_data: APPS.IGS_PS_FAC_USEC_TCH_HIST_V ,
-
VIEW: APPS.IGSFV_UNIT_FIELD_OF_STUDIES
12.1.1
-
VIEW: APPS.IGSFV_HIGH_EDU_UNIT_CATEGORIES
12.1.1
-
VIEW: APPS.IGSFV_UNIT_STAT_COST_CENTRES
12.1.1
-
View: IGSFV_HIGH_EDU_UNIT_CATEGORIES
12.2.2
product: IGS - Student System (Obsolete) , description: This is a full view, which describes the categories that are applied to a unit. There can be multiple categories for each unit. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_UNT_REPT_FMLY_V
12.1.1
-
View: IGSFV_UNIT_FIELD_OF_STUDIES
12.2.2
product: IGS - Student System (Obsolete) , description: This is the full view, which describes the Field of Study with details unit code, version number, unit title, field of study and field of study description , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_UNIT_HESA_COST_CENTRES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UNIT_HESA_COST_CENTRES, object_name:IGSFV_UNIT_HESA_COST_CENTRES, status:VALID,
-
VIEW: APPS.IGS_PS_UNT_REPT_FMLY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNT_REPT_FMLY_V, object_name:IGS_PS_UNT_REPT_FMLY_V, status:VALID,
-
View: IGSFV_UNIT_STAT_COST_CENTRES
12.2.2
product: IGS - Student System (Obsolete) , description: Full View for UK Statistics Unit Cost Center Details , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_UNIT_HESA_COST_CENTRES
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_UNIT_UK_STATISTICS
12.2.2
product: IGS - Student System (Obsolete) , description: Full View for UK Statistics Unit Details , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_UNIT_UK_STATISTICS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UNIT_UK_STATISTICS, object_name:IGSFV_UNIT_UK_STATISTICS, status:VALID, product: IGS - Student System , description: Full View for UK Statistics Unit Details , implementation_dba_data: APPS.IGSFV_UNIT_UK_STATISTICS ,
-
View: IGSFV_UNIT_HESA_COST_CENTRES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UNIT_HESA_COST_CENTRES, object_name:IGSFV_UNIT_HESA_COST_CENTRES, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_UNIT_HESA_COST_CENTRES ,
-
VIEW: APPS.IGS_PS_FAC_USEC_TCH_HIST_V
12.1.1
-
View: IGS_HE_UNT_OU_CC_V
12.2.2
product: IGS - Student System (Obsolete) , description: A new view to replace the existing cost center table at unit level to allow users to record org unit details along with the cost center details for a unit/version , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_SCH_USEC_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_SCH_USEC_INT, object_name:IGS_PS_SCH_USEC_INT, status:VALID, product: IGS - Student System , description: Interface View to capture the Scheduler Interface Unit Section Data , implementation_dba_data: APPS.IGS_PS_SCH_USEC_INT ,
-
View: IGSFV_HESA_EXT_RUN_DAT_LINES
12.2.2
product: IGS - Student System (Obsolete) , description: Full View for HESA extract data , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_HESA_EXT_RUN_DAT_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HESA_EXT_RUN_DAT_LINES, object_name:IGSFV_HESA_EXT_RUN_DAT_LINES, status:VALID, product: IGS - Student System , description: Full View for HESA extract data , implementation_dba_data: APPS.IGSFV_HESA_EXT_RUN_DAT_LINES ,
-
VIEW: APPS.IGS_HE_UNT_OU_CC_V
12.1.1
-
View: IGS_PS_FAC_USEC_TCH_HIST_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the history of instructors teaching details at the institution such as units taught, unit location, calendar details and teaching responsibilities of the instructor. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_SCH_USEC_INT
12.2.2
product: IGS - Student System (Obsolete) , description: Interface View to capture the Scheduler Interface Unit Section Data , implementation_dba_data: Not implemented in this database ,
-
View: IGS_HE_UNT_OU_CC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_UNT_OU_CC_V, object_name:IGS_HE_UNT_OU_CC_V, status:VALID, product: IGS - Student System , description: A new view to replace the existing cost center table at unit level to allow users to record org unit details along with the cost center details for a unit/version , implementation_dba_data: APPS.IGS_HE_UNT_OU_CC_V ,
-
VIEW: APPS.IGSFV_UNIT_UK_STATISTICS
12.1.1
-
VIEW: APPS.IGSFV_AS_APPR_AST_ITM_GRD_SCHS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_APPR_AST_ITM_GRD_SCHS, object_name:IGSFV_AS_APPR_AST_ITM_GRD_SCHS, status:VALID,
-
VIEW: APPS.IGS_PR_SUA_INQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_SUA_INQ_V, object_name:IGS_PR_SUA_INQ_V, status:VALID,
-
View: IGS_PS_SCH_INT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_SCH_USEC_INT
12.1.1
-
VIEW: APPS.IGS_AD_UP_DETAIL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_UP_DETAIL_V, object_name:IGS_AD_UP_DETAIL_V, status:VALID,
-
VIEW: APPS.IGS_PS_UNIT_UNIT_VERSION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_UNIT_VERSION_V, object_name:IGS_PS_UNIT_UNIT_VERSION_V, status:VALID,
-
View: IGS_AS_SLIST_ADI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SLIST_ADI_V, object_name:IGS_AS_SLIST_ADI_V, status:VALID, product: IGS - Student System , description: Assessment Student List WebADI View , implementation_dba_data: APPS.IGS_AS_SLIST_ADI_V ,
-
VIEW: APPS.IGSFV_UNIT_HESA_COST_CENTRES
12.1.1
-
View: IGSFV_AS_APPR_AST_ITM_GRD_SCHS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_APPR_AST_ITM_GRD_SCHS, object_name:IGSFV_AS_APPR_AST_ITM_GRD_SCHS, status:VALID, product: IGS - Student System , description: Approved Assessment Item Grading Schema , implementation_dba_data: APPS.IGSFV_AS_APPR_AST_ITM_GRD_SCHS ,
-
View: IGSBV_AS_APPR_AST_ITM_GRD_SCHS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AS_APPR_AST_ITM_GRD_SCHS, object_name:IGSBV_AS_APPR_AST_ITM_GRD_SCHS, status:VALID, product: IGS - Student System , description: Approved Assessment Item Grading Schema , implementation_dba_data: APPS.IGSBV_AS_APPR_AST_ITM_GRD_SCHS ,
-
View: IGS_PS_SCH_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_SCH_INT, object_name:IGS_PS_SCH_INT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_SCH_INT ,
-
VIEW: APPS.IGSFV_HIGH_EDU_UNIT_CATEGORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HIGH_EDU_UNIT_CATEGORIES, object_name:IGSFV_HIGH_EDU_UNIT_CATEGORIES, status:VALID,
-
View: IGSFV_AS_UNIT_ASS_ITEM_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_UNIT_ASS_ITEM_GROUPS, object_name:IGSFV_AS_UNIT_ASS_ITEM_GROUPS, status:VALID, product: IGS - Student System , description: Unit Assessment Item Group , implementation_dba_data: APPS.IGSFV_AS_UNIT_ASS_ITEM_GROUPS ,
-
VIEW: APPS.IGSBV_HIGH_EDU_UNIT_CATEGORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HIGH_EDU_UNIT_CATEGORIES, object_name:IGSBV_HIGH_EDU_UNIT_CATEGORIES, status:VALID,
-
VIEW: APPS.IGSBV_ACAD_UNIT_DISCIPLINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ACAD_UNIT_DISCIPLINES, object_name:IGSBV_ACAD_UNIT_DISCIPLINES, status:VALID,