Search Results pit_2
Overview
IGF_AP_FA_BASE_RESULTS_V is a reporting view in the Oracle E-Business Suite application schema (APPS) that consolidates financial aid applicant data drawn from the Oracle Student System (IGS) and Oracle Trading Community Architecture (HZ) tables. The view is part of the IGF module family, which supports financial aid processing, and its name indicates that it exposes the results of the "AP/FA base" (Applicant/Financial Aid base) record set. In practice, IGF_AP_FA_BASE_RESULTS_V joins base financial aid records to party, person profile, and calendar instance data, and enriches each row with an alternate person identifier — specifically the SSN-type identifier — where one exists. This makes the view a convenient single source for downstream reporting, extracts, and integration processes that need applicant identity, demographic, and calendar context in one query. Because it is a view and not a table, it carries no independent storage; every execution re-derives its result set from the underlying base tables at query time.
Underlying Base Objects
Per the documented view text, IGF_AP_FA_BASE_RESULTS_V is defined over the following physical base tables and derive sets:
- IGF_AP_FA_BASE_REC FA — the primary financial aid base record, supplying PERSON_ID, BASE_ID, and the calendar instance keys CI_CAL_TYPE and CI_SEQUENCE_NUMBER.
- HZ_PARTIES PE — the Trading Community party master, supplying PARTY_NUMBER, PERSON_LAST_NAME, and PERSON_FIRST_NAME.
- HZ_PERSON_PROFILES HPP — person demographic profile, supplying DATE_OF_BIRTH. The join is date-effective: SYSDATE must fall between EFFECTIVE_START_DATE and NVL(EFFECTIVE_END_DATE, SYSDATE).
- IGS_CA_INST CA — the calendar instance table, validated against the financial aid record through matching CAL_TYPE and SEQUENCE_NUMBER.
- An inline derived set aliased PIT — built from IGS_PE_PERSON_ID_TYP (aliased PIT_2) joined to IGS_PE_ALT_PERS_ID (aliased API_2), restricted to PERSON_ID_TYPE where S_PERSON_ID_TYPE = 'SSN' and the alternate ID is currently effective. This set yields API_PERSON_ID and PE_PERSON_ID. The user search term "pit_2" refers precisely to this inner alias.
The outer joins link FA.PERSON_ID = PE.PARTY_ID and PE.PARTY_ID = PIT.PE_PERSON_ID (+). The (+) notation makes the SSN lookup an outer join, so applicants without a current SSN alternate identifier are still returned, with NULL in API_PERSON_ID.
Key Columns
- PERSON_ID — party identifier of the applicant, originating from the base financial aid record.
- BASE_ID — identifier of the financial aid base record itself.
- PERSON_NUMBER — the party number from HZ_PARTIES, the externally recognizable person reference.
- PERSON_LAST_NAME||', '||PERSON_FIRST_NAME — concatenated display name. Note the documented preformatted variant lacks the space after the comma while the HTML-formatted variant includes it.
- API_PERSON_ID — the alternate (SSN-type) person identifier value returned by the PIT derived set; NULL when no effective SSN record exists.
- DATE_OF_BIRTH — birth date from the current, date-effective HZ_PERSON_PROFILES row.
- CI_CAL_TYPE and CI_SEQUENCE_NUMBER — the calendar type and sequence number identifying the academic calendar instance associated with the financial aid record.
Common Use Cases and Queries
The view is typically used for applicant extracts, financial aid reconciliation, and integrations that require SSN matching against external systems, since the outer join guarantees complete applicant coverage even when the SSN is absent. A representative query follows:
SELECT person_id, base_id, person_number, api_person_id, date_of_birth, ci_cal_type, ci_sequence_number FROM apps.igf_ap_fa_base_results_v WHERE ci_cal_type = :p_cal_type AND ci_sequence_number = :p_seq;
Because both HZ_PERSON_PROFILES and the PIT derived set are filtered by SYSDATE, results reflect only currently effective demographics and identifiers; historical or future-dated rows are excluded. Queries should therefore not be relied upon for point-in-time reconstruction without querying the base tables directly. As with all APPS views, appropriate responsibility-based grants or a custom synonym are required for direct access.
-
VIEW: APPS.IGF_AP_FA_BASE_RESULTS_V
12.1.1
-
VIEW: APPS.IGF_AW_COA_HIST_V
12.1.1
-
VIEW: APPS.IGF_AP_EFC_DET_V
12.1.1
-
VIEW: APPS.IGF_SL_LOANS_V
12.1.1
-
View: IGF_AW_COA_HIST_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Cost of Attendance History View , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_SL_DISB_LTR_V
12.1.1
-
View: IGF_AP_FA_BASE_RESULTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_FA_BASE_RESULTS_V, object_name:IGF_AP_FA_BASE_RESULTS_V, status:VALID, product: IGF - Financial Aid , description: Shows all the award years available from the calendar setup , implementation_dba_data: APPS.IGF_AP_FA_BASE_RESULTS_V ,
-
View: IGF_AP_EFC_DET_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: View stores the computed end result of family contribution for each student under all methodologies , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AP_FA_BASE_RESULTS_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Shows all the award years available from the calendar setup , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_COA_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_COA_HIST_V, object_name:IGF_AW_COA_HIST_V, status:VALID, product: IGF - Financial Aid , description: Cost of Attendance History View , implementation_dba_data: APPS.IGF_AW_COA_HIST_V ,
-
VIEW: APPS.IGF_AP_MIS_ITMS_LTR_V
12.1.1
-
VIEW: APPS.IGF_AW_AWARD_V
12.1.1
-
View: IGF_AP_EFC_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_EFC_DET_V, object_name:IGF_AP_EFC_DET_V, status:VALID, product: IGF - Financial Aid , description: View stores the computed end result of family contribution for each student under all methodologies , implementation_dba_data: APPS.IGF_AP_EFC_DET_V ,
-
VIEW: APPS.IGF_AW_PER_LIST_V
12.1.1
-
View: IGF_SL_LOANS_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_LOANS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOANS_V, object_name:IGF_SL_LOANS_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_LOANS_V ,
-
View: IGF_AW_PER_LIST_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores person details used for correspondence , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_AW_AWD_LTR_V
12.1.1
-
View: IGF_AP_MIS_ITMS_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_MIS_ITMS_LTR_V, object_name:IGF_AP_MIS_ITMS_LTR_V, status:VALID, product: IGF - Financial Aid , description: This view is used to return the missing items (missing documents) which are required for Financial Aid processing , implementation_dba_data: APPS.IGF_AP_MIS_ITMS_LTR_V ,
-
VIEW: APPS.IGF_AP_FA_CON_V
12.1.1
-
View: IGF_AW_AWD_LTR_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: This view selects relevant data for the Award Notification Letter to be sent to a Student , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_PER_LIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_PER_LIST_V, object_name:IGF_AW_PER_LIST_V, status:VALID, product: IGF - Financial Aid , description: Stores person details used for correspondence , implementation_dba_data: APPS.IGF_AW_PER_LIST_V ,
-
View: IGF_AW_AWARD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_AWARD_V, object_name:IGF_AW_AWARD_V, status:VALID, product: IGF - Financial Aid , description: Shows award details , implementation_dba_data: APPS.IGF_AW_AWARD_V ,
-
View: IGF_AW_AWARD_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Shows award details , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AP_MIS_ITMS_LTR_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: This view is used to return the missing items (missing documents) which are required for Financial Aid processing , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_DISB_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DISB_LTR_V, object_name:IGF_SL_DISB_LTR_V, status:VALID, product: IGF - Financial Aid , description: Stores persons loan details used for correspondence , implementation_dba_data: APPS.IGF_SL_DISB_LTR_V ,
-
View: IGF_SL_DISB_LTR_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores persons loan details used for correspondence , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AP_FA_CON_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Financial aid context details , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AP_FA_CON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_FA_CON_V, object_name:IGF_AP_FA_CON_V, status:VALID, product: IGF - Financial Aid , description: Financial aid context details , implementation_dba_data: APPS.IGF_AP_FA_CON_V ,
-
View: IGF_AW_AWD_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_AWD_LTR_V, object_name:IGF_AW_AWD_LTR_V, status:VALID, product: IGF - Financial Aid , description: This view selects relevant data for the Award Notification Letter to be sent to a Student , implementation_dba_data: APPS.IGF_AW_AWD_LTR_V ,
-
APPS.IGF_SE_GEN_001 SQL Statements
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_SE_GEN_001
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGF_SE_GEN_001 dependencies on IGS_PE_PERSON_ID_TYP
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK dependencies on IGS_PE_ALT_PERS_ID
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK dependencies on IGS_PE_PERSON
12.1.1
-
APPS.IGF_SE_GEN_001 dependencies on IGS_PE_ALT_PERS_ID_V
12.1.1
-
APPS.IGF_SE_GEN_001 dependencies on IGS_PE_PERSON
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK dependencies on IGF_AP_FA_BASE_REC
12.1.1
-
APPS.IGF_SE_GEN_001 dependencies on IGF_AW_FUND_CAT
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK dependencies on IGS_CA_INST
12.1.1
-
APPS.IGF_SE_GEN_001 dependencies on IGF_AP_FA_BASE_REC
12.1.1
-
APPS.IGF_SE_GEN_001 dependencies on IGF_AW_FUND_MAST
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK dependencies on HZ_PARTIES
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_ORIG_ACK
12.1.1