Search Results igs_he_ut_calc_type
Overview
The IGS_HE_UT_CALC_TYPE table is a core reference table within the Oracle E-Business Suite Student System (IGS) module. It serves as a master repository for defining and storing different types of UCAS Tariff calculations. The UCAS Tariff is a points system used in the United Kingdom to report achievement for entry into higher education. This table's primary role is to provide a controlled list of calculation methodologies (e.g., standard, best N grades, specific qualification types) that the system can apply when determining a prospective or current student's tariff score. Its integrity is critical as it is referenced by multiple operational tables that store specific calculation rules, exclusions, and results.
Key Information Stored
The central piece of data stored in this table is the Tariff Calculation Type code. While the provided ETRM metadata does not list all column definitions, the structure indicates that TARIFF_CALC_TYPE_CD is the primary key column. This code uniquely identifies each distinct calculation method. Typically, such a reference table would also contain descriptive columns, such as a name or description for the calculation type, and standard WHO columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY) for auditing. The table's purpose is to establish a valid domain of values that ensure data consistency across the complex tariff calculation engine.
Common Use Cases and Queries
This table is primarily used in setup, maintenance, and reporting of the UCAS Tariff functionality. Administrators use it to define the calculation types available for configuration. Common operational queries involve joining this table to its related detail tables to generate reports or validate setups. For instance, to list all calculation levels defined for each tariff calculation type, a query would join to IGS_HE_UT_CALC_LVL.
Sample Query:
SELECT calc_type.TARIFF_CALC_TYPE_CD, calc_lvl.*
FROM IGS_HE_UT_CALC_TYPE calc_type
LEFT JOIN IGS_HE_UT_CALC_LVL calc_lvl
ON calc_type.TARIFF_CALC_TYPE_CD = calc_lvl.TARIFF_CALC_TYPE_CD
ORDER BY 1;
Another key use case is during the tariff calculation process itself, where the system references the valid type to determine which set of rules and exclusions to apply for a given student or qualification.
Related Objects
The IGS_HE_UT_CALC_TYPE table is a parent to several key operational tables, as defined by its foreign key relationships. These child tables store the detailed rules and data associated with each calculation type.
- IGS_HE_UT_CALC_LVL: Links via TARIFF_CALC_TYPE_CD. Likely stores the qualification levels and their corresponding point values for each calculation type.
- IGS_HE_UT_EXCL_QALS: Links via TARIFF_CALC_TYPE_CD. Presumably holds qualifications that should be excluded from a specific type of tariff calculation.
- IGS_HE_UT_PRS_CALCS: Links via TARIFF_CALC_TYPE_CD. Likely stores the results of personal tariff calculations performed for applicants or students.
- IGS_HE_UT_PRT_AWARD: Links via TARIFF_CALC_TYPE_CD. Probably contains details about predicted or awarded tariff points.
These relationships form a hierarchical data model where IGS_HE_UT_CALC_TYPE acts as the controlling entity for a suite of tariff calculation configuration and results tables.
-
Table: IGS_HE_UT_CALC_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_UT_CALC_TYPE, object_name:IGS_HE_UT_CALC_TYPE, status:VALID, product: IGS - Student System , description: Holds the UCAS Tariff Calculation Types , implementation_dba_data: IGS.IGS_HE_UT_CALC_TYPE ,
-
Table: IGS_HE_UT_CALC_TYPE
12.2.2
product: IGS - Student System (Obsolete) , description: Holds the UCAS Tariff Calculation Types , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_HE_IMPORT_DATA dependencies on IGS_HE_UT_CALC_TYPE
12.1.1
-
APPS.IGS_HE_UT_CALC_TYPE_PKG dependencies on IGS_HE_UT_CALC_TYPE
12.1.1
-
APPS.IGS_HE_UCAS_TARIFF_PKG dependencies on IGS_HE_UT_CALC_TYPE
12.1.1
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on IGS_HE_UT_CALC_TYPE
12.1.1
-
VIEW: APPS.IGS_HE_UT_PRS_CALCS_V
12.1.1
-
APPS.IGS_HE_UT_CALC_TYPE_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_HE_UT_CALC_TYPE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_HE_UT_CALC_TYPE, status:VALID,
-
TABLE: IGS.IGS_HE_UT_CALC_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_UT_CALC_TYPE, object_name:IGS_HE_UT_CALC_TYPE, status:VALID,
-
Table: IGS_HE_UT_CALC_LVL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_UT_CALC_LVL, object_name:IGS_HE_UT_CALC_LVL, status:VALID, product: IGS - Student System , description: Contains HESA Tariff Levels for a UCAS Tariff Calculation Type , implementation_dba_data: IGS.IGS_HE_UT_CALC_LVL ,
-
Table: IGS_HE_UT_EXCL_QALS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_UT_EXCL_QALS, object_name:IGS_HE_UT_EXCL_QALS, status:VALID, product: IGS - Student System , description: Holds the details of the Qualifications to be excluded from a particular Tariff Calculation , implementation_dba_data: IGS.IGS_HE_UT_EXCL_QALS ,
-
Table: IGS_HE_UT_PRS_CALCS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_UT_PRS_CALCS, object_name:IGS_HE_UT_PRS_CALCS, status:VALID, product: IGS - Student System , description: Holds Summary details of Tariff Calculations for a Person , implementation_dba_data: IGS.IGS_HE_UT_PRS_CALCS ,
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on IGS_HE_ST_SPA_UT
12.1.1
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on IGS_HE_UT_LVL_AWARD
12.1.1
-
Table: IGS_HE_UT_PRT_AWARD
12.2.2
product: IGS - Student System (Obsolete) , description: Holds the parent child Award relationships for a Calculation Type , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_HE_UT_PRS_CALCS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds Summary details of Tariff Calculations for a Person , implementation_dba_data: Not implemented in this database ,
-
View: IGS_HE_UT_PRS_CALCS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Selects Persons and the Tariff Calculation Types for which the Process has been run , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_HE_UT_CALC_LVL
12.2.2
product: IGS - Student System (Obsolete) , description: Contains HESA Tariff Levels for a UCAS Tariff Calculation Type , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_HE_UT_PRT_AWARD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_UT_PRT_AWARD, object_name:IGS_HE_UT_PRT_AWARD, status:VALID, product: IGS - Student System , description: Holds the parent child Award relationships for a Calculation Type , implementation_dba_data: IGS.IGS_HE_UT_PRT_AWARD ,
-
Table: IGS_HE_UT_EXCL_QALS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds the details of the Qualifications to be excluded from a particular Tariff Calculation , implementation_dba_data: Not implemented in this database ,
-
View: IGS_HE_UT_PRS_CALCS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_UT_PRS_CALCS_V, object_name:IGS_HE_UT_PRS_CALCS_V, status:VALID, product: IGS - Student System , description: Selects Persons and the Tariff Calculation Types for which the Process has been run , implementation_dba_data: APPS.IGS_HE_UT_PRS_CALCS_V ,
-
PACKAGE BODY: APPS.IGS_HE_UT_CALC_TYPE_PKG
12.1.1
-
APPS.IGS_HE_UT_CALC_TYPE_PKG dependencies on IGS_HE_UT_CALC_TYPE_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_HE_UT_CALC_TYPE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_HE_UT_CALC_TYPE_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_HE_UCAS_TARIFF_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_HE_UCAS_TARIFF_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_HE_IMPORT_DATA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_HE_IMPORT_DATA, status:VALID,
-
VIEW: APPS.IGS_HE_UT_PRS_CALCS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_UT_PRS_CALCS_V, object_name:IGS_HE_UT_PRS_CALCS_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_HE_EXTRACT_FIELDS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_HE_EXTRACT_FIELDS_PKG, status:VALID,
-
APPS.IGS_HE_UCAS_TARIFF_PKG SQL Statements
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
-
APPS.IGS_HE_IMPORT_DATA SQL Statements
12.1.1
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG SQL Statements
12.1.1
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on IGS_HE_ST_SPA
12.1.1
-
PACKAGE BODY: APPS.IGS_HE_UCAS_TARIFF_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_HE_IMPORT_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'. ,
-
PACKAGE BODY: APPS.IGS_HE_EXTRACT_FIELDS_PKG
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'. ,