Search Results igs_fi_fee_as_rt_h_all
Overview
The table IGS_FI_FEE_AS_RT_H_ALL is a core data entity within the Oracle E-Business Suite (EBS) Student System (IGS) module, versions 12.1.1 and 12.2.2. It serves as a historical repository for special contract-based fee assessment rates. Its primary role is to maintain a time-sensitive record of fee rates applied to specific student cohorts or contractual agreements, enabling the system to track changes in assessment policies over time. This historical tracking is critical for audit purposes, financial reporting, and analyzing the evolution of fee structures tied to academic calendars, fee types, and various student or organizational attributes.
Key Information Stored
The table's composite primary key defines the unique combination required to identify a specific historical fee assessment rate record. This includes the core fee identifiers (FEE_TYPE, FEE_CAL_TYPE, FEE_CI_SEQUENCE_NUMBER), the relationship type (S_RELATION_TYPE), a specific RATE_NUMBER, and the HIST_START_DT which marks the effective beginning of that historical period. Beyond the key, the table stores attributes that define the precise scope of the rate. These include identifiers for the organizational party (ORG_PARTY_ID), academic structures like unit sets (UNIT_SET_CD, US_VERSION_NUMBER), units (UNIT_CD, UNIT_VERSION_NUMBER), unit levels (UNIT_LEVEL), unit types (UNIT_TYPE_ID), unit classes (UNIT_CLASS), and unit modes (UNIT_MODE). The presence of these columns allows for highly granular fee rate definitions based on complex academic and contractual criteria.
Common Use Cases and Queries
A primary use case is auditing the history of fee rates for a specific contract or student group. For instance, an analyst may need to report all rate changes for a particular fee type within an academic calendar. A typical query would filter on the fee identifiers and order by the historical start date. Another common scenario involves validating the applicable rate for a student at a given point in time, which requires joining this history table to student enrollment data and using a date-effective query pattern to find the valid record. Sample SQL to retrieve the historical timeline for a fee assessment rate might be:
- SELECT hist_start_dt, rate_amount, unit_cd FROM igs_fi_fee_as_rt_h_all WHERE fee_type = 'TUITION' AND fee_cal_type = 'SEMESTER' AND fee_ci_sequence_number = 1 AND s_relation_type = 'CONTRACT' ORDER BY hist_start_dt DESC;
Reporting use cases often involve joining this table to its related foreign key tables to translate codes into meaningful descriptions for financial and compliance reports.
Related Objects
The table maintains extensive foreign key relationships with fundamental Student System tables, as documented in the ETRM. These relationships enforce data integrity and define the context for the fee rates. Key related objects include:
- IGS_FI_F_CAT_FEE_LBL_ALL: Joined via FEE_CAT, FEE_CAL_TYPE, FEE_CI_SEQUENCE_NUMBER, and FEE_TYPE to link to the fee category label.
- IGS_FI_F_TYP_CA_INST_ALL: Joined via FEE_TYPE, FEE_CAL_TYPE, and FEE_CI_SEQUENCE_NUMBER to link to the fee type calendar instance.
- HZ_PARTIES: Joined via ORG_PARTY_ID to link to the organization (customer) party.
- IGS_EN_UNIT_SET_ALL: Joined via UNIT_SET_CD and US_VERSION_NUMBER to link to the unit set definition.
- IGS_PS_UNIT_VER_ALL: Joined via UNIT_CD and UNIT_VERSION_NUMBER to link to the specific unit version.
- IGS_PS_UNIT, IGS_PS_UNIT_LEVEL_ALL, IGS_PS_UNIT_TYPE_LVL, IGS_AS_UNIT_CLASS_ALL, IGS_AS_UNIT_MODE: Joined via their respective key columns to provide descriptive context for the academic components of the rate.
-
Table: IGS_FI_FEE_AS_RT_H_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FEE_AS_RT_H_ALL, object_name:IGS_FI_FEE_AS_RT_H_ALL, status:VALID, product: IGS - Student System , description: This entity describes special contract based fee assessment rates , implementation_dba_data: IGS.IGS_FI_FEE_AS_RT_H_ALL ,
-
Table: IGS_FI_FEE_AS_RT_H_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes special contract based fee assessment rates , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_GEN_002 dependencies on IGS_FI_FEE_AS_RT_H_ALL
12.1.1
-
APPS.IGS_FI_FEE_AS_RT_H_PKG dependencies on IGS_FI_FEE_AS_RT_H_ALL
12.1.1
-
SYNONYM: APPS.IGS_FI_FEE_AS_RT_H_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_FI_FEE_AS_RT_H_ALL, status:VALID,
-
APPS.IGS_FI_FEE_AS_RT_H_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_FI_FEE_AS_RT_H
12.1.1
-
Table: IGS_AS_UNIT_CLASS_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_UNIT_CLASS_ALL, object_name:IGS_AS_UNIT_CLASS_ALL, status:VALID, product: IGS - Student System , description: Describes available unit classes, which map to unit mode , implementation_dba_data: IGS.IGS_AS_UNIT_CLASS_ALL ,
-
APPS.IGS_FI_FEE_AS_RT_H_PKG dependencies on IGS_FI_FEE_AS_RT_H_PKG
12.1.1
-
Table: IGS_AS_UNIT_MODE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_UNIT_MODE, object_name:IGS_AS_UNIT_MODE, status:VALID, product: IGS - Student System , description: Describes available university unit offering modes , implementation_dba_data: IGS.IGS_AS_UNIT_MODE ,
-
PACKAGE BODY: APPS.IGS_FI_FEE_AS_RT_H_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_FEE_AS_RT_H_PKG, status:VALID,
-
Table: IGS_AS_UNIT_MODE
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available university unit offering modes , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_UNIT_CLASS_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available unit classes, which map to unit mode , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNIT_TYPE_LVL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_TYPE_LVL, object_name:IGS_PS_UNIT_TYPE_LVL, status:VALID, product: IGS - Student System , description: This table stores the unit program type level code and description. These would be associated with units. , implementation_dba_data: IGS.IGS_PS_UNIT_TYPE_LVL ,
-
Table: IGS_PS_UNIT_LEVEL_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the available university unit levels. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNIT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT, object_name:IGS_PS_UNIT, status:VALID, product: IGS - Student System , description: This attribute describes the code allocated to a unit offered by the university. , implementation_dba_data: IGS.IGS_PS_UNIT ,
-
Table: IGS_PS_UNIT
12.2.2
product: IGS - Student System (Obsolete) , description: This attribute describes the code allocated to a unit offered by the university. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNIT_LEVEL_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_LEVEL_ALL, object_name:IGS_PS_UNIT_LEVEL_ALL, status:VALID, product: IGS - Student System , description: This entity describes the available university unit levels. , implementation_dba_data: IGS.IGS_PS_UNIT_LEVEL_ALL ,
-
Table: IGS_PS_UNIT_TYPE_LVL
12.2.2
product: IGS - Student System (Obsolete) , description: This table stores the unit program type level code and description. These would be associated with units. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_FI_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_GEN_002, status:VALID,
-
Table: IGS_EN_UNIT_SET_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_UNIT_SET_ALL, object_name:IGS_EN_UNIT_SET_ALL, status:VALID, product: IGS - Student System , description: This field describes a unit-set, being a logical sub-grouping of course. e.g. Major, Minor, Stream, Strand. A unit-set is typically related to the rules which govern its completion via the Rules Sub-system. , implementation_dba_data: IGS.IGS_EN_UNIT_SET_ALL ,
-
View: IGS_FI_FEE_AS_RT_H
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_FEE_AS_RT_H, object_name:IGS_FI_FEE_AS_RT_H, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_FI_FEE_AS_RT_H ,
-
Table: IGS_FI_F_CAT_FEE_LBL_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_F_CAT_FEE_LBL_ALL, object_name:IGS_FI_F_CAT_FEE_LBL_ALL, status:VALID, product: IGS - Student System , description: This entity describes the fee types applicable to a fee category period fee category calendar instance. , implementation_dba_data: IGS.IGS_FI_F_CAT_FEE_LBL_ALL ,
-
View: IGS_FI_FEE_AS_RT_H
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_F_CAT_FEE_LBL_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the fee types applicable to a fee category period fee category calendar instance. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_EN_UNIT_SET_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This field describes a unit-set, being a logical sub-grouping of course. e.g. Major, Minor, Stream, Strand. A unit-set is typically related to the rules which govern its completion via the Rules Sub-system. , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_FI_FEE_AS_RT_H_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FEE_AS_RT_H_ALL, object_name:IGS_FI_FEE_AS_RT_H_ALL, status:VALID,
-
Table: IGS_FI_F_TYP_CA_INST_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the periods of fee assessment fee calendar instances applicable to a fee type. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_FI_FEE_AS_RT_H_PKG
12.1.1
-
APPS.IGS_FI_GEN_002 dependencies on IGS_FI_FEE_AS_RT
12.1.1
-
Table: IGS_FI_F_TYP_CA_INST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_F_TYP_CA_INST_ALL, object_name:IGS_FI_F_TYP_CA_INST_ALL, status:VALID, product: IGS - Student System , description: This entity describes the periods of fee assessment fee calendar instances applicable to a fee type. , implementation_dba_data: IGS.IGS_FI_F_TYP_CA_INST_ALL ,
-
VIEW: APPS.IGS_FI_FEE_AS_RT_H
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_FEE_AS_RT_H, object_name:IGS_FI_FEE_AS_RT_H, status:VALID,
-
Table: IGS_PS_UNIT_VER_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_VER_ALL, object_name:IGS_PS_UNIT_VER_ALL, status:VALID, product: IGS - Student System , description: This entity describes a version of a unit, which is offered by the university. , implementation_dba_data: IGS.IGS_PS_UNIT_VER_ALL ,
-
Table: IGS_PS_UNIT_VER_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a version of a unit, which is offered by the university. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_GEN_002 dependencies on IGS_GE_GEN_003
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
-
Table: HZ_PARTIES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,
-
Table: HZ_PARTIES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_FI_GEN_002 dependencies on IGS_FI_FEE_AS_RATE
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_GEN_002
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'. ,