Search Results igs_ps_unit_category_all
Overview
The IGS_PS_UNIT_CATEGORY_ALL table is a core entity within the Oracle E-Business Suite Student System (IGS) module, specifically for releases 12.1.1 and 12.2.2. It functions as a junction table that manages the many-to-many relationship between academic units (courses or subjects) and their associated classification categories. Each record in this table defines a specific category assignment for a specific version of a unit, enabling institutions to classify units for various administrative, reporting, and curricular purposes. Its role is critical for organizing and segmenting the unit catalog based on attributes like discipline, level, delivery mode, or institutional requirement type.
Key Information Stored
The table's structure is defined by a composite primary key and foreign key relationships. The primary key columns are UNIT_CD, VERSION_NUMBER, and UNIT_CAT, which together uniquely identify a category assignment for a unit version. The UNIT_CD and VERSION_NUMBER columns reference a specific version of a unit from the IGS_PS_UNIT_VER_ALL table. The UNIT_CAT column references a valid category code defined in the IGS_PS_UNIT_CAT table. This design allows a single unit version to be associated with multiple distinct categories, as indicated in the entity description.
Common Use Cases and Queries
This table is central to queries that filter, report on, or apply business rules based on unit classifications. Common use cases include generating lists of all units belonging to a specific category (e.g., "Graduate Level" or "Online Delivery"), validating category assignments during unit setup, and supporting enrollment or progression rules that depend on unit types. A typical reporting query would join this table to the unit and category description tables:
- SELECT u.unit_cd, u.version_number, c.unit_cat, cat.description FROM igs_ps_unit_category_all u, igs_ps_unit_cat cat WHERE u.unit_cat = cat.unit_cat AND u.unit_cd = 'MATH101';
This retrieves all category assignments for a given unit code. Data integrity is maintained by the primary key constraint, preventing duplicate category assignments for the same unit version.
Related Objects
The table maintains documented foreign key relationships with two key master tables in the Student System, as per the provided metadata:
- IGS_PS_UNIT_VER_ALL: This is the parent table for unit definitions. The relationship is established via the UNIT_CD and VERSION_NUMBER columns in IGS_PS_UNIT_CATEGORY_ALL, ensuring that a category can only be assigned to a valid, existing unit version.
- IGS_PS_UNIT_CAT: This is the parent table containing the valid list of category codes and their descriptions. The relationship is via the UNIT_CAT column, ensuring that every category assigned to a unit references a defined and controlled value.
These relationships are critical for maintaining referential integrity and ensuring that all unit category assignments are based on authorized master data.
-
Table: IGS_PS_UNIT_CATEGORY_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the categories, which are applied to a unit. There may be multiple categories for each unit. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNIT_CATEGORY_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_CATEGORY_ALL, object_name:IGS_PS_UNIT_CATEGORY_ALL, status:VALID, product: IGS - Student System , description: This entity describes the categories, which are applied to a unit. There may be multiple categories for each unit. , implementation_dba_data: IGS.IGS_PS_UNIT_CATEGORY_ALL ,
-
APPS.IGS_PS_UNIT_CATEGORY_PKG dependencies on IGS_PS_UNIT_CATEGORY_ALL
12.1.1
-
APPS.IGS_PS_UNIT_CATEGORY_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_PS_UNIT_CATEGORY_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_UNIT_CATEGORY_ALL, status:VALID,
-
VIEW: APPS.IGSBV_HIGH_EDU_UNIT_CATEGORIES
12.1.1
-
VIEW: APPS.IGS_PS_UNIT_CATEGORY
12.1.1
-
APPS.IGS_PS_UNIT_CATEGORY_PKG dependencies on IGS_PS_UNIT_CATEGORY_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_UNIT_CATEGORY_PKG
12.1.1
-
VIEW: APPS.IGSFV_HIGH_EDU_UNIT_CATEGORIES
12.1.1
-
APPS.IGS_PS_UNIT_CATEGORY_PKG dependencies on IGS_GE_GEN_003
12.1.1
-
Table: IGS_PS_UNIT_CAT
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes user-defined unit categories, which are used to categorize all units offered by the university. , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_PS_UNIT_CATEGORY_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_CATEGORY_ALL, object_name:IGS_PS_UNIT_CATEGORY_ALL, status:VALID,
-
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: 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 ,
-
PACKAGE BODY: APPS.IGS_PS_UNIT_CATEGORY_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_UNIT_CATEGORY_PKG, status:VALID,
-
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 ,
-
Table: IGS_PS_UNIT_CAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_CAT, object_name:IGS_PS_UNIT_CAT, status:VALID, product: IGS - Student System , description: This entity describes user-defined unit categories, which are used to categorize all units offered by the university. , implementation_dba_data: IGS.IGS_PS_UNIT_CAT ,
-
VIEW: APPS.IGS_PS_UNIT_CATEGORY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_CATEGORY, object_name:IGS_PS_UNIT_CATEGORY, status:VALID,
-
View: IGS_PS_UNIT_CATEGORY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_CATEGORY, object_name:IGS_PS_UNIT_CATEGORY, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_UNIT_CATEGORY ,
-
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: IGS_PS_UNIT_CATEGORY
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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.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,
-
Table: IGS_PS_UNIT_VER_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_VER_ALL, object_name:IGS_PS_UNIT_VER_ALL, status:VALID, product: IGS - Student System , description: This entity describes a version of a unit, which is offered by the university. , implementation_dba_data: IGS.IGS_PS_UNIT_VER_ALL ,
-
Table: IGS_PS_UNIT_VER_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a version of a unit, which is offered by the university. , implementation_dba_data: Not implemented in this database ,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,
-
12.1.1 DBA Data
12.1.1
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,