Search Results igs_fi_fee_as_rt
Overview
The IGS_FI_FEE_AS_RT table is a core data entity within the Oracle E-Business Suite Student System (IGS). Its primary function is to manage student-specific fee assessment rate overrides. It stores contract-based fee rates that are explicitly defined for an individual student and a specific fee type. These stored rates supersede the standard fee liability assessment rates that would otherwise be applied based on the broader fee category. This table is essential for implementing bespoke financial agreements, scholarships, or special billing arrangements within the institution's student financial management framework.
Key Information Stored
The table's structure is designed to uniquely identify a student's program and the applicable fee type for a defined period. Its primary key consists of PERSON_ID, COURSE_CD, FEE_TYPE, and START_DT, ensuring a unique rate record per student, program, fee, and effective date. Important columns include PERSON_ID (the student identifier), COURSE_CD (the academic program code), FEE_TYPE (the specific fee code being overridden), and START_DT (the effective date of the rate). Additional key attributes, often used to further refine the rate's applicability, include ATTENDANCE_MODE, ATTENDANCE_TYPE, and LOCATION_CD, which are linked to their respective master tables via foreign key constraints.
Common Use Cases and Queries
This table is central to scenarios requiring individualized fee calculations. Common use cases include applying special scholarship rates, honoring legacy tuition rates for continuing students, or enforcing contract-specific fees for sponsored students. A typical reporting query would join this table with student and fee master tables to list all active custom fee rates. For example:
- Identifying all override rates for a specific student:
SELECT * FROM igs_fi_fee_as_rt WHERE person_id = :student_id AND sysdate BETWEEN start_dt AND NVL(end_dt, sysdate); - Determining the applicable custom rate for fee assessment: Queries often filter by PERSON_ID, COURSE_CD, FEE_TYPE, and the current date to find the valid overriding rate during batch assessment processes.
- Auditing rate changes: Tracking history through START_DT (and implied END_DT) for a given student and fee combination.
Related Objects
IGS_FI_FEE_AS_RT maintains integral relationships with several master and transactional tables via foreign keys. Critical dependencies include IGS_EN_STDNT_PS_ATT_ALL (student program attempt) and HZ_PARTIES (person) for the student context, and IGS_FI_FEE_TYPE_ALL for the fee type definition. It also references IGS_EN_ATD_MODE_ALL (attendance mode), IGS_EN_ATD_TYPE_ALL (attendance type), and IGS_AD_LOCATION_ALL (location) to align the custom rate with specific academic delivery parameters. These relationships ensure data integrity and that overrides are applied within the correct academic and logistical context.
-
Table: IGS_FI_FEE_AS_RT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FEE_AS_RT, object_name:IGS_FI_FEE_AS_RT, status:VALID, product: IGS - Student System , description: This entity describes special contract based fee assessment rates specific to a student for a fee type, that overrides the fee category fee liability fee assessment rates normally applied. , implementation_dba_data: IGS.IGS_FI_FEE_AS_RT ,
-
Table: IGS_FI_FEE_AS_RT
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes special contract based fee assessment rates specific to a student for a fee type, that overrides the fee category fee liability fee assessment rates normally applied. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_FEE_AS_RT_PKG dependencies on IGS_FI_FEE_AS_RT
12.1.1
-
APPS.IGS_FI_VAL_CFAR dependencies on IGS_FI_FEE_AS_RT
12.1.1
-
APPS.IGS_FI_GEN_003 dependencies on IGS_FI_FEE_AS_RT
12.1.1
-
APPS.IGS_FI_GEN_002 dependencies on IGS_FI_FEE_AS_RT
12.1.1
-
APPS.IGS_FI_GEN_004 dependencies on IGS_FI_FEE_AS_RT
12.1.1
-
APPS.IGS_EN_FUTURE_DT_TRANS dependencies on IGS_FI_FEE_AS_RT
12.1.1
-
APPS.IGS_FI_VAL_FAS dependencies on IGS_FI_FEE_AS_RT
12.1.1
-
APPS.IGS_FI_GEN_004 dependencies on IGS_FI_FEE_AS_RT
12.1.1
-
APPS.IGS_FI_GEN_003 dependencies on IGS_FI_FEE_AS_RT
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_FI_FEE_AS_RT
12.1.1
-
APPS.IGS_FI_GEN_002 dependencies on IGS_FI_FEE_AS_RT
12.1.1
-
APPS.IGS_FI_GEN_008 dependencies on IGS_FI_FEE_AS_RT
12.1.1
-
APPS.IGS_FI_FEE_AS_RT_PKG SQL Statements
12.1.1
-
APPS.IGS_FI_GEN_004 dependencies on IGS_FI_F_CAT_FEE_LBL_V
12.1.1
-
APPS.IGS_FI_GEN_002 dependencies on IGS_FI_FEE_AS_RT_HT
12.1.1
-
SYNONYM: APPS.IGS_FI_FEE_AS_RT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_FI_FEE_AS_RT, status:VALID,
-
APPS.IGS_FI_GEN_002 dependencies on IGS_GE_DATE
12.1.1
-
APPS.IGS_FI_GEN_004 dependencies on IGS_FI_FEE_STR_STAT
12.1.1
-
APPS.IGS_FI_GEN_004 dependencies on IGS_FI_FEE_AS_RATE
12.1.1
-
APPS.IGS_FI_VAL_CFAR SQL Statements
12.1.1
-
APPS.IGS_FI_VAL_CFAR dependencies on IGS_FI_FEE_TYPE
12.1.1
-
TABLE: IGS.IGS_FI_FEE_AS_RT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FEE_AS_RT, object_name:IGS_FI_FEE_AS_RT, status:VALID,
-
APPS.IGS_FI_FEE_AS_RT_PKG dependencies on IGS_SC_GEN_001
12.1.1
-
VIEW: APPS.IGS_FI_F_CAT_FEE_LBL_SCA_RT_V
12.1.1
-
APPS.IGS_FI_GEN_004 dependencies on IGS_FI_FEE_AS
12.1.1
-
APPS.IGS_FI_GEN_003 dependencies on IGS_FI_VAL_CFAR
12.1.1
-
APPS.IGS_FI_GEN_008 dependencies on IGS_FI_F_CAT_FEE_LBL_ALL
12.1.1
-
APPS.IGS_FI_FEE_AS_RT_PKG dependencies on IGS_FI_FEE_AS_RT_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_FEE_AS_RT_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_VAL_FAS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_VAL_FAS, status:VALID,
-
PACKAGE: APPS.IGS_FI_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_GEN_003, status:VALID,
-
PACKAGE: APPS.IGS_FI_GEN_004
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_GEN_004, status:VALID,
-
Table: IGS_FI_FEE_TYPE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FEE_TYPE_ALL, object_name:IGS_FI_FEE_TYPE_ALL, status:VALID, product: IGS - Student System , description: This entity describes special contract based fee assessment rates , implementation_dba_data: IGS.IGS_FI_FEE_TYPE_ALL ,
-
PACKAGE: APPS.IGS_FI_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_GEN_002, status:VALID,
-
Table: IGS_EN_ATD_MODE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_ATD_MODE_ALL, object_name:IGS_EN_ATD_MODE_ALL, status:VALID, product: IGS - Student System , description: Describes available university program attendance modes , implementation_dba_data: IGS.IGS_EN_ATD_MODE_ALL ,
-
PACKAGE BODY: APPS.IGS_FI_VAL_CFAR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_VAL_CFAR, status:VALID,
-
Table: IGS_EN_ATD_MODE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available university program attendance modes , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_FEE_TYPE_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_008 dependencies on IGS_FI_FEE_CAT
12.1.1
-
Table: IGS_EN_ATD_TYPE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available university program attendance types , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_FI_GEN_008
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_GEN_008, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_GEN_003, status:VALID,
-
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_ATD_TYPE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_ATD_TYPE_ALL, object_name:IGS_EN_ATD_TYPE_ALL, status:VALID, product: IGS - Student System , description: Describes available university program attendance types , implementation_dba_data: IGS.IGS_EN_ATD_TYPE_ALL ,
-
PACKAGE BODY: APPS.IGS_FI_FEE_AS_RT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_FEE_AS_RT_PKG, status:VALID,
-
Table: IGS_AD_LOCATION_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_LOCATION_ALL, object_name:IGS_AD_LOCATION_ALL, status:VALID, product: IGS - Student System , description: Describes available geographic locations at which programs and units may be offered or taught , implementation_dba_data: IGS.IGS_AD_LOCATION_ALL ,
-
PACKAGE BODY: APPS.IGS_FI_GEN_004
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_GEN_004, status:VALID,
-
APPS.IGS_FI_GEN_004 dependencies on IGS_FI_FEE_TYPE
12.1.1