Search Results igs_fi_unit_fee_trg
Overview
The IGS_FI_UNIT_FEE_TRG table is a core data entity within the Oracle E-Business Suite Student System (IGS), specifically for the Financials module. It defines unit-based fee triggers, which are rules that determine when a specific fee type should be assessed against a student based on their unit (course) enrollment. During the automated fee assessment processing run, the system references this table to identify applicable fees linked to particular units, their versions, locations, and class types. It is important to note that the provided ETRM metadata explicitly labels the IGS - Student System as "Obsolete," indicating this table belongs to a legacy component. Furthermore, the metadata states "Not implemented in this database," which may suggest it was part of a reference data model or a specific implementation where this functionality was not activated.
Key Information Stored
The table stores the combination of parameters that constitute a unit fee trigger. Its structure is defined by two composite primary keys, emphasizing the uniqueness of the fee rule. The key columns include identifiers for the fee structure itself (FEE_CAT, FEE_CAL_TYPE, FEE_CI_SEQUENCE_NUMBER, FEE_TYPE) and the specific unit context to which it applies. This unit context is detailed by the unit code (UNIT_CD), its VERSION_NUMBER, the academic calendar instance (CAL_TYPE, CI_SEQUENCE_NUMBER), the LOCATION_CD where the unit is offered, and the UNIT_CLASS (e.g., lecture, lab). The SEQUENCE_NUMBER and FEE_TRIGGER_GROUP_NUMBER columns allow for ordering and grouping of multiple triggers. The CREATE_DT field tracks the record's creation date.
Common Use Cases and Queries
The primary use case is the batch assessment of student fees. A typical query would join this table to student unit attempt records to generate fee liabilities. For reporting and administration, queries often focus on listing all fee triggers for a given unit or fee type to audit fee rules.
- Identifying Triggers for a Unit:
SELECT * FROM IGS_FI_UNIT_FEE_TRG WHERE UNIT_CD = 'MATH101' AND VERSION_NUMBER = 1; - Auditing Fee Assessment Rules: A join to IGS_PS_UNIT_VER and IGS_FI_FEE_TYPE to produce a readable list of unit-based fees.
- Fee Simulation: In a development or support context, queries against this table help simulate which fees would be triggered for a hypothetical student enrollment scenario.
Related Objects
IGS_FI_UNIT_FEE_TRG sits at the intersection of fee definition and academic structure. It has foreign key relationships to several fundamental tables, as documented in the ETRM:
- Fee Definition: IGS_FI_F_CAT_FEE_LBL_ALL, IGS_FI_FEE_TRG_GRP.
- Academic Structure: IGS_PS_UNIT, IGS_PS_UNIT_VER_ALL (unit details), IGS_CA_TYPE, IGS_CA_INST_ALL (calendar), IGS_AS_UNIT_CLASS_ALL (unit class).
- Location: IGS_AD_LOCATION_ALL.
These relationships ensure referential integrity, linking the fee trigger to valid configurations in the student system's core setup tables.
-
Table: IGS_FI_UNIT_FEE_TRG
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the unit based fee triggers. It is used during fee assessment processing to indicate a unit based fee applies for a fee type. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_UNIT_FEE_TRG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_UNIT_FEE_TRG, object_name:IGS_FI_UNIT_FEE_TRG, status:VALID, product: IGS - Student System , description: This entity describes the unit based fee triggers. It is used during fee assessment processing to indicate a unit based fee applies for a fee type. , implementation_dba_data: IGS.IGS_FI_UNIT_FEE_TRG ,
-
APPS.IGS_FI_UNIT_FEE_TRG_PKG dependencies on IGS_FI_UNIT_FEE_TRG
12.1.1
-
APPS.IGS_FI_VAL_UFT dependencies on IGS_FI_UNIT_FEE_TRG
12.1.1
-
APPS.IGS_FI_VAL_UFT dependencies on IGS_FI_UNIT_FEE_TRG
12.1.1
-
APPS.IGS_FI_GEN_001 dependencies on IGS_FI_UNIT_FEE_TRG
12.1.1
-
APPS.IGS_FI_GEN_002 dependencies on IGS_FI_UNIT_FEE_TRG
12.1.1
-
APPS.IGS_FI_PRC_FEE_ROLLV dependencies on IGS_FI_UNIT_FEE_TRG
12.1.1
-
APPS.IGS_FI_GEN_005 dependencies on IGS_FI_UNIT_FEE_TRG
12.1.1
-
APPS.IGS_FI_VAL_FT dependencies on IGS_FI_UNIT_FEE_TRG
12.1.1
-
APPS.IGS_FI_VAL_FTG dependencies on IGS_FI_UNIT_FEE_TRG
12.1.1
-
APPS.IGS_FI_GEN_002 dependencies on IGS_FI_UNIT_FEE_TRG
12.1.1
-
APPS.IGS_FI_UNIT_FEE_TRG_PKG SQL Statements
12.1.1
-
APPS.IGS_FI_UNIT_FEE_TRG_PKG dependencies on IGS_FI_UNIT_FEE_TRG_PKG
12.1.1
-
APPS.IGS_FI_GEN_002 dependencies on IGS_FI_UNIT_FEE_TR_H
12.1.1
-
SYNONYM: APPS.IGS_FI_UNIT_FEE_TRG
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_FI_UNIT_FEE_TRG, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_UNIT_FEE_TRG_PKG
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 ,
-
Table: IGS_CA_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_TYPE, object_name:IGS_CA_TYPE, status:VALID, product: IGS - Student System , description: Describes available calendar types , implementation_dba_data: IGS.IGS_CA_TYPE ,
-
TABLE: IGS.IGS_FI_UNIT_FEE_TRG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_UNIT_FEE_TRG, object_name:IGS_FI_UNIT_FEE_TRG, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_VAL_FTG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_VAL_FTG, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_VAL_UFT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_VAL_UFT, status:VALID,
-
Table: IGS_CA_TYPE
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available calendar types , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_FEE_TRG_GRP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FEE_TRG_GRP, object_name:IGS_FI_FEE_TRG_GRP, status:VALID, product: IGS - Student System , description: This entity describes special contract based fee assessment rates , implementation_dba_data: IGS.IGS_FI_FEE_TRG_GRP ,
-
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 ,
-
PACKAGE: APPS.IGS_FI_VAL_UFT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_VAL_UFT, status:VALID,
-
APPS.IGS_FI_GEN_005 dependencies on IGS_PS_UNIT_VER
12.1.1
-
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 ,
-
PACKAGE BODY: APPS.IGS_FI_VAL_FT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_VAL_FT, status:VALID,
-
PACKAGE: APPS.IGS_FI_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_GEN_002, status:VALID,
-
Table: IGS_FI_FEE_TRG_GRP
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 ,
-
VIEW: APPS.IGS_FI_FEE_TRG_GRP_V
12.1.1
-
APPS.IGS_FI_VAL_FTG SQL Statements
12.1.1
-
APPS.IGS_FI_GEN_001 dependencies on IGS_PS_UNIT_VER
12.1.1
-
APPS.IGS_FI_GEN_005 dependencies on IGS_LOOKUP_VALUES
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_GEN_002, status:VALID,
-
APPS.IGS_FI_GEN_001 dependencies on IGS_LOOKUP_VALUES
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_GEN_005
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_GEN_005, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_GEN_001, 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_VAL_UFT
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_UNIT_FEE_TRG_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_UNIT_FEE_TRG_PKG, status:VALID,
-
APPS.IGS_FI_GEN_005 SQL Statements
12.1.1
-
APPS.IGS_FI_VAL_UFT SQL Statements
12.1.1
-
APPS.IGS_FI_VAL_FT SQL Statements
12.1.1
-
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 ,
-
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_AD_LOCATION_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available geographic locations at which programs and units may be offered or taught , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_FI_FEE_TRG_GRP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_FEE_TRG_GRP_V, object_name:IGS_FI_FEE_TRG_GRP_V, status:VALID,