Search Results igf_ap_fa_setup
Overview
IGF_AP_FA_SETUP is an Oracle E-Business Suite view owned by the APPS schema and associated with the IGF (Financial Aid) product family, specifically the need-analysis and federal aid processing components of Oracle Student Financial Aid. The view exposes the active organization's financial aid office (FAO) setup configuration as maintained in the underlying entity table. It is a multi-org secured (organization-level) view: rather than presenting every row across all business units, it filters records using the Oracle multi-org CLIENT_INFO mechanism, so a session sees only the setup row(s) belonging to its currently selected organization.
The object's ETRM documentation describes it as "FA126_3102439_CS_DP2.doc - Obsolete," indicating the view is a legacy or superseded artifact retained for backward compatibility. It should be treated accordingly in upgrade and remediation planning for 12.1.1 and 12.2.2.
Underlying Base Objects
The view is defined over a single documented base object: IGF_AP_FA_SETUP_ALL, the entity table storing financial aid office setup records. The documentation lists no additional referenced base objects. The defining query selects the ROWID of the underlying table row as ROW_ID alongside all principal setup columns, and applies a WHERE predicate that compares the row's ORG_ID to the organization identifier derived from USERENV('CLIENT_INFO'). The DECODE/SUBSTRB logic returns NULL when the first character of CLIENT_INFO is a space, converting that to a numeric value, and NVL substitutes -99 when no organization can be resolved — the standard multi-org secured view pattern. Because the view reads only from the _ALL table and performs security filtering at query time, it is read-oriented and does not itself carry DML of its own.
Key Columns
- FAO_ID / FAO_NAME — The primary key and the descriptive name of the financial aid office record. FAO_NAME is the column most commonly searched by users resolving FAO references.
- FAS_ID — The financial aid setup identifier, correlating the setup record.
- PARTY_ID — Reference to the trading community party (organization) associated with the FAO.
- OPE_ID, PELL_ID, DUNS_ID, CSS_ID, STATE_AGENCY_ID — Federal and agency identifiers used in Title IV reporting.
- CAMPUS_ID, CRS_ID — Campus and reporting/credential identifiers.
- LOW_DEFAULT, QA_SCHOOL, EXPERIMENTAL, GRADE_CALC_OPT — Configuration flags and options governing need analysis and grade-level calculation behavior.
- FSEOG_MATCH_MTHD, FSEOG_FED_PCT, FSEOG_WAIVER, DEST_NUM — Federal Supplemental Educational Opportunity Grant matching parameters and destination number.
- ORG_ID — The operating unit used by the multi-org security predicate.
- Audit columns — CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN.
Common Use Cases and Queries
Typical uses include FAO lookup for reporting, validation of Title IV identifiers before federal disbursement extracts, and reconciliation of setup rows across operating units. Because the view is org-secured, queries return only the session's organization. A representative lookup by name:
SELECT fao_id, fao_name, ope_id, pell_id, duns_id, org_id
FROM apps.igf_ap_fa_setup
WHERE fao_name LIKE :p_fao_name;
For administrative review across the base table, query IGF_AP_FA_SETUP_ALL directly with an explicit ORG_ID predicate. Given the "Obsolete" designation, confirm current object usage against your 12.1.1/12.2.2 instance before building new dependencies on it.
-
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
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
-
SYNONYM: APPS.IGF_AP_FA_SETUP_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AP_FA_SETUP_ALL, status:VALID,
-
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_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
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_FA_SETUP_V, object_name:IGF_AP_FA_SETUP_V, status:VALID,
-
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,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
APPS.IGF_GR_GEN dependencies on IGF_GR_REPORT_PELL
12.1.1
-
PACKAGE BODY: APPS.IGF_GR_GEN
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
APPS.IGF_AW_PACKAGING SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_ORIG_ACK
12.1.1
-
PACKAGE BODY: APPS.IGF_AW_PACKAGING
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,