Search Results igs_fi_special_fees_pk
Overview
The IGS_FI_SPECIAL_FEES table is a core transactional data store within the Oracle E-Business Suite (EBS) Student System (IGS) module. Its primary role is to record and manage student-specific fee assessments that fall outside the scope of standard tuition or course fees. These "special fees" can represent a wide array of financial charges, such as library fines, lab breakage fees, late payment penalties, or other miscellaneous, non-standard charges levied against a student's account. The table is integral to the financial operations of the institution, serving as the system of record for these ad-hoc transactions and linking them to the student's overall financial profile, invoice processing, and the academic calendar structure.
Key Information Stored
The table's structure is designed to capture the essential details of a special fee transaction. Its primary key, SPECIAL_FEE_ID, uniquely identifies each record. Critical foreign key columns establish the necessary relationships to other master data entities. The PERSON_ID and COURSE_CD columns link the fee to a specific student and their program of study via IGS_EN_STDNT_PS_ATT_ALL. The FEE_TYPE, FEE_CAL_TYPE, and FEE_CI_SEQUENCE_NUMBER columns associate the charge with a defined fee type and the controlling financial calendar instance (IGS_FI_F_TYP_CA_INST_ALL). The UOO_ID (Unit Offering Option ID) can link the fee to a specific unit section if applicable. Furthermore, the INVOICE_ID column is pivotal, connecting the fee assessment to a generated invoice in the IGS_FI_INV_INT_ALL table, thereby integrating the charge into the student's formal billing and accounts receivable cycle.
Common Use Cases and Queries
This table is central to several key financial processes and reports. Common operational use cases include generating reports of all outstanding special fees for a student cohort, auditing fee assessments for a specific term, or reconciling charges before invoice generation. A typical query might join IGS_FI_SPECIAL_FEES with student (HZ_PARTIES) and invoice tables to list unpaid charges. For example:
- Identifying all special fees for a student in a given term to populate an account statement.
- Reporting on the total value of lab fees assessed within a specific department.
- Querying fees linked to a particular unit section (UOO_ID) for cost analysis.
- Extracting data for interfaces to external general ledger or payment systems.
Sample SQL would typically filter on PERSON_ID, FEE_CAL_TYPE, FEE_CI_SEQUENCE_NUMBER, and INVOICE_ID (to find invoiced vs. pending charges).
Related Objects
The IGS_FI_SPECIAL_FEES table exists within a tightly integrated schema. Its most significant relationships, as defined by its foreign keys, are with:
- IGS_FI_F_TYP_CA_INST_ALL: Provides the valid fee type and calendar context for the assessment.
- IGS_EN_STDNT_PS_ATT_ALL: Links the fee to the student's core academic program enrollment record.
- IGS_PS_USEC_SP_FEES: May define special fee rules at the unit section level.
- HZ_PARTIES: The foundational table for the person/student entity.
- IGS_FI_INV_INT_ALL: The invoice table; the INVOICE_ID foreign key is critical for billing integration.
This network of relationships ensures data integrity and enables comprehensive reporting on student financial obligations.
-
Table: IGS_FI_SPECIAL_FEES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_SPECIAL_FEES, object_name:IGS_FI_SPECIAL_FEES, status:VALID, product: IGS - Student System , description: Stores Student Special Fees transactions , implementation_dba_data: IGS.IGS_FI_SPECIAL_FEES ,