Search Results igs_fi_fee_type_all
Overview
The IGS_FI_FEE_TYPE_ALL table is a core entity within the Oracle E-Business Suite Student System (IGS) module, specifically for Release 12.1.1 and 12.2.2. It serves as the master definition table for special contract-based fee assessment rates. Its primary role is to establish and maintain distinct fee types, which act as templates or categories for the financial charges assessed to students. These fee types are foundational to the student financials subsystem, enabling the configuration of diverse fee structures, linking fees to specific sub-accounts for accounting, and driving downstream processes like assessment, waivers, and financial aid reporting.
Key Information Stored
While the provided metadata does not list specific columns, the table's primary key is the FEE_TYPE column, which uniquely identifies each fee type code. A critical foreign key column is SUBACCOUNT_ID, which links each fee type to a specific financial sub-account defined in the IGS_FI_SUBACCTS_ALL table. This link is essential for ensuring assessed fees post to the correct general ledger accounts. Based on its central function, the table likely stores descriptive attributes such as a fee type description, status (active/inactive), effective dates, and categorization flags that determine how the fee is processed, reported (e.g., for 1098-T forms), or included in balance calculations.
Common Use Cases and Queries
This table is central to financial setup and inquiry. Common use cases include configuring new fee types for tuition, lab fees, or late payment charges, and generating reports on all defined fee structures. Administrators query this table to understand which fees are linked to specific sub-accounts or to validate fee types used in transactional data. A typical query pattern involves joining with the sub-account table for a complete financial view:
- SELECT ft.fee_type, ft.description, sa.subaccount_code FROM igs_fi_fee_type_all ft, igs_fi_subaccts_all sa WHERE ft.subaccount_id = sa.subaccount_id AND ft.status = 'ACTIVE';
Another critical use is tracing the usage of a fee type across the application by querying the numerous foreign key relationships documented in the metadata.
Related Objects
The IGS_FI_FEE_TYPE_ALL table has extensive relationships, underscoring its importance. It is referenced by numerous transactional and setup tables. Key related objects include:
- IGS_FI_FEE_AS_RT(_HT_ALL): Stores the actual assessment rates defined for each fee type.
- IGS_FI_FEE_TYPE_HIST_ALL: Maintains historical changes to fee type records.
- IGS_FI_SUBACCTS_ALL: Holds the sub-account linked via SUBACCOUNT_ID.
- IGS_FI_WAIVER_PGMS: References fee types for waiver rules, adjustments, and targets.
- IGS_FI_1098T_FTS: Maps fee types for U.S. 1098-T tax form reporting.
- IGS_FI_PP_TEMPLATES / IGS_FI_PP_STD_ATTRS: Uses fee types for payment processing setup.
- IGS_FI_FIN_LT_PLAN: Links fee types to financial installment plans.
- IGS_PS_USEC_SP_FEES: Associates fee types with specific unit sections.
-
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 ,
-
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_EN_VAL_USFT dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_PRC_WAIVERS dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_VAL_FAS dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_WAV_UTILS_002 dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_GEN_006 dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_GEN_006 dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_GEN_002 dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_VAL_FCFL dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_WAV_UTILS_002 dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_VAL_FRTNS dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_GEN_004 dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_VAL_UFT dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_GEN_002 dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_EN_VAL_USFT dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_GEN_001 dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_PRC_FEE_ROLLV dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_PRC_FEE_ROLLV dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_FEE_TYPE_PKG dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_VAL_CFT dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_GEN_004 dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_GEN_005 dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_GEN_003 dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_VAL_FAS dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_PRC_SP_FEES dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_VAL_FE dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_VAL_UFT dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_GEN_003 dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGF_DB_SF_INTEGRATION dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGF_SP_GEN_001 dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_VAL_FE dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGF_SP_GEN_001 dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_GEN_001 dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_GEN_005 dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_VAL_FT dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_PRC_HOLDS dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_VAL_CFT dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_VAL_FCFL dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_VAL_FRTNS dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_FEE_TYPE_PKG dependencies on IGS_FI_FEE_TYPE
12.1.1
-
APPS.IGS_FI_WAV_UTILS_002 dependencies on IGS_FI_FEE_TYPE
12.1.1
-
Table: IGS_FI_WAIVER_PGMS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores the Waiver Programs defined in the system and the related information. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_WAIVER_PGMS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_WAIVER_PGMS, object_name:IGS_FI_WAIVER_PGMS, status:VALID, product: IGS - Student System , description: Stores the Waiver Programs defined in the system and the related information. , implementation_dba_data: IGS.IGS_FI_WAIVER_PGMS ,
-
VIEW: APPS.IGS_PS_USEC_SP_FEES_V
12.1.1
-
VIEW: APPS.IGS_PS_NSUS_RTN_V
12.1.1
-
VIEW: APPS.IGS_FI_HOLD_PLAN_V
12.1.1
-
VIEW: APPS.IGSBV_PARTY_REFUNDS
12.1.1