Search Results spnsr_stdnt_id
Overview
The table IGF.IGF_SP_STD_FC_ALL is a core data object within the Oracle EBS (Release 12.1.1 / 12.2.2) Grants Management module, specifically under the sponsor student funding schema (IGF). Its primary functional role is to store "pays only fee class details" for a given sponsor-student relationship. In the context of sponsored programs, a sponsor may agree to cover only specific categories of educational fees rather than all charges. This table serves as the definitive repository for such restricted fee arrangements. Each record links a sponsor-student relationship to one or more fee classes (e.g., Tuition, Books) along with associated percentage caps and maximum amount limits. The table is designed to support line-level detail for fee allocations, making it critical for calculating sponsor liability on student accounts.
Key Information Stored
The table contains several mandatory and business-critical columns, as documented in the ETRM metadata.
- FEE_CLS_ID (NUMBER(15), Mandatory): The primary key, a system-generated unique sequence from
IGF_SP_STD_FC_S. This is the unique identifier for each fee class record. - SPNSR_STDNT_ID (NUMBER(15), Mandatory): A foreign key to the sponsor-student relationship (
IGF_SP_STDNT_REL_ALL). This column establishes which sponsor-student arrangement the fee class constraints apply to. It is also part of the unique indexIGF_SP_STD_FC_ALL_U2. - FEE_CLASS (VARCHAR2(30), Mandatory): A system-defined lookup value that identifies the specific category of fees the sponsor will pay. Valid values include
TUITION,COURSE,STUDENT,INSTITUTION,HOUSING, andBOOKS. - FEE_PERCENT (NUMBER): The percentage of eligible fee charges within the specified fee class that the sponsor will cover. This allows for partial sponsorship.
- MAX_AMOUNT (NUMBER): A ceiling on the amount the sponsor will pay for that fee class, preventing over-liability even if the percentage calculation yields a higher value.
- ORG_ID (NUMBER(15)): Multi-org operating unit identifier, enabling support for multi-tenant setups.
- Standard Who Columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN): Standard Oracle EBS audit columns tracking user and timestamps for record creation and modification.
Common Use Cases and Queries
This table is heavily used in sponsor billing and student accounts receivable processes. Practical scenarios include determining a sponsor’s financial responsibility for a specific student term, calculating pro-rated allocations, and generating reports for sponsor invoicing.
Sample Query Pattern: Retrieve all fee classes and their percentage/amount limits for a given sponsor-student relationship.
SELECT
FC.FEE_CLASS,
FC.FEE_PERCENT,
FC.MAX_AMOUNT
FROM
IGF.IGF_SP_STD_FC_ALL FC
WHERE
FC.SPNSR_STDNT_ID = :p_spnsr_stdnt_id
ORDER BY
FC.FEE_CLASS;
Reporting Use Case: Combine with sponsor-student relationship and sponsor master data to produce a "Sponsor Coverage Report" per student, showing the breakdown of fee classes with coverage limits and actual charges.
Related Objects
Based on the ETRM relationship data and primary/foreign key documentation, the following direct dependencies exist:
- Primary Key:
IGF_SP_STD_FC_ALL_PKon columnFEE_CLS_ID. - Foreign Key (Referenced Table):
IGF_SP_STDNT_REL_ALL— The columnSPNSR_STDNT_IDin this table points to the sponsor-student relationship record inIGF_SP_STDNT_REL_ALL. This is a mandatory parent-child link; a sponsor-student relationship must exist before fee class details can be defined. - Foreign Key (Referencing Table):
IGF_SP_STD_PRG_ALL— The columnFEE_CLS_IDinIGF_SP_STD_PRG_ALLreferences this table. This indicates that each fee class defined here can be linked to one or more sponsor student program records, potentially driving which program-specific fee schedules apply. - Unique Indexes:
IGF_SP_STD_FC_ALL_U1— Unique onFEE_CLS_IDIGF_SP_STD_FC_ALL_U2— Unique on (SPNSR_STDNT_ID,FEE_CLASS), enforcing that a sponsor-student relationship can have only one record per fee class.
No other database objects were documented as referencing this table, though application-level dependencies (e.g., Forms, Reports) are typical but not captured in this metadata.
-
APPS.IGF_SP_STD_FC_PKG dependencies on IGF_SP_STD_FC_ALL
12.1.1
-
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.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,
-
APPS.IGF_SP_STDNT_REL_PKG dependencies on IGF_SP_STDNT_REL_ALL
12.1.1
-
APPS.IGF_SP_ROLLOVER dependencies on IGF_SP_STD_FC_V
12.1.1
-
APPS.IGF_SP_AWARD dependencies on IGF_SP_STD_FC
12.1.1
-
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 ,
-
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,
-
APPS.IGF_SP_STD_FC_PKG SQL Statements
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,
-
VIEW: APPS.IGF_SP_STDNT_REL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_STDNT_REL, object_name:IGF_SP_STDNT_REL, status:VALID,
-
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 ,
-
View: IGF_SP_STD_FC_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: FORM VIEW formed by joining IGF_SP_STD_FC MO view, IGF_SP_STDNT_REL MO view and IGS_LOOKUPS_VIEW. The view holds pays only fee class details for a sponsor fund. , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
APPS.IGF_SP_AWARD dependencies on IGF_SP_STD_PRG
12.1.1
-
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 ,
-
VIEW: APPS.IGF_SP_STDNT_REL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_STDNT_REL_V, object_name:IGF_SP_STDNT_REL_V, status:VALID,
-
View: IGF_SP_STDNT_REL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_STDNT_REL, object_name:IGF_SP_STDNT_REL, status:VALID, product: IGF - Financial Aid , description: MO VIEW based on IGF_SP_STDNT_ALL table , implementation_dba_data: APPS.IGF_SP_STDNT_REL ,
-
View: IGF_SP_STDNT_REL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_STDNT_REL_V, object_name:IGF_SP_STDNT_REL_V, status:VALID, product: IGF - Financial Aid , description: FORM VIEW formed by joining IGF_SP_STDNT_REL MO view, IGF_AW_FUND_MAST view and IGF_AP_FA_BASE_REC. The view holds sponsor student relation details , implementation_dba_data: APPS.IGF_SP_STDNT_REL_V ,
-
View: 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, product: IGF - Financial Aid , description: FORM VIEW formed by joining IGF_SP_STD_FC MO view, IGF_SP_STDNT_REL MO view and IGS_LOOKUPS_VIEW. The view holds pays only fee class details for a sponsor fund. , implementation_dba_data: APPS.IGF_SP_STD_FC_V ,
-
View: IGF_SP_STDNT_REL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: MO VIEW based on IGF_SP_STDNT_ALL table , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
View: IGF_SP_STDNT_REL_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: FORM VIEW formed by joining IGF_SP_STDNT_REL MO view, IGF_AW_FUND_MAST view and IGF_AP_FA_BASE_REC. The view holds sponsor student relation details , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_SP_STDNT_REL_PKG SQL Statements
12.1.1
-
APPS.IGF_SP_AWARD SQL Statements
12.1.1
-
APPS.IGF_SP_AWARD dependencies on IGF_SP_STDNT_REL
12.1.1
-
PACKAGE BODY: APPS.IGF_SP_STD_FC_PKG
12.1.1
-
APPS.IGF_SP_AWARD dependencies on IGF_AW_FUND_MAST
12.1.1
-
APPS.IGF_SP_ROLLOVER SQL Statements
12.1.1
-
APPS.IGF_SP_ROLLOVER dependencies on IGF_SP_STD_PRG
12.1.1
-
PACKAGE BODY: APPS.IGF_SP_STDNT_REL_PKG
12.1.1
-
APPS.IGF_SP_ROLLOVER dependencies on IGF_SP_FC
12.1.1
-
APPS.IGF_SP_ROLLOVER dependencies on IGF_SP_STDNT_REL
12.1.1
-
APPS.IGF_SP_AWARD dependencies on IGF_AW_AWARD
12.1.1
-
APPS.IGF_SP_AWARD dependencies on IGF_AW_AWD_DISB
12.1.1
-
PACKAGE BODY: APPS.IGF_SP_AWARD
12.1.1
-
PACKAGE BODY: APPS.IGF_SP_ROLLOVER
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 ,