Search Results igf_sp_std_fc_all
Overview
The table IGF_SP_STD_FC_ALL is a data object within the Oracle E-Business Suite (EBS) Financial Aid module (IGF). As indicated by its description, it is designed to store "pays only fee class details for a student." This typically pertains to a sponsored student's financial arrangement, where a sponsor (e.g., an employer or government agency) is responsible for paying specific categories of fees (fee classes) on the student's behalf. The table's role is to define and manage these specific fee class obligations within the broader sponsored student system. Importantly, the ETRM metadata explicitly classifies the IGF - Financial Aid module as "Obsolete," and the implementation notes state "Not implemented in this database." This indicates that while the table's structure exists in the data dictionary, it may not be actively populated or maintained in standard deployments of EBS 12.1.1 or 12.2.2, limiting its practical operational use.
Key Information Stored
The table's structure centers on linking a student's sponsorship record to specific fee classifications. The primary columns, as defined by its unique and primary keys, are foundational. The FEE_CLS_ID column serves as the table's primary technical identifier. The SPNSR_STDNT_ID column is a foreign key that links each fee class record to a specific sponsored student relationship in the IGF_SP_STDNT_REL_ALL table. The FEE_CLASS column holds the actual code or designation for the type of fee (e.g., tuition, lab fees) that the sponsor has agreed to pay. Together, the SPNSR_STDNT_ID and FEE_CLASS form a unique key (IGF_SP_STD_FC_ALL_UK), enforcing business logic that a given fee class is recorded only once per sponsored student record.
Common Use Cases and Queries
Given its obsolete status and noted non-implementation, active transactional use cases are unlikely. Historically, its intended purpose was to support reporting and process logic for sponsor fee payments. Analytical queries might have been used to answer questions such as: "Which fee classes is Sponsor X responsible for across all their students?" or "List all students whose sponsorship covers laboratory fees." A sample query pattern to retrieve this information, assuming data existed, would be:
SELECT rel.sponsor_id, std.person_id, fc.fee_class FROM igf_sp_std_fc_all fc, igf_sp_stdnt_rel_all rel WHERE fc.spnsr_stdnt_id = rel.spnsr_stdnt_id;
In a contemporary context, this table is primarily relevant for technical analysis, such as understanding legacy data model designs or assessing the impact of customizations that might reference it.
Related Objects
The ETRM documentation specifies clear foreign key relationships that place IGF_SP_STD_FC_ALL within a specific data model hierarchy. It is a child table to IGF_SP_STDNT_REL_ALL, which defines the core sponsor-student relationship. Conversely, it is a parent table to IGF_SP_STD_PRG_ALL, which likely holds more detailed program- or award-level sponsorship details that are further categorized by the fee class. This relationship is established via the FEE_CLS_ID column. Therefore, any data integrity or cascade operations would flow from the student relationship down to the fee class, and then to the associated program details.
-
Table: IGF_SP_STD_FC_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Holds pays only fee class details for a student , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_SP_STD_FC_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SP_STD_FC_ALL, object_name:IGF_SP_STD_FC_ALL, status:VALID, product: IGF - Financial Aid , description: Holds pays only fee class details for a student , implementation_dba_data: IGF.IGF_SP_STD_FC_ALL ,
-
APPS.IGF_SP_STD_FC_PKG dependencies on IGF_SP_STD_FC_ALL
12.1.1
-
APPS.IGF_SP_STD_FC_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGF_SP_STD_FC_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_SP_STD_FC_ALL, status:VALID,
-
VIEW: APPS.IGF_SP_STD_FC
12.1.1
-
View: IGF_SP_STD_FC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_STD_FC, object_name:IGF_SP_STD_FC, status:VALID, product: IGF - Financial Aid , description: MO VIEW based on IGF_SP_STD_FC_ALL table , implementation_dba_data: APPS.IGF_SP_STD_FC ,
-
View: IGF_SP_STD_FC
12.2.2
product: IGF - Financial Aid (Obsolete) , description: MO VIEW based on IGF_SP_STD_FC_ALL table , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_SP_STDNT_REL_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SP_STDNT_REL_ALL, object_name:IGF_SP_STDNT_REL_ALL, status:VALID, product: IGF - Financial Aid , description: Holds sponsor student relation details. , implementation_dba_data: IGF.IGF_SP_STDNT_REL_ALL ,
-
APPS.IGF_SP_STD_FC_PKG dependencies on IGF_SP_STD_FC_PKG
12.1.1
-
Table: IGF_SP_STD_PRG_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SP_STD_PRG_ALL, object_name:IGF_SP_STD_PRG_ALL, status:VALID, product: IGF - Financial Aid , description: Holds student pays only program details for a pays only tuition fee class. , implementation_dba_data: IGF.IGF_SP_STD_PRG_ALL ,
-
VIEW: APPS.IGF_SP_STD_FC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_STD_FC, object_name:IGF_SP_STD_FC, status:VALID,
-
TABLE: IGF.IGF_SP_STD_FC_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SP_STD_FC_ALL, object_name:IGF_SP_STD_FC_ALL, status:VALID,
-
Table: IGF_SP_STD_PRG_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Holds student pays only program details for a pays only tuition fee class. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGF_SP_STD_FC_PKG
12.1.1
-
Table: IGF_SP_STDNT_REL_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Holds sponsor student relation details. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGF_SP_STD_FC_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SP_STD_FC_PKG, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.IGF_SP_STD_FC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_STD_FC_V, object_name:IGF_SP_STD_FC_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
12.1.1 DBA Data
12.1.1