Search Results fee_cls_unit_id
Overview
The IGF_SP_STD_UNIT_ALL table is a core data repository within the Oracle E-Business Suite (EBS) Student Financials module, specifically for the Institutional Grants and Funds (IGF) product. Its primary function is to store detailed unit-level information for "pays only" programs. A pays only program is a type of financial aid or fee classification where the institution directly pays a specified maximum amount for particular units or courses on behalf of the student, rather than disbursing funds directly to the student. This table is a multi-org enabled object, indicated by the ORG_ID column, allowing it to store data partitioned by operating unit in a shared installation. It is critical for defining and managing the specific academic units (courses) that are covered under a given pays only program, along with their associated financial limits.
Key Information Stored
The table's structure is designed to link unit details to a parent program and track versioned data. The key columns include:
- FEE_CLS_UNIT_ID: The primary key, a unique sequence-generated identifier sourced from the IGF_SP_STD_UNIT_S sequence.
- FEE_CLS_PRG_ID: A foreign key linking the unit record to its parent pays only program. This is the column referenced in the user's search, and it is part of a unique constraint (IGF_SP_STD_UNIT_ALL_U2) in combination with UNIT_CD and VERSION_NUMBER.
- UNIT_CD: The code identifying the specific academic unit or course covered by the program.
- VERSION_NUMBER: Allows for version control of the unit definition within a program, enabling historical tracking of changes.
- MAX_AMOUNT: The critical financial data point specifying the maximum sponsor amount the program will pay for this specific unit.
- ORG_ID: The multi-org identifier for the operating unit.
- Standard WHO Columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN): For auditing and tracking record creation and modifications.
Common Use Cases and Queries
This table is central to operations involving the setup, inquiry, and reporting of pays only program coverage. A common use case is determining all units and their associated maximum payable amounts for a specific program, which is essential for validating charges and ensuring sponsor billing accuracy. For reporting, one might join this table to the parent program table (likely keyed on FEE_CLS_PRG_ID) to produce summaries of program coverage. A fundamental query pattern involves filtering by the FEE_CLS_PRG_ID, as initially sought by the user:
SELECT UNIT_CD, VERSION_NUMBER, MAX_AMOUNT
FROM apps.IGF_SP_STD_UNIT_ALL
WHERE FEE_CLS_PRG_ID = :program_id
AND ORG_ID = :org_id
ORDER BY UNIT_CD;
Another critical operational query would validate the uniqueness of a unit definition within a program version, leveraging the unique constraint, before inserting new records. Integration points and data feeds from student information systems would populate this table to define the scope of a new pays only program.
Related Objects
Based on the provided metadata, the primary relationship is implied through the FEE_CLS_PRG_ID column, which is a foreign key to a parent table defining the pays only program header information, such as IGF_SP_STD_PRGM_ALL or a similarly named table. The table itself is referenced by the APPS synonym IGF_SP_STD_UNIT_ALL, which is the standard access point for all EBS application code and custom integrations. The unique index IGF_SP_STD_UNIT_ALL_U1 on FEE_CLS_UNIT_ID enforces the primary key, while index IGF_SP_STD_UNIT_ALL_U2 enforces business rule integrity for the combination of program, unit code, and version. The sequence IGF_SP_STD_UNIT_S is a direct dependency for generating primary key values.
-
TABLE: IGF.IGF_SP_STD_UNIT_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SP_STD_UNIT_ALL, object_name:IGF_SP_STD_UNIT_ALL, status:VALID,
-
TABLE: IGF.IGF_SP_UNIT_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SP_UNIT_ALL, object_name:IGF_SP_UNIT_ALL, status:VALID,
-
APPS.IGF_SP_UNIT_PKG dependencies on IGF_SP_UNIT_ALL
12.1.1
-
APPS.IGF_SP_STD_UNIT_PKG dependencies on IGF_SP_STD_UNIT_ALL
12.1.1
-
VIEW: APPS.IGF_SP_UNIT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_UNIT, object_name:IGF_SP_UNIT, status:VALID,
-
VIEW: APPS.IGF_SP_STD_UNIT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_STD_UNIT, object_name:IGF_SP_STD_UNIT, status:VALID,
-
VIEW: APPS.IGF_SP_STD_UNIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_STD_UNIT_V, object_name:IGF_SP_STD_UNIT_V, status:VALID,
-
Table: IGF_SP_UNIT_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SP_UNIT_ALL, object_name:IGF_SP_UNIT_ALL, status:VALID, product: IGF - Financial Aid , description: Holds pays only unit details for a pays only program , implementation_dba_data: IGF.IGF_SP_UNIT_ALL ,
-
VIEW: APPS.IGF_SP_UNIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_UNIT_V, object_name:IGF_SP_UNIT_V, status:VALID,
-
Table: IGF_SP_STD_UNIT_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SP_STD_UNIT_ALL, object_name:IGF_SP_STD_UNIT_ALL, status:VALID, product: IGF - Financial Aid , description: Holds student pays only unit details for a pays only program. , implementation_dba_data: IGF.IGF_SP_STD_UNIT_ALL ,
-
Table: IGF_SP_STD_UNIT_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Holds student pays only unit details for a pays only program. , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_SP_UNIT_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Holds pays only unit details for a pays only program , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_SP_STD_UNIT_PKG SQL Statements
12.1.1
-
View: IGF_SP_STD_UNIT
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_SP_UNIT_PKG SQL Statements
12.1.1
-
APPS.IGF_SP_ROLLOVER dependencies on IGF_SP_UNIT
12.1.1
-
View: IGF_SP_STD_UNIT_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: FORM VIEW formed by joining IGF_SP_STD_UNIT MO view, IGF_SP_STD_PRG MO view and IGS_PS_UNIT_VER. The view holds students pays only unit details for a pays only program , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SP_UNIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_UNIT_V, object_name:IGF_SP_UNIT_V, status:VALID, product: IGF - Financial Aid , description: FORM view formed by joining IGF_SP_UNIT MO view, IGF_SP_PRG MO view and IGS_PS_UNIT_VER. The view holds sponsor pays only unit details for a pays only program. , implementation_dba_data: APPS.IGF_SP_UNIT_V ,
-
View: IGF_SP_STD_UNIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_STD_UNIT_V, object_name:IGF_SP_STD_UNIT_V, status:VALID, product: IGF - Financial Aid , description: FORM VIEW formed by joining IGF_SP_STD_UNIT MO view, IGF_SP_STD_PRG MO view and IGS_PS_UNIT_VER. The view holds students pays only unit details for a pays only program , implementation_dba_data: APPS.IGF_SP_STD_UNIT_V ,
-
View: IGF_SP_UNIT
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_UNIT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_STD_UNIT, object_name:IGF_SP_STD_UNIT, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SP_STD_UNIT ,
-
View: IGF_SP_UNIT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_UNIT, object_name:IGF_SP_UNIT, status:VALID, product: IGF - Financial Aid , description: MO VIEW based on IGF_SP_FC_ALL table , implementation_dba_data: APPS.IGF_SP_UNIT ,
-
View: IGF_SP_UNIT_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: FORM view formed by joining IGF_SP_UNIT MO view, IGF_SP_PRG MO view and IGS_PS_UNIT_VER. The view holds sponsor pays only unit details for a pays only program. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGF_SP_UNIT_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_SP_STD_UNIT_PKG
12.1.1
-
APPS.IGF_SP_ROLLOVER SQL Statements
12.1.1
-
APPS.IGF_SP_ROLLOVER dependencies on IGF_SP_PRG
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 ,