Search Results fee_cls_id
Overview
The IGF.IGF_SP_PRG_ALL table is a core data structure within the Oracle E-Business Suite (EBS) Student Financials module, specifically for versions 12.1.1 and 12.2.2. It is designed to manage "Sponsor Pays" or "Pays Only" program details associated with specific tuition fee classes. This table's primary function is to define the financial parameters under which a sponsor (e.g., an employer or government agency) agrees to pay for a student's tuition for a particular academic program. It acts as a junction table, linking a fee class designated for sponsor payment (FEE_CLS_ID) to a specific academic program (COURSE_CD and VERSION_NUMBER) and detailing the sponsor's financial commitment for that program.
Key Information Stored
The table stores the relationship and financial rules between sponsor fee classes and academic programs. Key columns include:
- FEE_CLS_PRG_ID: The primary key, a unique sequence-generated identifier.
- FEE_CLS_ID: A mandatory foreign key linking to the unique identifier of a "pays only" fee class. This is a critical column for queries filtering by sponsor fee class.
- COURSE_CD and VERSION_NUMBER: Together, these identify the specific academic program (course) to which the sponsor agreement applies.
- FEE_PERCENT: Defines the percentage of the program's tuition charges the sponsor will pay.
- MAX_AMOUNT: Specifies the maximum monetary amount the sponsor will pay for the program, providing a cap on the financial liability.
- ORG_ID: Supports the Multi-Org architecture, segregating data by operating unit.
Common Use Cases and Queries
This table is central to configuring and reporting on sponsor-funded tuition agreements. A common operational use case is defining or modifying the terms of a sponsor's payment plan for a specific degree program. For reporting, it is used to analyze sponsor liabilities and generate billing data. A typical query to retrieve all sponsor program details for a specific fee class, as indicated by the user's search for "fee_cls_id", would be:
SELECT COURSE_CD,
VERSION_NUMBER,
FEE_PERCENT,
MAX_AMOUNT
FROM IGF.IGF_SP_PRG_ALL
WHERE FEE_CLS_ID = :p_fee_cls_id
AND ORG_ID = :p_org_id;
Another frequent pattern involves joining with course and fee class tables to produce a comprehensive sponsor agreement report, listing all programs covered under various sponsor fee classes along with their respective payment terms.
Related Objects
Based on the provided metadata, the IGF.IGF_SP_PRG_ALL table has explicit dependencies through its unique indexes. The IGF_SP_PRG_ALL_U1 index enforces uniqueness on the primary key (FEE_CLS_PRG_ID), while the IGF_SP_PRG_ALL_U2 index ensures that the combination of FEE_CLS_ID, COURSE_CD, and VERSION_NUMBER is unique, preventing duplicate program assignments for a sponsor fee class. The table is referenced by the APPS synonym IGF_SP_PRG_ALL, which is the standard access point for all application code and queries within EBS. While the documentation excerpt states it does not reference other objects, it is logically related to the base tables for Fee Classes (likely IGF_FEE_CLASS) and Academic Programs (likely IGS_PS_COURSE_VER).
-
APPS.IGF_SP_AWARD dependencies on IGF_SP_STD_PRG
12.1.1
-
TABLE: IGF.IGF_SP_PRG_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SP_PRG_ALL, object_name:IGF_SP_PRG_ALL, status:VALID,
-
TABLE: IGF.IGF_SP_FC_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SP_FC_ALL, object_name:IGF_SP_FC_ALL, status:VALID,
-
TABLE: IGF.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,
-
APPS.IGF_SP_PRG_PKG dependencies on IGF_SP_PRG_ALL
12.1.1
-
APPS.IGF_SP_STD_FC_PKG dependencies on IGF_SP_STD_FC_ALL
12.1.1
-
APPS.IGF_SP_FC_PKG dependencies on IGF_SP_FC_ALL
12.1.1
-
APPS.IGF_SP_STD_PRG_PKG dependencies on IGF_SP_STD_PRG_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,
-
APPS.IGF_SP_ROLLOVER dependencies on IGF_SP_FC
12.1.1
-
Table: IGF_SP_PRG_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Holds sponsor pays only program details for a pays only tuition fee class , implementation_dba_data: Not implemented in this database ,
-
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_FC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_FC, object_name:IGF_SP_FC, status:VALID,
-
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,
-
VIEW: APPS.IGF_SP_PRG
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_PRG, object_name:IGF_SP_PRG, status:VALID,
-
VIEW: APPS.IGF_SP_FC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_FC_V, object_name:IGF_SP_FC_V, 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 ,
-
APPS.IGF_AW_LI_IMPORT dependencies on IGF_SP_FC_ALL
12.1.1
-
APPS.IGF_SP_ROLLOVER dependencies on IGF_SP_PRG
12.1.1
-
VIEW: APPS.IGF_SP_STD_PRG
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_STD_PRG, object_name:IGF_SP_STD_PRG, status:VALID,
-
VIEW: APPS.IGF_SP_PRG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_PRG_V, object_name:IGF_SP_PRG_V, status:VALID,
-
VIEW: APPS.IGF_SP_STD_PRG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_STD_PRG_V, object_name:IGF_SP_STD_PRG_V, status:VALID,
-
APPS.IGF_SP_AWARD dependencies on IGF_SP_STD_UNIT
12.1.1
-
Table: IGF_SP_FC_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Holds pays only fee class details for a sponsor fund , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
APPS.IGF_SP_PRG_PKG SQL Statements
12.1.1
-
Table: IGF_SP_FC_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SP_FC_ALL, object_name:IGF_SP_FC_ALL, status:VALID, product: IGF - Financial Aid , description: Holds pays only fee class details for a sponsor fund , implementation_dba_data: IGF.IGF_SP_FC_ALL ,
-
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 ,
-
Table: IGF_SP_PRG_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SP_PRG_ALL, object_name:IGF_SP_PRG_ALL, status:VALID, product: IGF - Financial Aid , description: Holds sponsor pays only program details for a pays only tuition fee class , implementation_dba_data: IGF.IGF_SP_PRG_ALL ,
-
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 ,
-
APPS.IGF_SP_ROLLOVER dependencies on IGF_SP_FC_V
12.1.1
-
APPS.IGF_SP_STD_PRG_PKG SQL Statements
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: IGF_SP_FC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_FC, object_name:IGF_SP_FC, status:VALID, product: IGF - Financial Aid , description: MO view based on IGF_SP_FC_ALL table , implementation_dba_data: APPS.IGF_SP_FC ,
-
View: IGF_SP_FC_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: FORM view formed by joining IGF_SP_FC MO view, IGF_AW_FUND_MAST and IGS_LOOKUPS_VIEW. The view holds pays only details for a sponsor fund. , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SP_STD_PRG
12.2.2
product: IGF - Financial Aid (Obsolete) , description: MO VIEW based on IGF_SP_STD_PRG_ALL table , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_SP_STD_FC_PKG SQL Statements
12.1.1
-
View: IGF_SP_STD_PRG
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_STD_PRG, object_name:IGF_SP_STD_PRG, status:VALID, product: IGF - Financial Aid , description: MO VIEW based on IGF_SP_STD_PRG_ALL table , implementation_dba_data: APPS.IGF_SP_STD_PRG ,
-
View: IGF_SP_PRG
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_PRG, object_name:IGF_SP_PRG, status:VALID, product: IGF - Financial Aid , description: MO view based on IGF_SP_PRG_ALL table. , implementation_dba_data: APPS.IGF_SP_PRG ,
-
View: IGF_SP_PRG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_PRG_V, object_name:IGF_SP_PRG_V, status:VALID, product: IGF - Financial Aid , description: FORM view formed by joining IGF_SP_PRG MO view, IGF_SP_FC MO view and IGS_PS_VER. The view holds sponsor pays only program details for a pays only tuition fee class. , implementation_dba_data: APPS.IGF_SP_PRG_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_STD_PRG_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: FORM VIEW formed by joining IGF_SP_STD_PRG MO view, IGF_SP_STD_FC MO view and IGS_PS_VER. The view holds students pays only program details for a pays only tuition fee class. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_SP_ROLLOVER SQL Statements
12.1.1
-
APPS.IGF_SP_ROLLOVER dependencies on IGF_SP_STD_PRG
12.1.1
-
APPS.IGF_SP_FC_PKG SQL Statements
12.1.1
-
View: IGF_SP_FC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_FC_V, object_name:IGF_SP_FC_V, status:VALID, product: IGF - Financial Aid , description: FORM view formed by joining IGF_SP_FC MO view, IGF_AW_FUND_MAST and IGS_LOOKUPS_VIEW. The view holds pays only details for a sponsor fund. , implementation_dba_data: APPS.IGF_SP_FC_V ,
-
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_FC
12.2.2
product: IGF - Financial Aid (Obsolete) , description: MO view based on IGF_SP_FC_ALL table , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SP_STD_PRG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_STD_PRG_V, object_name:IGF_SP_STD_PRG_V, status:VALID, product: IGF - Financial Aid , description: FORM VIEW formed by joining IGF_SP_STD_PRG MO view, IGF_SP_STD_FC MO view and IGS_PS_VER. The view holds students pays only program details for a pays only tuition fee class. , implementation_dba_data: APPS.IGF_SP_STD_PRG_V ,
-
View: IGF_SP_PRG
12.2.2
product: IGF - Financial Aid (Obsolete) , description: MO view based on IGF_SP_PRG_ALL table. , implementation_dba_data: Not implemented in this database ,