Search Results igs_pr_stdnt_pr_ou_all
Overview
The IGS_PR_STDNT_PR_OU_ALL table is a core data structure within the now-obsolete Student System (IGS) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It serves as the master repository for recording progression outcomes that have been applied to a student's academic program. A progression outcome is a formal academic status or action, such as a warning, probation, or enrollment restriction, triggered when a student fails to meet defined academic progression rules. The table captures outcomes generated either automatically by the system or applied manually by an administrator. Crucially, it manages the lifecycle of these outcomes, as they are often subject to approval, waiver, or appeal processes before being formally enacted against the student's record.
Key Information Stored
The table's primary key uniquely identifies a student's specific progression outcome instance through a combination of PERSON_ID, COURSE_CD, and SEQUENCE_NUMBER. Key descriptive columns include PROGRESSION_OUTCOME_TYPE, which classifies the nature of the outcome (e.g., suspension, exclusion). The table links the outcome to its originating rule check via columns like PROGRESSION_RULE_CAT, PRA_SEQUENCE_NUMBER, and RULE_CHECK_DT. It also stores the practical implications of the outcome, such as a RESTRICTED_ATTENDANCE_TYPE or an ENCMB_COURSE_GROUP_CD (encumbrance course group code) to be applied. Status and process control are managed through attributes like OUTCOME_STATUS and APPROVAL_DT, reflecting the outcome's stage in the administrative workflow.
Common Use Cases and Queries
This table is central to academic standing and compliance reporting. A common operational use case is querying all active probation outcomes for students in a specific course to initiate advisor interventions. A typical reporting query would join to student and course tables to list outcomes applied within a given term.
- Sample Query for Active Outcomes:
SELECT sp.person_id, sp.course_cd, sp.sequence_number, pot.outcome_type_name
FROM igs_pr_stdnt_pr_ou_all sp,
igs_pr_ou_type_all pot
WHERE sp.progression_outcome_type = pot.progression_outcome_type
AND sp.outcome_status = 'APPROVED'
AND sp.course_cd = :p_course_code; - Audit and History: The table supports auditing the chain of academic decisions for a student, often joined with history tables (IGS_PR_STU_OU_HIST_ALL) to show the complete timeline of progression events.
- Workflow Integration: Data in this table typically feeds approval workflows and generates official student notifications regarding their academic status.
Related Objects
The table maintains extensive foreign key relationships with other Student System entities, as documented in the ETRM. Key relationships include:
- IGS_EN_STDNT_PS_ATT_ALL: Links the outcome to the specific student program attempt (PERSON_ID, COURSE_CD).
- IGS_PR_SDT_PR_RU_CK_ALL: Links to the specific progression rule check that triggered the outcome (PERSON_ID, COURSE_CD, PRG_CAL_TYPE, PRG_CI_SEQUENCE_NUMBER, PROGRESSION_RULE_CAT, PRA_SEQUENCE_NUMBER, RULE_CHECK_DT).
- IGS_PR_RU_OU_ALL: References the definition of the rule outcome (PROGRESSION_RULE_CAT, PRO_PRA_SEQUENCE_NUMBER, PRO_SEQUENCE_NUMBER).
- IGS_PR_STDNT_PR_FND: Child table where findings or specific details related to the outcome may be stored (PERSON_ID, COURSE_CD, SPO_SEQUENCE_NUMBER).
- IGS_PE_PERS_ENCUMB & IGS_PR_RU_APPL_ALL: Child tables that may record encumbrances or rule applications resulting from the outcome.
- IGS_PR_STU_OU_HIST_ALL: Tracks historical changes to the student outcome record.
- IGS_PR_OU_TYPE_ALL, IGS_EN_ATD_TYPE_ALL, IGS_PS_GRP_ALL: Reference tables for validating outcome type, attendance type, and course group codes.
-
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_PE_PERS_ENCUMB
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the encumbrances placed on an applicant/student e.g. overdue parking fines, unpaid fees, failure to return library books. , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
Table: IGS_PR_STDNT_PR_UNIT
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the units that a student is required to enroll in as part of their probation due to failing a progression rule. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_GRP_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a grouping of programs, which are used for a variety of purposes within the system. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PR_STDNT_PR_PS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the programs that a student is required to enroll as part of their probation due to failing a progression rule. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PR_STU_OU_HIST_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the student outcome history , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PR_STDNT_PR_FND
12.2.2
product: IGS - Student System (Obsolete) , description: The entity stores the exclude fund codes related to a particular Student Progression Outcome record. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PR_STDNT_PR_AWD
12.2.2
product: IGS - Student System (Obsolete) , description: Stores the awards associated with the positive outcome of the rule for a student's program attempt , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PR_SDT_PR_UNT_ST
12.2.2
product: IGS - Student System (Obsolete) , description: This table contains unit sets from which the student will be excluded in a course attempt , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PR_SDT_PR_RU_CK_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This table contains details of progression rules which have been checked against the related student course attempt. Details of each rule are stored along with the result. , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
View: IGSBV_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 ,
-
Table: IGS_PR_RU_APPL_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a progression rule as it is applied to one of the allowable system elements - a course version, course type, org unit or individual student course attempt. , implementation_dba_data: Not implemented in this database ,
-
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_STDNT_PR_OU
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
Table: IGS_EN_STDNT_PS_ATT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a student's attempt at studying a particular course offered by the university. , implementation_dba_data: Not implemented in this database ,
-
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 ,