Search Results igs_pr_ou_unit_set_all
Overview
The table IGS_PR_OU_UNIT_SET_ALL is a core data object within the Oracle E-Business Suite Student System (IGS) for releases 12.1.1 and 12.2.2. It functions as a junction table that establishes a critical relationship between progression rules and academic unit sets. Specifically, it stores the unit sets from which a student will be automatically failed if they fail the associated progression rule. This table is central to the automated enforcement of academic standing policies, enabling institutions to define precise academic consequences based on student performance against defined rules. Its "ALL" suffix indicates it is a multi-org table, capable of storing data partitioned by operating unit, which is a standard design pattern in Oracle EBS for supporting complex enterprise structures.
Key Information Stored
The table's structure is defined by its composite primary key, which uniquely identifies each record by linking a specific progression rule to a specific unit set. The key columns are PROGRESSION_RULE_CAT, PRA_SEQUENCE_NUMBER, and PRO_SEQUENCE_NUMBER, which together reference a specific progression outcome rule defined in IGS_PR_RU_OU_ALL. The columns UNIT_SET_CD and US_VERSION_NUMBER reference a specific version of an academic unit set defined in IGS_EN_UNIT_SET_ALL. Therefore, each row represents the enforcement condition: failure of the referenced progression rule results in failure from the referenced unit set. The table primarily serves as a relationship mapper and does not typically contain extensive descriptive attributes beyond these foreign key identifiers.
Common Use Cases and Queries
This table is primarily accessed for configuration, reporting, and batch processing related to academic progression. Common use cases include auditing the unit sets linked to a specific progression rule to verify policy setup, and identifying all progression rules that can result in failure from a particular unit set during student advising. A typical reporting query would join to the related tables to provide descriptive context. For example, to list all unit sets linked to a specific rule category:
- SELECT us.unit_set_cd, us.us_version_number, us.unit_set_name FROM igs_pr_ou_unit_set_all ous JOIN igs_en_unit_set_all us ON ous.unit_set_cd = us.unit_set_cd AND ous.us_version_number = us.version_number WHERE ous.progression_rule_cat = :rule_cat;
Another critical use case is during the batch process that evaluates student progression. The system queries this table to determine the specific unit sets from which a student must be failed after a rule failure is triggered.
Related Objects
The table IGS_PR_OU_UNIT_SET_ALL has defined foreign key relationships with two primary tables in the Student System, as documented in the ETRM metadata:
- IGS_PR_RU_OU_ALL: This is the parent table for progression outcome rules. The relationship is established via the columns PROGRESSION_RULE_CAT, PRA_SEQUENCE_NUMBER, and PRO_SEQUENCE_NUMBER. This defines the specific rule whose failure triggers the action.
- IGS_EN_UNIT_SET_ALL: This is the parent table for academic unit sets (e.g., majors, minors). The relationship is established via the columns UNIT_SET_CD and US_VERSION_NUMBER. This defines the academic program from which the student will be failed.
The table's primary key constraint, IGS_PR_OU_UNIT_SET_PK, enforces the uniqueness of these relationships. There are no other documented foreign keys where this table is the parent, indicating it is a terminal detail table in this relationship chain.
-
Table: IGS_PR_OU_UNIT_SET_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_OU_UNIT_SET_ALL, object_name:IGS_PR_OU_UNIT_SET_ALL, status:VALID, product: IGS - Student System , description: This table contains unit sets from which the student will be failed as a result of the related rule being failed. , implementation_dba_data: IGS.IGS_PR_OU_UNIT_SET_ALL ,
-
Table: IGS_PR_OU_UNIT_SET_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This table contains unit sets from which the student will be failed as a result of the related rule being failed. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PR_OU_UNIT_SET_PKG dependencies on IGS_PR_OU_UNIT_SET_ALL
12.1.1
-
APPS.IGS_PR_VAL_POUS dependencies on IGS_PR_OU_UNIT_SET_ALL
12.1.1
-
SYNONYM: APPS.IGS_PR_OU_UNIT_SET_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PR_OU_UNIT_SET_ALL, status:VALID,
-
VIEW: APPS.IGS_PR_OU_UNIT_SET
12.1.1
-
APPS.IGS_PR_OU_UNIT_SET_PKG SQL Statements
12.1.1
-
PACKAGE: APPS.IGS_PR_VAL_POUS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_PR_VAL_POUS, status:VALID,
-
TABLE: IGS.IGS_PR_OU_UNIT_SET_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_OU_UNIT_SET_ALL, object_name:IGS_PR_OU_UNIT_SET_ALL, status:VALID,
-
PACKAGE BODY: APPS.IGS_PR_OU_UNIT_SET_PKG
12.1.1
-
View: IGS_PR_OU_UNIT_SET
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PR_OU_UNIT_SET_PKG dependencies on IGS_PR_OU_UNIT_SET_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PR_OU_UNIT_SET_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PR_OU_UNIT_SET_PKG, status:VALID,
-
APPS.IGS_PR_OU_UNIT_SET_PKG dependencies on IGS_GE_GEN_003
12.1.1
-
Table: IGS_PR_RU_OU_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes the outcomes applicable to failure of the related progression rule in the way described by the attributes of the outcome. A given rule may have multiple outcomes for any given failure type if required. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PR_OU_UNIT_SET
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_OU_UNIT_SET, object_name:IGS_PR_OU_UNIT_SET, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PR_OU_UNIT_SET ,
-
Table: IGS_EN_UNIT_SET_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This field describes a unit-set, being a logical sub-grouping of course. e.g. Major, Minor, Stream, Strand. A unit-set is typically related to the rules which govern its completion via the Rules Sub-system. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PR_RU_OU_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_RU_OU_ALL, object_name:IGS_PR_RU_OU_ALL, status:VALID, product: IGS - Student System , description: This table describes the outcomes applicable to failure of the related progression rule in the way described by the attributes of the outcome. A given rule may have multiple outcomes for any given failure type if required. , implementation_dba_data: IGS.IGS_PR_RU_OU_ALL ,
-
VIEW: APPS.IGS_PR_OU_UNIT_SET
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_OU_UNIT_SET, object_name:IGS_PR_OU_UNIT_SET, status:VALID,
-
Table: IGS_EN_UNIT_SET_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_UNIT_SET_ALL, object_name:IGS_EN_UNIT_SET_ALL, status:VALID, product: IGS - Student System , description: This field describes a unit-set, being a logical sub-grouping of course. e.g. Major, Minor, Stream, Strand. A unit-set is typically related to the rules which govern its completion via the Rules Sub-system. , implementation_dba_data: IGS.IGS_EN_UNIT_SET_ALL ,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
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'. ,
-
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'. ,