Search Results igs_fi_fee_trg_grp
Overview
The IGS_FI_FEE_TRG_GRP table is a core data entity within the Oracle E-Business Suite's now-obsolete Student System (IGS) module. Its primary function is to define and manage special contract-based fee assessment rates. This table acts as a master grouping mechanism for fee triggers, allowing institutions to associate specific, often discounted or negotiated, fee rates with defined groups of students or academic activities based on contractual agreements. The metadata explicitly notes that this table was "Not implemented in this database," indicating it may have been part of a planned or legacy feature set not deployed in standard Oracle EBS 12.1.1 or 12.2.2 instances, though its structure remains defined within the data model.
Key Information Stored
The table's structure is defined by a composite primary key that uniquely identifies each fee trigger group record. The key columns are FEE_CAT (fee category), FEE_CAL_TYPE (fee calendar type), FEE_CI_SEQUENCE_NUMBER (fee calendar instance sequence number), FEE_TYPE (the specific type of fee), and FEE_TRIGGER_GROUP_NUMBER (a unique identifier for the group within the preceding context). While the specific descriptive columns for the group (such as a name or rate modifier) are not detailed in the provided excerpt, the table's purpose is to store the definition of the group itself. The primary key columns establish the precise fee structure to which the special contractual rates apply.
Common Use Cases and Queries
In a functional implementation, this table would be central to administering bespoke fee agreements. Common use cases would include creating and maintaining fee groups for corporate training contracts, special cohort discounts, or partnership program rates. A typical reporting query would join this table to its related fee trigger tables to list all defined contract groups for a specific fee type. For example, a SQL pattern to identify all trigger groups for a given fee might be: SELECT * FROM IGS_FI_FEE_TRG_GRP WHERE fee_cat = :p_cat AND fee_type = :p_type AND fee_cal_type = :p_cal_type;. Data maintenance would involve inserting new groups or updating existing ones via the application's dedicated forms or APIs, ensuring referential integrity with the linked fee definition and trigger tables.
Related Objects
The IGS_FI_FEE_TRG_GRP table sits at the center of a relational network with several key tables, as documented by its foreign key relationships. It is a child table to IGS_FI_F_CAT_FEE_LBL_ALL, which defines the base fee label. Crucially, it is a parent table to multiple entities that define what triggers the application of the special contract fee group:
- IGS_PS_FEE_TRG: Links the fee trigger group to program (course) level fee triggers.
- IGS_FI_UNIT_FEE_TRG: Links the fee trigger group to unit-level fee triggers.
- IGS_EN_UNITSETFEETRG: Links the fee trigger group to unit set-level fee triggers.
These relationships share the same join columns: FEE_CAT, FEE_CAL_TYPE, FEE_CI_SEQUENCE_NUMBER, FEE_TYPE, and FEE_TRIGGER_GROUP_NUMBER. This design allows a single defined contract fee group to be referenced by triggers across different academic entities (programs, units, unit sets).
-
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_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 ,
-
APPS.IGS_FI_GEN_001 dependencies on IGS_FI_FEE_TRG_GRP
12.1.1
-
APPS.IGS_FI_GEN_005 dependencies on IGS_FI_FEE_TRG_GRP
12.1.1
-
APPS.IGS_FI_PRC_FEE_ROLLV dependencies on IGS_FI_FEE_TRG_GRP
12.1.1
-
APPS.IGS_FI_VAL_FTG dependencies on IGS_FI_FEE_TRG_GRP
12.1.1
-
APPS.IGS_FI_VAL_FTG dependencies on IGS_FI_FEE_TRG_GRP
12.1.1
-
APPS.IGS_FI_FEE_TRG_GRP_PKG dependencies on IGS_FI_FEE_TRG_GRP
12.1.1
-
APPS.IGS_FI_FEE_TRG_GRP_PKG dependencies on IGS_FI_FEE_TRG_GRP_PKG
12.1.1
-
SYNONYM: APPS.IGS_FI_FEE_TRG_GRP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_FI_FEE_TRG_GRP, status:VALID,
-
APPS.IGS_FI_VAL_FTG dependencies on IGS_FI_FEE_TYPE
12.1.1
-
APPS.IGS_FI_FEE_TRG_GRP_PKG SQL Statements
12.1.1
-
TABLE: IGS.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,
-
PACKAGE BODY: APPS.IGS_FI_FEE_TRG_GRP_PKG
12.1.1
-
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: APPS.IGS_FI_VAL_FTG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_VAL_FTG, status:VALID,
-
Table: IGS_EN_UNITSETFEETRG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_UNITSETFEETRG, object_name:IGS_EN_UNITSETFEETRG, status:VALID, product: IGS - Student System , description: This entity describes the unit set fee triggers. It is used during fee assessment processing to indicate a unit set based fee applies for a fee type. , implementation_dba_data: IGS.IGS_EN_UNITSETFEETRG ,
-
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_EN_VAL_USFT dependencies on IGS_EN_UNITSETFEETRG
12.1.1
-
Table: IGS_EN_UNITSETFEETRG
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the unit set fee triggers. It is used during fee assessment processing to indicate a unit set based fee applies for a fee type. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_FEE_TRG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_FEE_TRG, object_name:IGS_PS_FEE_TRG, status:VALID, product: IGS - Student System , description: This entity describes the program based fee triggers. It is used during fee assessment processing to indicate a program-based fee applies for a fee type. , implementation_dba_data: IGS.IGS_PS_FEE_TRG ,
-
Table: IGS_PS_FEE_TRG
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the program based fee triggers. It is used during fee assessment processing to indicate a program-based fee applies for a fee type. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_FI_FEE_TRG_GRP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_FEE_TRG_GRP_PKG, 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_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 ,
-
PACKAGE BODY: APPS.IGS_FI_VAL_FTG
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,
-
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 ,
-
APPS.IGS_FI_VAL_CFT dependencies on IGS_PS_FEE_TRG
12.1.1
-
APPS.IGS_FI_VAL_UFT dependencies on IGS_FI_FEE_TYPE
12.1.1
-
APPS.IGS_FI_VAL_UFT dependencies on IGS_FI_UNIT_FEE_TRG
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_PRC_FEE_ROLLV
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_PRC_FEE_ROLLV, status:VALID,
-
APPS.IGS_FI_VAL_CFT dependencies on IGS_FI_FEE_TYPE
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_VAL_USFT
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_VAL_UFT
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_VAL_CFT
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.IGS_FI_PRC_FEE_ROLLV SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_PRC_FEE_ROLLV
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'. ,
-
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'. ,