Search Results pell_id
Overview
The view IGF_AP_FA_SETUP_V is an Oracle E-Business Suite database object owned by the APPS schema within the IGF (Financial Aid) product family. It exposes the financial aid setup configuration used by the institution for federal and state student aid processing. Functionally, the view is a thin projection over a single base table, forwarding institution-level identifiers and processing options such as the Office of Postsecondary Education (OPE) identifier, Pell identifier, DUNS number, and Central Processing System (CSS) identifier.
The view's documentation describes it as derived from FA126_3102439_CS_DP2.doc and marks the underlying reference as Obsolete. Despite this status, the object remains VALID in the dictionary, and its role in reporting and integration persists in environments where legacy financial aid setups have not been migrated. Because the view is a simple SELECT without joins, it is inexpensive to query and is well suited to lookups and reporting joins against other financial aid tables.
Underlying Base Objects
The view is defined entirely over the table IGF_AP_FA_SETUP, aliased as FAS. The ETRM metadata documents no additional referenced base objects, and the view text confirms a single-table projection with no WHERE clause. Every column in the view maps one-to-one to a column in the base table, preserving the original data types and nullability. Consequently, filtering, joining, and sorting behavior is determined by indexing and constraints on IGF_AP_FA_SETUP, and the view introduces no aggregation, function application, or derived expressions that would change the semantics of the underlying data.
Key Columns
- ROW_ID — Surrogate row identifier for the setup record.
- FAS_ID — Primary identifier for the financial aid setup row.
- FAO_ID, FAO_NAME, PARTY_ID — Financial aid office identifier, name, and the associated trading partner party.
- OPE_ID — Office of Postsecondary Education school code used in federal aid reporting.
- PELL_ID — Pell Grant identifier assigned to the institution.
- DUNS_ID — Dun & Bradstreet number used for federal reporting and matching.
- CSS_ID — Central Processing System identifier referenced in federal student aid transactions. This is the column most directly implicated by the search term
css_id. - STATE_AGENCY_ID, CAMPUS_ID, CRS_ID — State agency, campus, and centralized reporting identifiers.
- LOW_DEFAULT, QA_SCHOOL, EXPERIMENTAL, GRADE_CALC_OPT — Institution-level processing controls, including qualification and grade calculation options.
- FSEOG_MATCH_MTHD, FSEOG_FED_PCT, FSEOG_WAIVER, DEST_NUM — FSEOG matching method, federal share percentage, waiver indicator, and destination number.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — Standard EBS audit columns.
Common Use Cases and Queries
A frequent requirement is retrieving the CSS and related federal identifiers for an institution's financial aid setup. The following query returns the setup identifiers by financial aid office:
SELECT fas_id, fao_id, fao_name, party_id,
ope_id, pell_id, duns_id, css_id
FROM apps.igf_ap_fa_setup_v
WHERE css_id IS NOT NULL;
The view is also used to join setup attributes onto transactional financial aid data, for example when populating reports that require the OPE or Pell identifier alongside student award records. Because it is a single-table projection, queries should apply selective predicates on FAO_ID or FAS_ID where possible. Note the metadata's Obsolete designation: implementations should treat this view as a legacy access path and validate the corresponding base table lookup against current financial aid configuration before relying on it for regulatory reporting.
-
View: IGF_AP_FA_SETUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_FA_SETUP_V, object_name:IGF_AP_FA_SETUP_V, status:VALID, product: IGF - Financial Aid , description: FA126_3102439_CS_DP2.doc - Obsolete , implementation_dba_data: APPS.IGF_AP_FA_SETUP_V ,
-
View: IGF_AP_FA_SETUP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_FA_SETUP, object_name:IGF_AP_FA_SETUP, status:VALID, product: IGF - Financial Aid , description: FA126_3102439_CS_DP2.doc - Obsolete , implementation_dba_data: APPS.IGF_AP_FA_SETUP ,
-
View: IGF_AP_FA_SETUP_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: FA126_3102439_CS_DP2.doc - Obsolete , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_AP_FA_SETUP
12.1.1
-
VIEW: APPS.IGF_AP_FA_SETUP_V
12.1.1
-
VIEW: APPS.IGF_AP_FA_SETUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_FA_SETUP_V, object_name:IGF_AP_FA_SETUP_V, status:VALID,
-
View: IGF_AP_FA_SETUP
12.2.2
product: IGF - Financial Aid (Obsolete) , description: FA126_3102439_CS_DP2.doc - Obsolete , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_AP_FA_SETUP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_FA_SETUP, object_name:IGF_AP_FA_SETUP, status:VALID,
-
TABLE: IGF.IGF_AP_FA_SETUP_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_FA_SETUP_ALL, object_name:IGF_AP_FA_SETUP_ALL, status:VALID,
-
Lookup Type: OR_SYSTEM_ID_TYPE
12.2.2
product: IGS - Student System (Obsolete) , meaning: OR_SYSTEM_ID_TYPE , description: Organization System ID Type ,
-
Lookup Type: OR_SYSTEM_ID_TYPE
12.1.1
product: IGS - Student System , meaning: OR_SYSTEM_ID_TYPE , description: Organization System ID Type ,
-
APPS.IGF_GR_LI_IMPORT dependencies on IGF_SL_GEN
12.1.1
-
APPS.IGF_GR_GEN dependencies on IGF_SL_GEN
12.1.1
-
APPS.IGF_GR_PELL dependencies on IGF_SL_GEN
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_GEN
12.1.1
-
APPS.IGF_GR_PELL_CALC dependencies on IGF_SL_GEN
12.1.1
-
PACKAGE BODY: APPS.IGF_GR_PELL
12.1.1
-
PACKAGE BODY: APPS.IGF_GR_LI_IMPORT
12.1.1
-
PACKAGE BODY: APPS.IGF_GR_PELL_CALC
12.1.1
-
PACKAGE BODY: APPS.IGF_GR_GEN
12.1.1
-
APPS.IGF_GR_LI_IMPORT dependencies on FND_MESSAGE
12.1.1
-
APPS.IGF_GR_LI_IMPORT dependencies on FND_FILE
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,