Search Results igs_pr_ou_type_all
Overview
The table IGS_PR_OU_TYPE_ALL is a core reference table within the Oracle E-Business Suite Student System (IGS). It serves as the master repository for defining the possible outcomes resulting from the evaluation of academic progression rules against a student's performance. These outcomes represent the system's determination of a student's academic standing, such as being placed on suspension, exclusion, or being deemed successful. The table supports a multi-organization architecture, as indicated by the "_ALL" suffix, allowing for the definition of outcome types specific to different operating units. Each user-defined outcome type must map to a system-defined outcome type, ensuring consistency in downstream processing and application logic.
Key Information Stored
The table's primary purpose is to store the definition and control attributes for each progression outcome type. The central column is PROGRESSION_OUTCOME_TYPE, which is the primary key and holds the unique code for the outcome (e.g., 'SUSPENDED', 'EXCLUDED'). While the full column list is not detailed in the excerpt, the foreign key relationships indicate other critical attributes. These include DFLT_RESTRICTED_ATT_TYPE, which links to a default restricted attendance type (IGS_EN_ATD_TYPE_ALL) to be applied, and ENCUMBRANCE_TYPE, which links to a financial encumbrance type (IGS_FI_ENCMB_TYPE_ALL) that may be triggered by the outcome. The table likely contains descriptive columns for the outcome name and controls to indicate if the outcome requires manual intervention, is system-applied, or is considered a positive result.
Common Use Cases and Queries
This table is primarily referenced in processes related to academic progression, standing, and student status management. A common operational use case is generating a list of all configured outcome types for setup or audit purposes. For reporting, it is frequently joined to student-specific outcome tables to categorize and analyze student populations by their academic standing. A typical query would involve joining IGS_PR_OU_TYPE_ALL to IGS_PR_STDNT_PR_OU_ALL to get a descriptive report of student outcomes.
- Sample Query: List all progression outcome types.
SELECT progression_outcome_type, description FROM igs_pr_ou_type_all WHERE enabled_flag = 'Y' ORDER BY 1; - Sample Query: Find students with a specific outcome type (e.g., 'SUSPENDED').
SELECT s.student_id, s.person_id, o.outcome_date FROM igs_pr_stdnt_pr_ou_all s, igs_pr_ou_type_all t WHERE s.progression_outcome_type = t.progression_outcome_type AND t.progression_outcome_type = 'SUSPENDED';
Related Objects
IGS_PR_OU_TYPE_ALL maintains integral relationships with several key tables in the Student System, primarily through foreign key constraints. It acts as a parent table for student outcome records and progression rule definitions.
- IGS_PR_STDNT_PR_OU_ALL: Stores the actual progression outcomes applied to individual students. Joined via PROGRESSION_OUTCOME_TYPE.
- IGS_PR_RU_OU_ALL: Defines the possible outcomes for a specific progression rule. Joined via PROGRESSION_OUTCOME_TYPE.
- IGS_EN_ATD_TYPE_ALL (Parent): Provides the default restricted attendance type linked via DFLT_RESTRICTED_ATT_TYPE.
- IGS_FI_ENCMB_TYPE_ALL (Parent): Provides the financial encumbrance type linked via ENCUMBRANCE_TYPE.
-
Table: IGS_PR_OU_TYPE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_OU_TYPE_ALL, object_name:IGS_PR_OU_TYPE_ALL, status:VALID, product: IGS - Student System , description: Describes the types of outcomes from a progression rule check. For example, suspended, excluded, successful, manual (where the outcome must be applied manually). These outcome types must map back onto system-defined outcome types. , implementation_dba_data: IGS.IGS_PR_OU_TYPE_ALL ,
-
Table: IGS_PR_OU_TYPE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the types of outcomes from a progression rule check. For example, suspended, excluded, successful, manual (where the outcome must be applied manually). These outcome types must map back onto system-defined outcome types. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PR_VAL_POUS dependencies on IGS_PR_OU_TYPE_ALL
12.1.1
-
APPS.IGS_PR_OU_TYPE_PKG dependencies on IGS_PR_OU_TYPE_ALL
12.1.1
-
APPS.IGS_PR_OU_TYPE_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_PR_OU_TYPE_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PR_OU_TYPE_ALL, status:VALID,
-
APPS.IGS_PR_VAL_POUS dependencies on IGS_PR_OU_TYPE
12.1.1
-
VIEW: APPS.IGS_PR_OU_TYPE
12.1.1
-
APPS.IGS_PR_OU_TYPE_PKG dependencies on IGS_PR_OU_TYPE_PKG
12.1.1
-
VIEW: APPS.IGSFV_PR_STDNT_PR_OU
12.1.1
-
PACKAGE BODY: APPS.IGS_PR_OU_TYPE_PKG
12.1.1
-
Table: IGS_FI_ENCMB_TYPE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the user-defined encumbrance types that might be applied to a person by the institution. For example, unpaid fees, failed academic progression check. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PR_OU_TYPE_PKG dependencies on IGS_GE_GEN_003
12.1.1
-
APPS.IGS_PR_VAL_POUS dependencies on IGS_PR_OU_UNIT_SET
12.1.1
-
APPS.IGS_PR_VAL_POUS dependencies on IGS_FI_ENC_DFLT_EFT
12.1.1
-
Table: IGS_FI_ENCMB_TYPE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_ENCMB_TYPE_ALL, object_name:IGS_FI_ENCMB_TYPE_ALL, status:VALID, product: IGS - Student System , description: Describes the user-defined encumbrance types that might be applied to a person by the institution. For example, unpaid fees, failed academic progression check. , implementation_dba_data: IGS.IGS_FI_ENCMB_TYPE_ALL ,
-
PACKAGE BODY: APPS.IGS_PR_OU_TYPE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PR_OU_TYPE_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_PR_VAL_POUS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PR_VAL_POUS, status:VALID,
-
View: IGS_PR_OU_TYPE
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_PR_OU_TYPE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_OU_TYPE_ALL, object_name:IGS_PR_OU_TYPE_ALL, status:VALID,
-
Table: IGS_EN_ATD_TYPE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available university program attendance types , 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 ,
-
Table: IGS_EN_ATD_TYPE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_ATD_TYPE_ALL, object_name:IGS_EN_ATD_TYPE_ALL, status:VALID, product: IGS - Student System , description: Describes available university program attendance types , implementation_dba_data: IGS.IGS_EN_ATD_TYPE_ALL ,
-
View: IGS_PR_OU_TYPE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_OU_TYPE, object_name:IGS_PR_OU_TYPE, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PR_OU_TYPE ,
-
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_STDNT_PR_OU_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes a progression outcome applied to a student, either manually or by the system, as a result of failing a progression rule. This detail is subject to approval, waiving etc. prior to application to the student. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PR_STDNT_PR_OU_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_STDNT_PR_OU_ALL, object_name:IGS_PR_STDNT_PR_OU_ALL, status:VALID, product: IGS - Student System , description: This table describes a progression outcome applied to a student, either manually or by the system, as a result of failing a progression rule. This detail is subject to approval, waiving etc. prior to application to the student. , implementation_dba_data: IGS.IGS_PR_STDNT_PR_OU_ALL ,
-
APPS.IGS_PR_VAL_POUS dependencies on IGS_PR_RU_OU
12.1.1
-
APPS.IGS_PR_VAL_POUS SQL Statements
12.1.1
-
View: IGSFV_PR_STDNT_PR_OU
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PR_STDNT_PR_OU, object_name:IGSFV_PR_STDNT_PR_OU, status:VALID, product: IGS - Student System , description: Describes Student Progression Rule Check , implementation_dba_data: APPS.IGSFV_PR_STDNT_PR_OU ,
-
View: IGSFV_PR_STDNT_PR_OU
12.2.2
product: IGS - Student System (Obsolete) , description: Describes Student Progression Rule Check , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PR_OU_TYPE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_OU_TYPE, object_name:IGS_PR_OU_TYPE, status:VALID,
-
View: IGS_AS_PROGUGAI_ADI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_PROGUGAI_ADI_V, object_name:IGS_AS_PROGUGAI_ADI_V, status:VALID, product: IGS - Student System , description: Assessment Progression/UnitGrade/AssessmentItem WebADI View , implementation_dba_data: APPS.IGS_AS_PROGUGAI_ADI_V ,
-
VIEW: APPS.IGS_AS_PROGUGAI_ADI_V
12.1.1
-
VIEW: APPS.IGS_AS_PROGUGAI_ADI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_PROGUGAI_ADI_V, object_name:IGS_AS_PROGUGAI_ADI_V, status:VALID,
-
View: IGS_AS_PROGUGAI_ADI_V
12.2.2
product: IGS - Student System (Obsolete) , description: Assessment Progression/UnitGrade/AssessmentItem WebADI View , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_PR_STDNT_PR_OU
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PR_STDNT_PR_OU, object_name:IGSFV_PR_STDNT_PR_OU, status:VALID,
-
PACKAGE BODY: APPS.IGS_PR_VAL_POUS
12.1.1
-
12.1.1 DBA Data
12.1.1
-
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
-
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'. ,