Search Results preparer_sign
Overview
IGF_AP_ISIR_SAR_V is a database view historically shipped within the Oracle E-Business Suite Financial Aid (IGF) product family. In ETRM metadata for releases 12.1.1 and 12.2.2, the object is classified as Obsolete, with the description field carrying the same designation. This classification indicates that the view is no longer implemented in the current database and is retained only as a legacy artifact of the earlier Financial Aid module, which has been superseded by Oracle Student Financial Planning and related student-aid products.
Functionally, the view was designed as a flat, denormalized projection of student ISIR (Institutional Student Information Record) and SAR (Student Aid Report) data used by the federal financial aid process. It consolidated fields from student-supplied and parent-supplied sections of the aid application into a single queryable structure, making it convenient for reporting, downstream eligibility calculations, and integration with external financial aid processors. Because the underlying metadata documents no implementation in the current database, the view exists only as historical reference and should not be relied upon in new development.
Underlying Base Objects
The ETRM documentation lists no referenced base objects for this view in 12.2.2, and explicitly states it is not implemented. Based on the embedded view text, the definition selects a large set of columns — ISIR_ID, BASE_ID, ORIGINAL_SSN, TRANSACTION_NUM, and numerous student and parent financial attributes — that correspond to the legacy ISIR/SAR staging and processing tables within the IGF schema. The view therefore acted as a single-source abstraction over multiple ISIR-related base tables, likely joining student and parent data segments keyed by ISIR_ID and BASE_ID.
Practitioners should note that because the base objects are undocumented in the current ETRM repository and the view itself is obsolete, any attempt to trace lineage must rely on the embedded SELECT text rather than on active data dictionary relationships.
Key Columns
The view exposed a broad set of columns spanning student, spouse, and parent financial information. Notable categories include:
- Identification: ISIR_ID, BASE_ID, ORIGINAL_SSN, CURRENT_SSN, ORIG_NAME_ID, TRANSACTION_NUM, TRAN_SOURCE_SITE_CODE.
- Student demographics: LAST_NAME, FIRST_NAME, MIDDLE_INITIAL, DATE_OF_BIRTH, PERM_MAIL_ADD, PHONE_NUMBER, CITIZENSHIP_STATUS, ALIEN_REG_NUMBER, S_MARITAL_STATUS.
- Enrollment: SUMM_ENRL_STATUS, FALL_ENRL_STATUS, WINTER_ENRL_STATUS, SPRING_ENRL_STATUS, SUMM2_ENRL_STATUS, GRADE_LEVEL_IN_COLLEGE, DEGREE_CERTIFICATION.
- Student financial data: S_ADJUSTED_GROSS_INCOME, S_FED_TAXES_PAID, S_EXEMPTIONS, S_INCOME_FROM_WORK, S_TAX_RETURN_STATUS, S_INVESTMENT_NETWORTH, S_BUSI_FARM_NETWORTH, S_CASH_SAVINGS.
- Parent financial data: P_ADJUSTED_GROSS_INCOME, P_TAXES_PAID, P_EXEMPTIONS, F_INCOME_WORK, M_INCOME_WORK, P_INVESTMENT_NETWORTH, P_BUSINESS_NETWORTH, P_CASH_SAVING.
- Household/college plan: P_NUM_FAMILY_MEMBER, P_NUM_IN_COLLEGE, P_STATE_LEGAL_RESIDENCE, and the FIRST through SIXTH COLLEGE/HOUSE_PLAN columns.
The user search term p_adjusted_gross_income maps directly to the parent adjusted gross income column, a central input to the Expected Family Contribution (EFC) calculation, mirroring its counterpart S_ADJUSTED_GROSS_INCOME for the student.
Common Use Cases and Queries
Historically, this view supported financial aid reporting dashboards, ISIR reconciliation extracts, and EFC recalculation routines. Since the view is obsolete in 12.1.1 and 12.2.2, the following query is illustrative only:
SELECT isir_id, base_id, s_adjusted_gross_income, p_adjusted_gross_income FROM igf_ap_isir_sar_v WHERE transaction_num = :trans;— used to retrieve student and parent AGI for EFC verification.SELECT isir_id, p_num_family_member, p_num_in_college, p_adjusted_gross_income FROM igf_ap_isir_sar_v ORDER BY p_adjusted_gross_income;— used in need-analysis reporting.SELECT isir_id, s_state_legal_residence, p_state_legal_residence FROM igf_ap_isir_sar_v;— used for residency validation.
For current implementations, the recommendation is to migrate to supported student financial planning objects and to treat IGF_AP_ISIR_SAR_V strictly as a historical reference model.
-
View: IGF_AP_ISIR_SAR_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Obsolete , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_AP_ISIR_SAR_V
12.1.1
-
View: IGF_AP_ISIR_SAR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_ISIR_SAR_V, object_name:IGF_AP_ISIR_SAR_V, status:VALID, product: IGF - Financial Aid , description: Obsolete , implementation_dba_data: APPS.IGF_AP_ISIR_SAR_V ,
-
TABLE: IGF.IGF_AP_ISIR_UPD_FLAG_OLD
12.1.1
owner:IGF, object_type:TABLE, object_name:IGF_AP_ISIR_UPD_FLAG_OLD, status:VALID,
-
View: IGF_AP_ISIR_CORR_REC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_ISIR_CORR_REC_V, object_name:IGF_AP_ISIR_CORR_REC_V, status:VALID, product: IGF - Financial Aid , description: Retrieves the list of all the ISIR matched records with System record type as CORRECTION , implementation_dba_data: APPS.IGF_AP_ISIR_CORR_REC_V ,
-
View: IGF_AP_ISIR_CORR_REC_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Retrieves the list of all the ISIR matched records with System record type as CORRECTION , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_AP_ISIR_SAR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_ISIR_SAR_V, object_name:IGF_AP_ISIR_SAR_V, status:VALID,
-
VIEW: APPS.IGF_AP_ISIR_MATCHED_V
12.1.1
-
View: IGF_AP_ISIR_MATCHED_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AP_ISIR_MATCHED_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_ISIR_MATCHED_V, object_name:IGF_AP_ISIR_MATCHED_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_AP_ISIR_MATCHED_V ,
-
VIEW: APPS.IGF_AP_ISIR_CORR_REC_V
12.1.1
-
View: IGF_AP_ISIR_INTRFACE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_ISIR_INTRFACE, object_name:IGF_AP_ISIR_INTRFACE, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_AP_ISIR_INTRFACE ,
-
View: IGF_AP_ISIR_INTRFACE
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_AP_ISIR_INTRFACE
12.1.1
-
VIEW: APPS.IGF_AP_ISIR_CORR_REC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_ISIR_CORR_REC_V, object_name:IGF_AP_ISIR_CORR_REC_V, status:VALID,
-
Lookup Type: IGF_SAR_FIELD_MAP
12.2.2
product: IGF - Financial Aid (Obsolete) , meaning: SAR Column Mapping , description: SAR Column Mapping ,
-
Lookup Type: IGF_SAR_FIELD_MAP
12.1.1
product: IGF - Financial Aid , meaning: SAR Column Mapping , description: SAR Column Mapping ,
-
View: IGF_AP_ISIR_MATCHED
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AP_ISIR_MATCHED
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_ISIR_MATCHED, object_name:IGF_AP_ISIR_MATCHED, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_AP_ISIR_MATCHED ,
-
VIEW: APPS.IGF_AP_ISIR_MATCHED_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_ISIR_MATCHED_V, object_name:IGF_AP_ISIR_MATCHED_V, status:VALID,
-
VIEW: APPS.IGF_AP_ISIR_INTRFACE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_ISIR_INTRFACE, object_name:IGF_AP_ISIR_INTRFACE, status:VALID,
-
Lookup Type: IGF_AP_SAR_FIELD_MAP
12.1.1
product: IGF - Financial Aid , meaning: ISIR SAR Column Mapping , description: ISIR SAR Column Mapping ,
-
Lookup Type: IGF_AP_SAR_FIELD_MAP
12.2.2
product: IGF - Financial Aid (Obsolete) , meaning: ISIR SAR Column Mapping , description: ISIR SAR Column Mapping ,
-
APPS.IGF_AP_MK_ISIR_ACT_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGF_AP_ISIR_MATCHED
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_ISIR_MATCHED, object_name:IGF_AP_ISIR_MATCHED, status:VALID,
-
TABLE: IGF.IGF_AP_ISIR_MATCHED_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_ISIR_MATCHED_ALL, object_name:IGF_AP_ISIR_MATCHED_ALL, status:VALID,
-
PACKAGE BODY: APPS.IGF_AP_MK_ISIR_ACT_PKG
12.1.1
-
TABLE: IGF.IGF_AP_ISIR_INTRFACE_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_ISIR_INTRFACE_ALL, object_name:IGF_AP_ISIR_INTRFACE_ALL, status:VALID,
-
PACKAGE BODY: APPS.IGF_AW_GEN_002
12.1.1
-
APPS.IGF_AP_ISIR_MATCHED_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_AP_ISIR_MATCHED_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_AP_MATCHING_PROCESS_PKG
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,