Search Results s_stat_element
Overview
The IGS_PR_STA_TYPE_ELE table is a configuration table within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, owned by the IGS (iGrants) product family. Its primary function is to define the relationship between user-defined statistic types and the underlying system statistic elements. This table acts as a mapping entity, enabling the association of specific, predefined system metrics (elements) with customizable statistic categories (types) for reporting and analytical purposes within the grants management module. Its role is foundational for structuring and organizing statistical data capture and presentation.
Key Information Stored
The table stores a concise set of columns focused on defining the statistic type-element relationship and standard audit information. The core business columns are:
- STAT_TYPE (VARCHAR2(50)): A mandatory field storing the user-defined code for a category or type of statistic.
- S_STAT_ELEMENT (VARCHAR2(50)): A mandatory field storing the code for a system-defined statistic element. This is the specific metric being categorized.
- DISPLAY_ORDER (NUMBER): An optional field intended to control the presentation sequence of elements within a given statistic type. The metadata notes this column is marked as OBSOLETE.
Common Use Cases and Queries
This table is primarily queried to understand the composition of statistic types or to retrieve all system elements available for reporting. A common use case is generating a list of all configured mappings for administrative review or for populating LOVs in application forms. The foundational query, as indicated in the metadata, is:
SELECT STAT_TYPE, DISPLAY_ORDER, S_STAT_ELEMENT FROM IGS.IGS_PR_STA_TYPE_ELE ORDER BY STAT_TYPE;
For operational reporting, this table is typically joined to other statistics-related tables (e.g., tables storing the actual statistic values) using the S_STAT_ELEMENT as a key. Another typical query retrieves all system elements linked to a specific statistic type for validation or display logic:
SELECT S_STAT_ELEMENT FROM IGS.IGS_PR_STA_TYPE_ELE WHERE STAT_TYPE = '&STAT_TYPE_CODE';
Related Objects
Based on the provided dependency information, the IGS_PR_STA_TYPE_ELE table is referenced by an object named IGS_PR_STA_TYPE_ELE within the APPS schema. This is most likely a public synonym (APPS.IGS_PR_STA_TYPE_ELE) pointing to the IGS.IGS_PR_STA_TYPE_ELE base table, which is a standard EBS architecture pattern for providing global access. The table does not itself reference other objects, indicating it is a master configuration table. In a complete functional context, the S_STAT_ELEMENT column would logically relate to a definition table for system statistic elements, and the STAT_TYPE would relate to a definition table for statistic types, though these are not listed in the provided metadata excerpt.
-
TABLE: IGS.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,
-
APPS.IGS_PR_STA_TYPE_ELE_PKG dependencies on IGS_PR_STA_TYPE_ELE
12.1.1
-
TABLE: IGS.IGS_PS_AWD_HNR_BASE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_AWD_HNR_BASE, object_name:IGS_PS_AWD_HNR_BASE, status:VALID,
-
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 ,
-
VIEW: APPS.IGS_PR_STA_TYPE_ELE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_STA_TYPE_ELE_V, object_name:IGS_PR_STA_TYPE_ELE_V, status:VALID,
-
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 ,
-
VIEW: APPS.IGS_PS_AWD_HNR_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_AWD_HNR_BASE_V, object_name:IGS_PS_AWD_HNR_BASE_V, status:VALID,
-
APPS.IGS_PR_STA_TYPE_ELE_PKG SQL Statements
12.1.1
-
View: IGS_PR_STA_TYPE_ELE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_STA_TYPE_ELE_V, object_name:IGS_PR_STA_TYPE_ELE_V, status:VALID, product: IGS - Student System , description: This view is used to define the system statistic elements which relate to a particular user defined statistic type. one statistic type can have multiple elements. , implementation_dba_data: APPS.IGS_PR_STA_TYPE_ELE_V ,
-
View: IGS_PS_AWD_HNR_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_AWD_HNR_BASE_V, object_name:IGS_PS_AWD_HNR_BASE_V, status:VALID, product: IGS - Student System , description: Defines the configuration for calculating the marks at unt level. , implementation_dba_data: APPS.IGS_PS_AWD_HNR_BASE_V ,
-
View: IGS_PR_STA_TYPE_ELE_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is used to define the system statistic elements which relate to a particular user defined statistic type. one statistic type can have multiple elements. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_AWD_HNR_BASE_V
12.2.2
product: IGS - Student System (Obsolete) , description: Defines the configuration for calculating the marks at unt level. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PS_AWD_HNR_BASE_PKG SQL Statements
12.1.1
-
APPS.IGS_AS_CALC_AWARD_MARK dependencies on IGS_PS_AWD
12.1.1
-
APPS.IGS_AS_CALC_AWARD_MARK dependencies on IGS_PS_AWD_HNR_BASE
12.1.1
-
PACKAGE BODY: APPS.IGS_PR_STA_TYPE_ELE_PKG
12.1.1
-
APPS.IGS_PS_AWD_HNR_BASE_PKG dependencies on IGS_PS_AWD_HNR_BASE
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_AWD_HNR_BASE_PKG
12.1.1
-
APPS.IGS_AS_CALC_AWARD_MARK SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_CALC_AWARD_MARK
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'. ,