Search Results igffv_federal_need_details
Overview
The IGFFV_FEDERAL_NEED_DETAILS view is a read-only Oracle EBS database object owned by the APPS schema and registered as VALID within the IGF (Financial Aid) product family. It exposes student-level data used to determine federal need, principally the Expected Family Contribution (EFC) applicable to a given award year and academic load. The view consolidates party identity information, award year context, calendar/term data, and derived EFC values into a single denormalized reporting structure. It is defined WITH READ ONLY, so it cannot be used as the target of DML; it exists purely as a query surface for reporting, extracts, and integration logic that must reproduce federal need calculations.
Because the EFC value is computed on the fly rather than stored as a static column, the view is best understood as a wrapper around the institution's need-analysis rules. It pulls the applicable EFC figure from the ISIR-matched base record and selects the correct alternate-month or primary/secondary EFC value according to the number of months in the load calendar.
Underlying Base Objects
The view text joins six objects, all in the APPS schema:
HZ_PARTIES(aliased PE) — supplies the student's party name and party number.IGF_AP_FA_BASE_REC_ALL(aliased BASE) — the financial aid base record, joined onPERSON_IDand carrying the EFC column set, secondary/primary alternate months, award year, and theCI_*calendar references.IGF_AP_ISIR_MATCHED_ALL(aliased ISIRM) — the ISIR matching record, filtered toACTIVE_ISIR = 'Y'so only the current matched ISIR is used.IGF_AW_COA_ITM_TERMS(aliased COAIT) — cost-of-attendance item terms, joined byBASE_IDand linked to the load calendar viaLD_CAL_TYPEandLD_SEQUENCE_NUMBER.IGS_CA_INST_ALL(aliased LD) — the load calendar instance, providing alternate code, description, start and end dates.IGS_CA_INST_ALL(aliased CI) — the award year calendar instance, providing the award year code, description, and sequence.
Two database functions are invoked in the select list: IGF_AP_EFC_CALC.GET_EFC_NO_OF_MONTHS and IGF_AP_GEN.GET_CUMULATIVE_COA_AMT. The documented Referenced base objects metadata is empty, so the dependencies above are inferred from the published view text.
Key Columns
- PERSON_NAME and PERSON_NUMBER — drawn from HZ_PARTIES; identify the student.
- AWARD_YEAR and AWARD_YEAR_DESCRIPTION — from the award year calendar instance (CI).
- LOAD_CALENDAR, LOAD_CALENDAR_DESCRIPTION, LOAD_CALENDAR_START_DATE, LOAD_CALENDAR_END_DAT — from the load calendar instance (LD).
- EFC — the central output. It is derived by a NVL/DECODE expression: when
AWARD_FMLY_CONTRIBUTION_TYPE = '2'the secondary alternate-month columns are used; otherwise the primary alternate-month columns are used. The month count (1–12) determines which alternate column is selected, withPRIMARY_EFCandSECONDARY_EFCsubstituted at 9 months. Missing values default to 0. - PERSON_ID — the join key from the base record.
The GET_EFC_NO_OF_MONTHS function returns the month count driving the DECODE, while GET_CUMULATIVE_COA_AMT supplies a cumulative cost-of-attendance amount for the period.
Common Use Cases and Queries
Typical uses include need-analysis reporting, federal extract generation, and verification of calculated EFC against the stored ISIR. A representative query:
SELECT person_number, person_name, award_year, load_calendar, efc FROM apps.igffv_federal_need_details WHERE award_year = :year;- Filtering by
load_calendar_start_daterange to align with a term or payment period. - Joining back to
IGF_AP_FA_BASE_REC_ALLonPERSON_IDfor audit comparisons of primary versus secondary EFC selection.
Because the view is read-only and computationally derived, queries should avoid large unfiltered scans; predicate on award year, load calendar, or person to keep function invocations bounded.
-
View: IGFFV_FEDERAL_NEED_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_FEDERAL_NEED_DETAILS, object_name:IGFFV_FEDERAL_NEED_DETAILS, status:VALID, product: IGF - Financial Aid , description: Contains the details about the student for federal needs. , implementation_dba_data: APPS.IGFFV_FEDERAL_NEED_DETAILS ,
-
View: IGFFV_FEDERAL_NEED_DETAILS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Contains the details about the student for federal needs. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE: APPS.IGF_AP_EFC_CALC
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AP_EFC_CALC, status:VALID,
-
SYNONYM: APPS.IGF_AW_COA_ITM_TERMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_COA_ITM_TERMS, status:VALID,
-
PACKAGE: APPS.IGF_AP_GEN
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AP_GEN, status:VALID,
-
VIEW: APPS.IGFFV_FEDERAL_NEED_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_FEDERAL_NEED_DETAILS, object_name:IGFFV_FEDERAL_NEED_DETAILS, status:VALID,
-
SYNONYM: APPS.IGF_AP_ISIR_MATCHED_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AP_ISIR_MATCHED_ALL, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
SYNONYM: APPS.IGF_AP_FA_BASE_REC_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AP_FA_BASE_REC_ALL, status:VALID,
-
SYNONYM: APPS.IGS_CA_INST_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_CA_INST_ALL, status:VALID,
-
SYNONYM: APPS.HZ_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
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 ,