Search Results igs_pr_ru_appl_all
Overview
The IGS_PR_RU_APPL_ALL table is a core entity within the Oracle E-Business Suite Student System (IGS) module, specifically for progression rule management in versions 12.1.1 and 12.2.2. It functions as the junction table that defines the specific application of a defined progression rule to various allowable system elements. This table is central to the configuration and execution of academic progression logic, enabling institutions to enforce consistent academic standards across different student cohorts and programs. Its design supports a multi-org structure, as indicated by the '_ALL' suffix, allowing for the storage of data across multiple operating units within a single installation.
Key Information Stored
The table's primary key is a composite of PROGRESSION_RULE_CAT and SEQUENCE_NUMBER, uniquely identifying each rule application record. Key columns define the target of the rule application and link to the master rule definition. These include CRV_COURSE_CD and CRV_VERSION_NUMBER for applying a rule to a specific course version, COURSE_TYPE for applying to a course category, and columns linking to organizational units. For individual student enforcement, it holds foreign key references to specific student course attempts via SCA_PERSON_ID and SCA_COURSE_CD. The table also maintains critical foreign key links to the master rule definition in IGS_PR_RULE_ALL (via PROGRESSION_RULE_CAT and PROGRESSION_RULE_CD) and to the parent rule application details in IGS_PR_RU_OU_ALL.
Common Use Cases and Queries
A primary use case is identifying all progression rules applied to a specific course version for audit or configuration review. Administrators may also query the table to list rules targeting a particular student or course type. Common reporting needs include generating a summary of rule coverage across the academic catalog. Sample SQL patterns often involve joins with related definition tables.
- Find all rules applied to a course version:
SELECT * FROM igs_pr_ru_appl_all WHERE crv_course_cd = '&course_cd' AND crv_version_number = &version_num; - List rule applications for a specific rule category:
SELECT pra.*, r.rule_name FROM igs_pr_ru_appl_all pra JOIN igs_pr_rule_all r ON pra.progression_rule_cat = r.progression_rule_cat WHERE pra.progression_rule_cat = '&rule_cat';
Related Objects
The IGS_PR_RU_APPL_ALL table is a central hub with extensive relationships. Its primary foreign key dependencies, as documented, are critical for understanding its integration.
- IGS_PR_RULE_ALL: The master definition table for the progression rule being applied.
- IGS_PS_VER_ALL & IGS_PS_TYPE_ALL: Reference tables for the course versions and course types to which rules are applied.
- IGS_EN_STDNT_PS_ATT_ALL: Links the rule application to an individual student's course attempt.
- IGS_PR_RU_OU_ALL: The parent table for organizational unit-specific rule details.
- IGS_PR_SDT_PR_RU_CK_ALL & IGS_PR_RU_CA_TYPE_ALL: Child tables that likely store the results of rule checks or rule associations with course attempt types, respectively.
-
Table: IGS_PR_RU_APPL_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_RU_APPL_ALL, object_name:IGS_PR_RU_APPL_ALL, status:VALID, product: IGS - Student System , 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: IGS.IGS_PR_RU_APPL_ALL ,
-
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 ,
-
APPS.IGS_AD_GEN_001 dependencies on IGS_PR_RU_APPL_ALL
12.1.1
-
APPS.IGS_PR_RU_APPL_PKG dependencies on IGS_PR_RU_APPL_ALL
12.1.1
-
SYNONYM: APPS.IGS_PR_RU_APPL_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PR_RU_APPL_ALL, status:VALID,
-
APPS.IGS_PR_RU_APPL_PKG SQL Statements
12.1.1
-
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_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: APPS.IGS_PR_RU_APPL
12.1.1
-
APPS.IGS_AD_GEN_001 dependencies on IGS_PR_RU_APPL_PKG
12.1.1
-
Table: IGS_PR_RU_CA_TYPE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_RU_CA_TYPE_ALL, object_name:IGS_PR_RU_CA_TYPE_ALL, status:VALID, product: IGS - Student System , description: This table contains the progression calendar types in which the progression rule is to be tested. The testing may be conditional on a starting and number of tests allowing control. , implementation_dba_data: IGS.IGS_PR_RU_CA_TYPE_ALL ,
-
Table: IGS_PR_SDT_PR_RU_CK_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_SDT_PR_RU_CK_ALL, object_name:IGS_PR_SDT_PR_RU_CK_ALL, status:VALID, product: IGS - Student System , 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: IGS.IGS_PR_SDT_PR_RU_CK_ALL ,
-
Table: IGS_PR_RU_CA_TYPE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This table contains the progression calendar types in which the progression rule is to be tested. The testing may be conditional on a starting and number of tests allowing control. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PR_RULE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_RULE_ALL, object_name:IGS_PR_RULE_ALL, status:VALID, product: IGS - Student System , description: This entity describes a standard progression rule which then can be applied to one of the allowable system elements - a course version, course type, org unit or individual student course attempt using progression rule application. , implementation_dba_data: IGS.IGS_PR_RULE_ALL ,
-
Table: IGS_PR_CLASS_STD
12.2.2
product: IGS - Student System (Obsolete) , description: Maintains the institution defined Class Standing set-up values , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PR_RU_APPL_PKG dependencies on IGS_PR_RU_APPL_PKG
12.1.1
-
Table: IGS_PR_RULE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a standard progression rule which then can be applied to one of the allowable system elements - a course version, course type, org unit or individual student course attempt using progression rule application. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PR_CLASS_STD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_CLASS_STD, object_name:IGS_PR_CLASS_STD, status:VALID, product: IGS - Student System , description: Maintains the institution defined Class Standing set-up values , implementation_dba_data: IGS.IGS_PR_CLASS_STD ,
-
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_PS_TYPE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the university set of program types. This set is not limited to the DEET set and values, which are reported to DEET, will be mapped onto DEET equivalent values. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_PR_RU_APPL_PKG
12.1.1
-
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 ,
-
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 ,
-
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 ,
-
PACKAGE BODY: APPS.IGS_PR_RU_APPL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PR_RU_APPL_PKG, status:VALID,
-
Table: IGS_PS_TYPE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_TYPE_ALL, object_name:IGS_PS_TYPE_ALL, status:VALID, product: IGS - Student System , description: This entity describes the university set of program types. This set is not limited to the DEET set and values, which are reported to DEET, will be mapped onto DEET equivalent values. , implementation_dba_data: IGS.IGS_PS_TYPE_ALL ,
-
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 ,
-
View: IGS_PR_RU_APPL
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_PR_RU_APPL_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_RU_APPL_ALL, object_name:IGS_PR_RU_APPL_ALL, status:VALID,
-
View: IGS_PR_RU_APPL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_RU_APPL, object_name:IGS_PR_RU_APPL, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PR_RU_APPL ,
-
Table: IGS_EN_STDNT_PS_ATT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_STDNT_PS_ATT_ALL, object_name:IGS_EN_STDNT_PS_ATT_ALL, status:VALID, product: IGS - Student System , description: This entity describes a student's attempt at studying a particular course offered by the university. , implementation_dba_data: IGS.IGS_EN_STDNT_PS_ATT_ALL ,
-
VIEW: APPS.IGS_PR_RU_APPL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_RU_APPL, object_name:IGS_PR_RU_APPL, status:VALID,
-
Table: IGS_PS_VER_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the versions of programs which are offered by the university, covering both award and non-award programs. , 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 ,
-
PACKAGE BODY: APPS.IGS_AD_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_GEN_001, status:VALID,
-
Table: IGS_PS_VER_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_VER_ALL, object_name:IGS_PS_VER_ALL, status:VALID, product: IGS - Student System , description: This entity describes the versions of programs which are offered by the university, covering both award and non-award programs. , implementation_dba_data: IGS.IGS_PS_VER_ALL ,
-
APPS.IGS_AD_GEN_001 SQL Statements
12.1.1
-
APPS.IGS_AD_GEN_001 dependencies on IGS_EN_STDNT_PS_ATT
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_GEN_001
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'. ,