Search Results s_full_name
Overview
The view IGF_SL_PRK_LOAN_V belongs to the Oracle E-Business Suite module IGF – Financial Aid, a component historically used by higher-education institutions to administer student financial aid, including Title IV federal loan programs. The view presents Perkins Loan (PRK) information for a student within the financial aid system. The Perkins Loan program is a federally subsidized, need-based campus loan program, and this view consolidates the loan header, student biographical and demographic data, permanent home address details, and the accepted loan amount into a single denormalized result set.
The ETRM documentation classifies this object as Obsolete and states explicitly that it is not implemented in this database. This means that in Oracle EBS 12.1.1 and 12.2.2 environments where the object is absent, any query, report, interface, or concurrent program referencing IGF_SL_PRK_LOAN_V will fail with an ORA-00942 (table or view does not exist) error. Because the Financial Aid product family (IGF) was not carried forward as a supported module in the 12.1.1 and 12.2.2 application editions, this view exists primarily as historical ETRM documentation rather than as a live database object. The search term loan_amt_accepted maps directly to a column exposed by this view, which is why the object surfaces in the context of the user's query.
Underlying Base Objects
Although the ETRM metadata records no formally documented referenced base objects, the view text itself shows that IGF_SL_PRK_LOAN_V is defined over a join of several underlying IGF tables and views. The principal source objects are:
- IGF_SL_LOANS (aliased LAR) — the student loan record holding LOAN_NUMBER, LOAN_PER_BEGIN_DATE, and LOAN_PER_END_DATE.
- IGF_AW_AWARD (aliased AWD) — the award record supplying ACCEPTED_AMT (exposed as LOAN_AMT_ACCEPTED) and linking to the fund via AWARD_ID, FUND_ID, and BASE_ID.
- IGF_AW_FUND_MAST (FMAST) and IGF_AW_FUND_CAT (FCAT) — fund master and fund category tables; FCAT.FED_FUND_CODE = 'PRK' restricts the result set to Perkins Loan funds.
- IGF_AP_FA_BASE_REC (FABASE) — the financial aid base/recipient record, tying the person to the award and ISIR.
- IGF_AP_PERSON_V (P_STUD) — student personal data including name, birth date, and email.
- IGF_AP_ISIR_MATCHED (ISIR) — matched ISIR data supplying driver license number and state.
- IGF_SL_ADDR_V (S_PERMT) — permanent home address, filtered by SITE_USE_TYPE = 'HOME'.
The joins are predominantly inner joins across award, fund, base record, person, and ISIR data, with outer joins to the ISIR (NVL on PAYMENT_ISIR_ID) and the address view.
Key Columns
- LOAN_AMT_ACCEPTED — derived from AWD.ACCEPTED_AMT; the amount of the Perkins Loan the student has formally accepted. This is the column most relevant to the user's search term.
- LOAN_NUMBER — the loan identifier from IGF_SL_LOANS.
- S_SSN, S_LAST_NAME, S_FIRST_NAME, S_MIDDLE_NAME, S_FULL_NAME, S_DATE_OF_BIRTH — student identifying and biographical attributes.
- S_PERMT_ADDR1–ADDR4, S_PERMT_CITY, S_PERMT_STATE, S_PERMT_PROVINCE, S_PERMT_COUNTY, S_PERMT_COUNTRY, S_PERMT_ZIP — permanent home address components.
- LOAN_PER_BEGIN_DATE / LOAN_PER_END_DATE — the loan period start and end dates.
- S_LICENSE_NUM / S_LICENSE_STATE — driver license details sourced from the ISIR, often used for identity verification and loan certification.
- S_EMAIL_ADDR, S_PHONE — contact information, with S_PHONE populated by the function IGF_SL_GEN.GET_PERSON_PHONE.
Common Use Cases and Queries
In environments where the view is implemented, it supports Perkins Loan reporting, loan certification extracts, and reconciliation of accepted versus disbursed amounts. A typical query retrieves accepted Perkins Loan amounts per student:
SELECT LOAN_NUMBER, S_SSN, S_FULL_NAME, LOAN_AMT_ACCEPTED, LOAN_PER_BEGIN_DATE, LOAN_PER_END_DATE FROM IGF_SL_PRK_LOAN_V WHERE LOAN_AMT_ACCEPTED > 0;- Filtering by loan period for a given aid year:
... WHERE LOAN_PER_BEGIN_DATE BETWEEN :start_dt AND :end_dt; - Mailing/notification extracts using the permanent address columns and S_EMAIL_ADDR.
Because the object is documented as obsolete and not implemented in EBS 12.1.1/12.2.2, technical consultants should treat IGF_SL_PRK_LOAN_V as reference-only. Any current requirement around accepted Perkins Loan amounts would need to be sourced from surviving Financial Aid loan tables or a custom replacement view.
-
View: IGF_SL_PRK_LOAN_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores Perkins Loan information for student in financial aid , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_SL_PRK_LOAN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_PRK_LOAN_V, object_name:IGF_SL_PRK_LOAN_V, status:VALID,
-
View: IGF_SL_PRK_LOAN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_PRK_LOAN_V, object_name:IGF_SL_PRK_LOAN_V, status:VALID, product: IGF - Financial Aid , description: Stores Perkins Loan information for student in financial aid , implementation_dba_data: APPS.IGF_SL_PRK_LOAN_V ,
-
VIEW: APPS.IGF_SL_PRK_LOAN_V
12.1.1
-
VIEW: APPS.IGF_SL_LOANS_SUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOANS_SUM_V, object_name:IGF_SL_LOANS_SUM_V, status:VALID,
-
View: IGF_SL_LOANS_SUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOANS_SUM_V, object_name:IGF_SL_LOANS_SUM_V, status:VALID, product: IGF - Financial Aid , description: Loans Summary View , implementation_dba_data: APPS.IGF_SL_LOANS_SUM_V ,
-
View: IGF_SL_LOANS_SUM_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Loans Summary View , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_LOR_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOR_DTLS_V, object_name:IGF_SL_LOR_DTLS_V, status:VALID, product: IGF - Financial Aid , description: Obsolete , implementation_dba_data: APPS.IGF_SL_LOR_DTLS_V ,
-
View: IGF_SL_LOR_DTLS_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Obsolete , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_SL_LOR_DTLS_V
12.1.1
-
VIEW: APPS.IGF_SL_LOR_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOR_DTLS_V, object_name:IGF_SL_LOR_DTLS_V, status:VALID,
-
Lookup Type: IGF_SL_LOAN_FIELDS
12.2.2
product: IGF - Financial Aid (Obsolete) , meaning: Loan Fields , description: Loan Fields ,
-
Lookup Type: IGF_SL_LOAN_FIELDS
12.1.1
product: IGF - Financial Aid , meaning: Loan Fields , description: Loan Fields ,
-
PACKAGE BODY: APPS.IGF_SL_REJ_WF
12.1.1
-
APPS.IGF_SL_DL_VALIDATION dependencies on IGF_AW_GEN
12.1.1
-
APPS.IGF_SL_DL_VALIDATION dependencies on FND_FILE
12.1.1
-
APPS.IGF_SL_CL_VALIDATION dependencies on IGF_AW_GEN
12.1.1
-
APPS.IGF_SL_REJ_WF dependencies on IGF_AW_GEN
12.1.1
-
APPS.IGF_SL_CL_VALIDATION dependencies on FND_FILE
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_DL_VALIDATION
12.1.1
-
APPS.IGF_SL_REJ_WF dependencies on WF_ENGINE
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_VALIDATION
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK dependencies on IGF_AW_GEN
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK dependencies on FND_FILE
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_ORIG_ACK
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,