Search Results igs_pr_ou_unit_all
Overview
The table IGS_PR_OU_UNIT_ALL is a core data object within the Oracle E-Business Suite Student System (IGS). It functions as a detail table within the Progression Rules module, specifically managing the unit-level components of Outcome-based Progression Rules. Its primary role is to store the specific academic units (subjects or courses) that are either mandated or prohibited for a student's enrollment in a subsequent academic period based on the outcome of a defined progression rule. This table is essential for automating and enforcing academic policy, ensuring students enroll in appropriate units that align with their progression status, such as being required to repeat failed units or being excluded from advanced units due to prerequisite failures.
Key Information Stored
The table's structure is designed to link specific units to a parent progression rule outcome. Its primary key is a composite of four columns, establishing a unique record for each unit associated with a rule outcome. The critical columns include PROGRESSION_RULE_CAT, PRA_SEQUENCE_NUMBER, and PRO_SEQUENCE_NUMBER, which together form a foreign key reference to the parent outcome rule in the IGS_PR_RU_OU_ALL table. The UNIT_CD column stores the code identifying the specific academic unit that is either required or excluded. This design allows a single progression rule outcome to mandate or prohibit enrollment in multiple specific units, providing granular control over a student's academic pathway.
Common Use Cases and Queries
A primary use case is the batch generation of enrollment recommendations or restrictions for a cohort of students after the assessment of a progression period. System processes query this table to determine which units should be automatically added to a student's upcoming study plan or flagged as ineligible. For reporting, administrators may query the table to audit the units attached to active progression rules. A typical SQL pattern involves joining to the parent outcome table to retrieve the full context of the rule.
SELECT ou_unit.unit_cd, ou.rule_outcome
FROM igs_pr_ou_unit_all ou_unit,
igs_pr_ru_ou_all ou
WHERE ou_unit.progression_rule_cat = ou.progression_rule_cat
AND ou_unit.pra_sequence_number = ou.pra_sequence_number
AND ou_unit.pro_sequence_number = ou.pro_sequence_number
AND ou.progression_rule_cat = 'ACAD_STANDING';
Related Objects
The table maintains a strict hierarchical relationship within the Progression Rules subsystem. Its existence is dependent on a defined progression rule outcome, as enforced by its foreign key constraint.
- IGS_PR_RU_OU_ALL: This is the primary parent table. IGS_PR_OU_UNIT_ALL references it via the composite foreign key on columns (PROGRESSION_RULE_CAT, PRA_SEQUENCE_NUMBER, PRO_SEQUENCE_NUMBER). This relationship ties the specific unit to its governing rule outcome.
As a detail table, IGS_PR_OU_UNIT_ALL is likely referenced by various student enrollment planning and academic advising interfaces and reports within the IGS module to apply the concrete unit-level directives defined by the broader progression rules engine.
-
Table: IGS_PR_OU_UNIT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This table contains units from which the student will be excluded or in which the student is required to enroll in the next enrollment period. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PR_OU_UNIT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_OU_UNIT_ALL, object_name:IGS_PR_OU_UNIT_ALL, status:VALID, product: IGS - Student System , description: This table contains units from which the student will be excluded or in which the student is required to enroll in the next enrollment period. , implementation_dba_data: IGS.IGS_PR_OU_UNIT_ALL ,
-
APPS.IGS_PR_OU_UNIT_PKG dependencies on IGS_PR_OU_UNIT_ALL
12.1.1
-
APPS.IGS_PR_VAL_POPU dependencies on IGS_PR_OU_UNIT_ALL
12.1.1
-
SYNONYM: APPS.IGS_PR_OU_UNIT_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PR_OU_UNIT_ALL, status:VALID,
-
APPS.IGS_PR_OU_UNIT_PKG SQL Statements
12.1.1
-
TABLE: IGS.IGS_PR_OU_UNIT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_OU_UNIT_ALL, object_name:IGS_PR_OU_UNIT_ALL, status:VALID,
-
VIEW: APPS.IGS_PR_OU_UNIT
12.1.1
-
PACKAGE BODY: APPS.IGS_PR_OU_UNIT_PKG
12.1.1
-
APPS.IGS_PR_OU_UNIT_PKG dependencies on IGS_GE_GEN_003
12.1.1
-
PACKAGE: APPS.IGS_PR_VAL_POPU
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_PR_VAL_POPU, status:VALID,
-
APPS.IGS_PR_OU_UNIT_PKG dependencies on IGS_PR_OU_UNIT_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PR_OU_UNIT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PR_OU_UNIT_PKG, status:VALID,
-
View: IGS_PR_OU_UNIT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PR_OU_UNIT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_OU_UNIT, object_name:IGS_PR_OU_UNIT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PR_OU_UNIT ,
-
VIEW: APPS.IGS_PR_OU_UNIT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_OU_UNIT, object_name:IGS_PR_OU_UNIT, status:VALID,
-
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 ,
-
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 ,
-
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'. ,