Search Results css_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 ,
-
TABLE: IGF.IGF_AP_PERSON_MATCH_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_PERSON_MATCH_ALL, object_name:IGF_AP_PERSON_MATCH_ALL, status:VALID,
-
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_V
12.1.1
-
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: APPS.IGF_AP_PERSON_MATCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_PERSON_MATCH_V, object_name:IGF_AP_PERSON_MATCH_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,
-
VIEW: APPS.IGF_AP_FA_SETUP
12.1.1
-
VIEW: APPS.IGF_AP_PERSON_MATCH
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_PERSON_MATCH, object_name:IGF_AP_PERSON_MATCH, status:VALID,
-
Table: IGF_AP_CSS_INTERFACE_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_CSS_INTERFACE_ALL, object_name:IGF_AP_CSS_INTERFACE_ALL, status:VALID, product: IGF - Financial Aid , description: Interface Table for CSS profile records.The profile records will be loaded initially into this table and processed further. , implementation_dba_data: IGF.IGF_AP_CSS_INTERFACE_ALL ,
-
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,
-
Table: IGF_AP_CSS_INTERFACE_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Interface Table for CSS profile records.The profile records will be loaded initially into this table and processed further. , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AP_PERSON_MATCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_PERSON_MATCH_V, object_name:IGF_AP_PERSON_MATCH_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_AP_PERSON_MATCH_V ,
-
View: IGF_AP_PERSON_MATCH
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_PERSON_MATCH, object_name:IGF_AP_PERSON_MATCH, status:VALID, product: IGF - Financial Aid , description: Retrieves the list of ISIR or Profile records which had a partial match with the person record present in the system , implementation_dba_data: APPS.IGF_AP_PERSON_MATCH ,
-
View: IGF_AP_PERSON_MATCH_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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,
-
View: IGF_AP_PERSON_MATCH
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Retrieves the list of ISIR or Profile records which had a partial match with the person record present in the system , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_AP_PERSON_MATCH_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGF_AP_CSS_INTERFACE
12.1.1
-
PACKAGE BODY: APPS.IGF_AP_PERSON_MATCH_PKG
12.1.1
-
View: IGF_AP_CSS_INTERFACE
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Retrieves the Interface CSS Profile records , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AP_CSS_INTERFACE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_CSS_INTERFACE, object_name:IGF_AP_CSS_INTERFACE, status:VALID, product: IGF - Financial Aid , description: Retrieves the Interface CSS Profile records , implementation_dba_data: APPS.IGF_AP_CSS_INTERFACE ,
-
APPS.IGF_AP_PROFILE_MATCHING_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_AP_PROFILE_GEN_PKG
12.1.1
-
VIEW: APPS.IGF_AP_CSS_INTERFACE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_CSS_INTERFACE, object_name:IGF_AP_CSS_INTERFACE, status:VALID,
-
TABLE: IGF.IGF_AP_CSS_INTERFACE_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_CSS_INTERFACE_ALL, object_name:IGF_AP_CSS_INTERFACE_ALL, status:VALID,
-
APPS.IGF_AP_CSS_INTERFACE_PKG dependencies on IGF_AP_CSS_INTERFACE_ALL
12.1.1
-
PACKAGE BODY: APPS.IGF_AP_PROFILE_MATCHING_PKG
12.1.1
-
APPS.IGF_AP_PERSON_MATCH_PKG dependencies on IGF_AP_PERSON_MATCH_ALL
12.1.1
-
APPS.IGF_AP_PROFILE_MATCHING_PKG dependencies on IGF_AP_PERSON_V
12.1.1
-
APPS.IGF_AP_CSS_INTERFACE_PKG SQL Statements
12.1.1
-
APPS.IGF_AP_PROFILE_MATCHING_PKG dependencies on IGF_AP_CSS_INTERFACE
12.1.1
-
APPS.IGF_AP_PROFILE_MATCHING_PKG dependencies on IGF_AP_CSS_INTERFACE_ALL
12.1.1
-
APPS.IGF_AP_PROFILE_MATCHING_PKG dependencies on IGF_AP_BATCH_AW_MAP
12.1.1
-
APPS.IGF_AP_PROFILE_MATCHING_PKG dependencies on IGF_AP_CSS_FNAR
12.1.1
-
APPS.IGF_AP_PROFILE_MATCHING_PKG dependencies on IGF_AP_RECORD_MATCH
12.1.1
-
APPS.IGF_AP_PROFILE_MATCHING_PKG dependencies on IGF_AP_FA_BASE_REC
12.1.1
-
PACKAGE BODY: APPS.IGF_AP_CSS_INTERFACE_PKG
12.1.1
-
APPS.IGF_AP_PROFILE_MATCHING_PKG dependencies on IGF_AP_PERSON_MATCH
12.1.1
-
PACKAGE BODY: APPS.IGF_AP_LI_PROF_IMP_PROC
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 ,