Search Results igs_pr_stat_type
Overview
The IGS_PR_STAT_TYPE table is a core configuration table within the Oracle E-Business Suite Student System (IGS) module, versions 12.1.1 and 12.2.2. It serves as the master repository for defining the distinct categories or types of statistical data that an educational institution intends to capture and analyze. The table's primary role is to establish a controlled list of statistic types, which are then referenced by numerous operational and reporting tables throughout the system. This foundational design ensures data integrity and consistency, enabling the institution to systematically record and report on key performance indicators across different organizational levels, including institutional, organizational unit, cohort, and student academic statistics.
Key Information Stored
While the full column list is not detailed in the provided metadata, the structure centers on the STAT_TYPE column, which serves as the table's primary key. This column stores the unique code that identifies each statistic type, such as 'ENROLLMENT', 'GRADUATION_RATE', or 'RETENTION'. The table likely contains descriptive columns to provide a meaningful name and explanation for each type, along with control columns common to EBS tables (e.g., CREATION_DATE, LAST_UPDATE_DATE, LAST_UPDATED_BY). Its configuration nature means it is typically populated during system setup and is relatively static, with changes driven by evolving institutional reporting requirements.
Common Use Cases and Queries
The primary use case for IGS_PR_STAT_TYPE is to provide a validation list for statistic type entry across the Student System. Common operational scenarios include configuring statistical dashboards, setting up cohort analysis definitions, and generating standardized institutional reports. A fundamental query involves joining this master table with its related transactional tables to produce meaningful reports. For example, to list all institutional statistics with their type descriptions, one would use a query such as: SELECT ist.stat_value, tst.description FROM igs_pr_inst_stat ist, igs_pr_stat_type tst WHERE ist.stat_type = tst.stat_type;. Administrators may also query the table directly to review or maintain the installed set of statistic types: SELECT stat_type, description FROM igs_pr_stat_type ORDER BY 1;.
Related Objects
The IGS_PR_STAT_TYPE table is a central reference point, as evidenced by its numerous foreign key relationships. The STAT_TYPE column is referenced by the following key operational tables:
- IGS_DA_CNFG_STAT.STAT_TYPE: Links statistic types to dashboard configuration.
- IGS_PR_COHORT.STAT_TYPE: Associates statistic types with defined student cohorts.
- IGS_PR_INST_STAT.STAT_TYPE: Stores the actual institutional-level statistic values for each type.
- IGS_PR_ORG_STAT.STAT_TYPE: Stores statistic values at the organizational unit level.
- IGS_PR_STU_ACAD_STAT.STAT_TYPE: Tracks statistic values at the individual student academic level.
- IGS_PR_STA_TYPE_ELE.STAT_TYPE: Likely defines elements or components associated with a statistic type.
-
Table: IGS_PR_STAT_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_STAT_TYPE, object_name:IGS_PR_STAT_TYPE, status:VALID, product: IGS - Student System , description: Defines the Statistics Types which will be used for a Particular Installation , implementation_dba_data: IGS.IGS_PR_STAT_TYPE ,
-
Table: IGS_PR_STAT_TYPE
12.2.2
product: IGS - Student System (Obsolete) , description: Defines the Statistics Types which will be used for a Particular Installation , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PR_CP_GPA dependencies on IGS_PR_STAT_TYPE
12.1.1
-
APPS.IGS_PR_UPLOAD_EXT_RESULTS dependencies on IGS_PR_STAT_TYPE
12.1.1
-
APPS.IGS_PR_CP_GPA dependencies on IGS_PR_STAT_TYPE
12.1.1
-
APPS.IGS_PR_STAT_TYPE_PKG dependencies on IGS_PR_STAT_TYPE
12.1.1
-
SYNONYM: APPS.IGS_PR_STAT_TYPE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PR_STAT_TYPE, status:VALID,
-
VIEW: APPS.IGS_DA_CNFG_STAT_V
12.1.1
-
APPS.IGS_PR_CP_GPA dependencies on IGS_PR_INST_STAT
12.1.1
-
APPS.IGS_PR_STAT_TYPE_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_PR_COHORT_V
12.1.1
-
VIEW: APPS.IGSFV_PR_COHORTS
12.1.1
-
Table: IGS_PR_COHORT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_COHORT, object_name:IGS_PR_COHORT, status:VALID, product: IGS - Student System , description: Stores Class Rank Cohort , implementation_dba_data: IGS.IGS_PR_COHORT ,
-
Table: IGS_PR_INST_STAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_INST_STAT, object_name:IGS_PR_INST_STAT, status:VALID, product: IGS - Student System , description: Defines the Statistic Types which will be used by a particular Installation , implementation_dba_data: IGS.IGS_PR_INST_STAT ,
-
TABLE: IGS.IGS_PR_STAT_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_STAT_TYPE, object_name:IGS_PR_STAT_TYPE, status:VALID,
-
APPS.IGS_PR_UPLOAD_EXT_RESULTS dependencies on IGS_PS_VER
12.1.1
-
Table: IGS_PR_INST_STAT
12.2.2
product: IGS - Student System (Obsolete) , description: Defines the Statistic Types which will be used by a particular Installation , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PR_CP_GPA dependencies on IGS_PS_VER
12.1.1
-
Table: IGS_PR_COHORT
12.2.2
product: IGS - Student System (Obsolete) , description: Stores Class Rank Cohort , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PR_STU_ACAD_STAT
12.2.2
product: IGS - Student System (Obsolete) , description: Stores Student Academic Statistics from External Sources , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PR_COHORTS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores Cohort details , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PR_UPLOAD_EXT_RESULTS dependencies on IGS_PR_INST_STAT
12.1.1
-
Table: IGS_PR_ORG_STAT
12.2.2
product: IGS - Student System (Obsolete) , description: Defines the Details of what a particular user defined Organizational Unit Statistic Type Includes and is used for , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_PR_STAT_TYPE_PKG
12.1.1
-
Table: IGS_DA_CNFG_STAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_DA_CNFG_STAT, object_name:IGS_DA_CNFG_STAT, status:VALID, product: IGS - Student System , description: This table holds the statistic types for a GPA calculation request. , implementation_dba_data: IGS.IGS_DA_CNFG_STAT ,
-
APPS.IGS_PR_STAT_TYPE_PKG dependencies on IGS_PR_STAT_TYPE_PKG
12.1.1
-
Table: IGS_PR_STA_TYPE_ELE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_STA_TYPE_ELE, object_name:IGS_PR_STA_TYPE_ELE, status:VALID, product: IGS - Student System , description: Defines the System Statistic Element which relate to a particular user defined Statistic Type , implementation_dba_data: IGS.IGS_PR_STA_TYPE_ELE ,
-
Table: IGS_PR_STU_ACAD_STAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_STU_ACAD_STAT, object_name:IGS_PR_STU_ACAD_STAT, status:VALID, product: IGS - Student System , description: Stores Student Academic Statistics from External Sources , implementation_dba_data: IGS.IGS_PR_STU_ACAD_STAT ,
-
Table: IGS_DA_CNFG_STAT
12.2.2
product: IGS - Student System (Obsolete) , description: This table holds the statistic types for a GPA calculation request. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PR_ORG_STAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_ORG_STAT, object_name:IGS_PR_ORG_STAT, status:VALID, product: IGS - Student System , description: Defines the Details of what a particular user defined Organizational Unit Statistic Type Includes and is used for , implementation_dba_data: IGS.IGS_PR_ORG_STAT ,
-
Table: IGS_PR_STA_TYPE_ELE
12.2.2
product: IGS - Student System (Obsolete) , description: Defines the System Statistic Element which relate to a particular user defined Statistic Type , implementation_dba_data: Not implemented in this database ,
-
PACKAGE: APPS.IGS_PR_CP_GPA
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_PR_CP_GPA, status:VALID,
-
View: IGS_PR_COHORT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_COHORT_V, object_name:IGS_PR_COHORT_V, status:VALID, product: IGS - Student System , description: Stores Cohort Name with denormalised references , implementation_dba_data: APPS.IGS_PR_COHORT_V ,
-
APPS.IGS_PR_UPLOAD_EXT_RESULTS dependencies on IGS_PR_ORG_STAT
12.1.1
-
View: IGS_DA_CNFG_STAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_DA_CNFG_STAT_V, object_name:IGS_DA_CNFG_STAT_V, status:VALID, product: IGS - Student System , description: View is used for getting the GPA calculation setups. , implementation_dba_data: APPS.IGS_DA_CNFG_STAT_V ,
-
View: IGS_DA_CNFG_STAT_V
12.2.2
product: IGS - Student System (Obsolete) , description: View is used for getting the GPA calculation setups. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PR_COHORTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PR_COHORTS, object_name:IGSFV_PR_COHORTS, status:VALID, product: IGS - Student System , description: Stores Cohort details , implementation_dba_data: APPS.IGSFV_PR_COHORTS ,
-
PACKAGE BODY: APPS.IGS_PR_UPLOAD_EXT_RESULTS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PR_UPLOAD_EXT_RESULTS, status:VALID,
-
PACKAGE BODY: APPS.IGS_PR_STAT_TYPE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PR_STAT_TYPE_PKG, status:VALID,
-
View: IGS_PR_COHORT_V
12.2.2
product: IGS - Student System (Obsolete) , description: Stores Cohort Name with denormalised references , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_PR_CP_GPA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PR_CP_GPA, status:VALID,
-
VIEW: APPS.IGS_DA_CNFG_STAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_DA_CNFG_STAT_V, object_name:IGS_DA_CNFG_STAT_V, status:VALID,
-
VIEW: APPS.IGS_PR_STU_ACAD_V
12.1.1
-
View: IGS_PR_STU_ACAD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_STU_ACAD_V, object_name:IGS_PR_STU_ACAD_V, status:VALID, product: IGS - Student System , description: Application view for academic information of a student , implementation_dba_data: APPS.IGS_PR_STU_ACAD_V ,
-
View: IGS_PR_STU_ACAD_V
12.2.2
product: IGS - Student System (Obsolete) , description: Application view for academic information of a student , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_PR_COHORTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PR_COHORTS, object_name:IGSFV_PR_COHORTS, status:VALID,
-
APPS.IGS_PR_UPLOAD_EXT_RESULTS SQL Statements
12.1.1
-
VIEW: APPS.IGS_PR_COHORT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_COHORT_V, object_name:IGS_PR_COHORT_V, status:VALID,
-
VIEW: APPS.IGS_PR_STU_ACAD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_STU_ACAD_V, object_name:IGS_PR_STU_ACAD_V, status:VALID,
-
APPS.IGS_PR_CP_GPA SQL Statements
12.1.1