Search Results igf_ap_css_fnar
Overview
The IGF_AP_CSS_FNAR view is a Financial Aid module database object owned by the APPS schema in Oracle E-Business Suite releases 12.1.1 and 12.2.2. Its documented purpose is to retrieve Financial Need Analysis Report (FNAR) information as collected through the College Board's CSS/Profile data submission. The view consolidates need-analysis attributes that describe a student's family circumstances, dependency status, and calculated need, alongside two parallel sets of parental income and asset computation columns—one reflecting a "base" methodology (prefixed IM_P_BAS_) and one reflecting an "optional" methodology (prefixed IM_P_OPT_).
In practice, the view functions as a reporting and integration surface. Rather than forcing downstream consumers to reach directly into the CSS Profile staging or transactional tables, the view presents a denormalized, report-ready projection. This is consistent with the ETRM classification of the object as a VALID view under the IGF – Financial Aid product, and it places the view in the family of College Board integration objects used by institutions to reconcile institutional need-analysis results with the ISIR and institutional methodology outputs.
Underlying Base Objects
The ETRM metadata for release 12.2.2 records no documented referenced base objects for this view. The published view text confirms that it is a single-table projection rather than a join: the SELECT list is composed entirely of direct column references plus ROWID, with no joins, unions, or subqueries visible in the excerpted definition. The leading identifiers—FNAR_ID, CSSP_ID, and the surrounding descriptive columns—indicate the underlying table is a Financial Need Analysis Report entity keyed by a surrogate identifier, with a foreign key relationship (CSSP_ID) to the related CSS Profile record.
Because the SQL is not schema-qualified in the excerpt and no base object is documented, the precise physical table name is not authoritative from the metadata provided. What is authoritative is the structural relationship: the view adds no logic and exists as a column-level exposure of the underlying FNAR storage, which means any column added to the base entity can be surfaced here without transformation.
Key Columns
The columns exposed by IGF_AP_CSS_FNAR divide into four practical groups.
- Identity and linkage:
ROW_ID(the row's ROWID),FNAR_ID(the primary report identifier),CSSP_ID(link to the CSS Profile record),R_S_EMAIL_ADDRESS, andEPS_CODE. - Household and status attributes:
COMP_CSS_DEPENDENCY_STATUS,COMP_STU_MARITAL_STATUS,STU_AGE,ASSUMED_STU_YR_IN_COLL,STU_FAMILY_MEMBERS,STU_FAM_MEMBERS_IN_COLLEGE, and the corresponding parent-side members. Allowance columns such asPAR_AESA,PAR_CESA,STU_AESA, andSTU_CESArecord asset and expense allowances. - Base methodology (IM_P_BAS_): the full parental income progression—
IM_P_BAS_TOTAL_INCOME,IM_P_BAS_US_INCOME_TAX,IM_P_BAS_FICA_TAX,IM_P_BAS_TOTAL_INC_ALLOW,IM_P_BAS_AVAIL_INCOME—followed by asset progression—IM_P_BAS_NET_WORTH,IM_P_BAS_DISC_NET_WORTH,IM_P_BAS_TOTAL_CONT_ASSET—and the contribution resultsIM_P_BAS_TOTAL_CONT,IM_P_BAS_CONT_FOR_STU,IM_P_BAS_CONT_FROM_INCOME, andIM_P_BAS_CONT_FROM_ASSETS. - Optional methodology (IM_P_OPT_): a parallel structure with the same measures, for example
IM_P_OPT_TOTAL_INCOME,IM_P_OPT_AVAIL_INCOME, andIM_P_OPT_ELEM_SEC_TUIT, permitting side-by-side comparison of the two need calculations.
Common Use Cases and Queries
The view supports need-analysis reporting, institutional methodology verification, and interface extracts feeding student financial planning or packaging. A typical query retrieves the report identity and key computed need figures for a given student:
SELECT FNAR_ID, CSSP_ID, COMP_CSS_DEPENDENCY_STATUS FROM IGF_AP_CSS_FNAR WHERE CSSP_ID = :p_cssp_id;SELECT FNAR_ID, IM_P_BAS_AVAIL_INCOME, IM_P_BAS_TOTAL_CONT, IM_P_OPT_AVAIL_INCOME, IM_P_OPT_TOTAL_CONT FROM IGF_AP_CSS_FNAR WHERE FNAR_ID = :p_fnar_id;
The second pattern is the most common reconciliation use case, comparing base and optional methodology outcomes. Users searching for the term "im_inst_1_tot_expenses" are seeking an instance-level expense total within the institutional methodology calculation; that specific column does not appear in the published view text for IGF_AP_CSS_FNAR. Only the IM_P_BAS_ and IM_P_OPT_ parental prefixes are documented. The institutional (student-side) computation columns are therefore expected in a companion view or the underlying FNAR entity rather than in this view, and the FNAR_ID or CSSP_ID from this view serves as the join key to reach them.
-
View: IGF_AP_CSS_FNAR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_CSS_FNAR, object_name:IGF_AP_CSS_FNAR, status:VALID, product: IGF - Financial Aid , description: Retrieves the Financial Need Analysis Report related information.This comes along with college board's profile information. , implementation_dba_data: APPS.IGF_AP_CSS_FNAR ,
-
View: IGF_AP_CSS_FNAR
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Retrieves the Financial Need Analysis Report related information.This comes along with college board's profile information. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGF_AP_UHK_INAS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AP_UHK_INAS_PKG, status:VALID,
-
PACKAGE: APPS.IGF_AP_UHK_INAS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AP_UHK_INAS_PKG, status:VALID,
-
SYNONYM: APPS.IGF_AP_CSS_FNAR_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AP_CSS_FNAR_ALL, status:VALID,
-
PACKAGE BODY: APPS.IGF_AP_CALC_IM_EFC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AP_CALC_IM_EFC, status:VALID,
-
PACKAGE BODY: APPS.IGF_AP_MK_PROF_ACT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AP_MK_PROF_ACT_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGF_AP_PROFILE_MATCHING_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AP_PROFILE_MATCHING_PKG, status:VALID,
-
VIEW: APPS.IGF_AP_CSS_PROFILE_V
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.IGF_AP_CSS_FNAR_V
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
View: IGF_AP_CSS_PROFILE_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AP_CSS_PROFILE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_CSS_PROFILE_V, object_name:IGF_AP_CSS_PROFILE_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_AP_CSS_PROFILE_V ,
-
View: IGF_AP_CSS_FNAR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_CSS_FNAR_V, object_name:IGF_AP_CSS_FNAR_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_AP_CSS_FNAR_V ,
-
View: IGF_AP_CSS_FNAR_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_AP_UHK_INAS_PKG dependencies on IGF_AP_CSS_FNAR
12.1.1
-
APPS.IGF_AP_CALC_IM_EFC dependencies on IGF_AP_CSS_FNAR
12.1.1
-
APPS.IGF_AP_MK_PROF_ACT_PKG dependencies on IGF_AP_CSS_FNAR
12.1.1
-
APPS.IGF_AP_UHK_INAS_PKG dependencies on IGF_AP_CSS_FNAR
12.1.1
-
APPS.IGF_AP_PROFILE_MATCHING_PKG dependencies on IGF_AP_CSS_FNAR
12.1.1
-
APPS.IGF_AP_MK_PROF_ACT_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGF_AP_CSS_PROFILE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_CSS_PROFILE_V, object_name:IGF_AP_CSS_PROFILE_V, status:VALID,
-
APPS.IGF_AP_CALC_IM_EFC SQL Statements
12.1.1
-
VIEW: APPS.IGF_AP_CSS_FNAR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_CSS_FNAR, object_name:IGF_AP_CSS_FNAR, status:VALID,
-
PACKAGE BODY: APPS.IGF_AP_MK_PROF_ACT_PKG
12.1.1
-
VIEW: APPS.IGF_AP_CSS_FNAR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_CSS_FNAR_V, object_name:IGF_AP_CSS_FNAR_V, status:VALID,
-
PACKAGE BODY: APPS.IGF_AP_CALC_IM_EFC
12.1.1
-
APPS.IGF_AP_CALC_IM_EFC dependencies on IGF_AP_CSS_PROFILE_ALL
12.1.1
-
APPS.IGF_AP_CALC_IM_EFC dependencies on IGF_AP_CSS_PROFILE
12.1.1
-
APPS.IGF_AP_UHK_INAS_PKG dependencies on FND_NEW_MESSAGES
12.1.1
-
APPS.IGF_AP_UHK_INAS_PKG dependencies on IGF_AP_BATCH_AW_MAP
12.1.1
-
APPS.IGF_AP_UHK_INAS_PKG dependencies on FND_NEW_MESSAGES
12.1.1
-
APPS.IGF_AP_UHK_INAS_PKG dependencies on IGF_AP_BATCH_AW_MAP
12.1.1
-
APPS.IGF_AP_MK_PROF_ACT_PKG dependencies on IGF_AP_CSS_PROFILE
12.1.1
-
PACKAGE BODY: APPS.IGF_AP_PROFILE_MATCHING_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_AP_UHK_INAS_PKG
12.1.1
-
PACKAGE: APPS.IGF_AP_UHK_INAS_PKG
12.1.1
-
APPS.IGF_AP_PROFILE_MATCHING_PKG dependencies on FND_LOG
12.1.1
-
APPS.IGF_AP_PROFILE_MATCHING_PKG dependencies on IGF_AP_PROFILE_MATCHING_PKG
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
APPS.IGF_AP_MK_PROF_ACT_PKG dependencies on FND_MESSAGE
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGF_AP_UHK_INAS_PKG dependencies on IGF_AP_CSS_PROFILE
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
APPS.IGF_AP_UHK_INAS_PKG dependencies on IGF_AP_CSS_PROFILE
12.1.1