Search Results igs_pr_org_stat_ref
Overview
The table IGS_PR_ORG_STAT_REF is a configuration table within the Oracle E-Business Suite Student System (IGS) module. Its primary role is to define inclusion and exclusion rules for unit reference codes associated with user-defined organizational unit statistic types. This table acts as a child object to IGS_PR_ORG_STAT, providing the granular detail necessary for calculating or reporting specific statistics for an organizational unit. By storing which unit reference codes are considered in or out of scope for a given statistic, it enables administrators to tailor statistical definitions to precise academic or administrative requirements, ensuring data integrity and relevance in institutional reporting.
Key Information Stored
The table's structure is defined by its composite primary key, which consists of three columns that uniquely identify each rule. The ORG_UNIT_CD stores the code for the organizational unit (e.g., a specific department or school). The STAT_TYPE column holds the user-defined code for the organizational statistic type being configured. The UNIT_REF_CD contains the specific unit reference code that is either included or excluded from the statistic's calculation. While the provided metadata does not list all columns explicitly, a typical implementation would also include a column—often named INCLUDE_EXCLUDE_IND or similar—to specify whether the referenced UNIT_REF_CD is to be included in or excluded from the statistic for the given ORG_UNIT_CD and STAT_TYPE.
Common Use Cases and Queries
A primary use case is the setup and maintenance of custom institutional metrics, such as tracking enrollment or completion rates for specific categories of units (e.g., postgraduate research units, online delivery units) within a faculty. Administrators would populate this table to bind specific unit reference codes to their statistic definitions. Common queries involve listing all rules for a given organizational unit and statistic type, or validating which units are in scope for a report. A sample SQL pattern to retrieve all included reference codes for a statistic would be:
- SELECT unit_ref_cd FROM igs_pr_org_stat_ref WHERE org_unit_cd = '<ORG_CD>' AND stat_type = '<STAT_TYPE>' AND include_exclude_ind = 'I';
This data is critical for generating accurate operational reports and dashboards within the Student System.
Related Objects
The table maintains a direct foreign key relationship with the IGS_PR_ORG_STAT table, which defines the header-level organizational unit statistics. The relationship is enforced on the combination of ORG_UNIT_CD and STAT_TYPE columns. This means that every record in IGS_PR_ORG_STAT_REF must correspond to a valid, pre-existing combination of organizational unit and statistic type defined in the parent IGS_PR_ORG_STAT table. The relationship ensures referential integrity, so that inclusion/exclusion rules cannot exist for undefined statistic types. The documented foreign key path is: IGS_PR_ORG_STAT_REF.ORG_UNIT_CD, IGS_PR_ORG_STAT_REF.STAT_TYPE → IGS_PR_ORG_STAT.
-
Table: IGS_PR_ORG_STAT_REF
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_ORG_STAT_REF, object_name:IGS_PR_ORG_STAT_REF, status:VALID, product: IGS - Student System , description: Defines which unit Reference Code is Included or Excluded for a user defined Organizational Unit Statistic Type , implementation_dba_data: IGS.IGS_PR_ORG_STAT_REF ,
-
Table: IGS_PR_ORG_STAT_REF
12.2.2
product: IGS - Student System (Obsolete) , description: Defines which unit Reference Code is Included or Excluded for a user defined Organizational Unit Statistic Type , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PR_ORG_STAT_REF_PKG dependencies on IGS_PR_ORG_STAT_REF
12.1.1
-
APPS.IGS_PR_CP_GPA dependencies on IGS_PR_ORG_STAT_REF
12.1.1
-
APPS.IGS_PR_CP_GPA dependencies on IGS_PR_ORG_STAT
12.1.1
-
APPS.IGS_PR_ORG_STAT_REF_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_PR_ORG_STAT_REF
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PR_ORG_STAT_REF, status:VALID,
-
VIEW: APPS.IGS_PR_ORG_STAT_REF_V
12.1.1
-
APPS.IGS_PR_CP_GPA SQL Statements
12.1.1
-
TABLE: IGS.IGS_PR_ORG_STAT_REF
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_ORG_STAT_REF, object_name:IGS_PR_ORG_STAT_REF, status:VALID,
-
PACKAGE BODY: APPS.IGS_PR_ORG_STAT_REF_PKG
12.1.1
-
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 ,
-
APPS.IGS_PR_ORG_STAT_REF_PKG dependencies on IGS_PR_ORG_STAT_REF_PKG
12.1.1
-
View: IGS_PR_ORG_STAT_REF_V
12.2.2
product: IGS - Student System (Obsolete) , description: Defines which unit reference codes are included or excluded for a user defined organizational unit statistics type , implementation_dba_data: Not implemented in this database ,
-
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_CP_GPA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PR_CP_GPA, status:VALID,
-
PACKAGE BODY: APPS.IGS_PR_ORG_STAT_REF_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PR_ORG_STAT_REF_PKG, status:VALID,
-
View: IGS_PR_ORG_STAT_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_ORG_STAT_REF_V, object_name:IGS_PR_ORG_STAT_REF_V, status:VALID, product: IGS - Student System , description: Defines which unit reference codes are included or excluded for a user defined organizational unit statistics type , implementation_dba_data: APPS.IGS_PR_ORG_STAT_REF_V ,
-
VIEW: APPS.IGS_PR_ORG_STAT_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_ORG_STAT_REF_V, object_name:IGS_PR_ORG_STAT_REF_V, status:VALID,
-
APPS.IGS_PR_ORG_STAT_REF_PKG dependencies on APP_EXCEPTION
12.1.1
-
APPS.IGS_PR_ORG_STAT_REF_PKG dependencies on IGS_GE_MSG_STACK
12.1.1
-
PACKAGE BODY: APPS.IGS_PR_CP_GPA
12.1.1
-
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'. ,