Search Results loan_origination_status_date
Overview
IGFBV_PERKINS_LOANS is a Business Intelligence System (BIS) view owned by the APPS schema within the Oracle E-Business Suite Financial Aid module. It functions as the base view for the entity that holds Perkins Loans, exposing loan-level detail in a denormalized, reporting-friendly format. The view is registered under FND Design Data as IGF.IGFBV_PERKINS_LOANS and carries a status of VALID in both Oracle EBS 12.1.1 and 12.2.2.
Because it is a BIS view rather than a transactional table, IGFBV_PERKINS_LOANS is intended primarily for operational reporting, extract generation, and downstream integration. Third-party financial aid systems, data warehouses, and institutional reporting tools can consume its columns directly without reconstructing complex joins across the underlying award, fund, and base-record tables. The view preserves standard WHO audit columns, allowing change-tracking across load cycles.
Underlying Base Objects
The view is defined over, and depends on, the following APPS objects:
- IGF_AP_FA_BASE_REC_ALL — the financial aid base record, supplying the student-level identity and record linkage (BASE_ID, PERSON_ID).
- IGF_AW_AWARD_ALL — the award header, contributing award-level context such as calendar year sequencing.
- IGF_AW_FUND_CAT_ — the fund category definition, providing classification for the loan funding source.
These dependencies indicate that IGFBV_PERKINS_LOANS consolidates award and fund information against the base financial aid record, projecting loan-specific attributes such as loan number, period, amount, and status. Users should treat the view as read-only and reference the base tables for any transactional correction.
Key Columns
- AWARD_CALENDAR_TYPE (VARCHAR2, 10) — the calendar type associated with the award calendar. This is the column most frequently used to segregate loan records by academic or award calendar.
- AWARD_YEAR_SEQUENCE_NUMBER (NUMBER) — a unique sequence number for the award calendar, used with the calendar type to order or filter award years.
- LOAN_NUMBER (VARCHAR2, 30) — the identifier for the loan.
- LOAN_PERIOD_BEGIN_DATE / LOAN_PERIOD_END_DATE (DATE) — the loan period boundaries.
- _LA:LOAN_RECORD_STATUS (CHAR, 65) — the loan status, exposed as a lookup-meaning (LA) column.
- LOAN_ORIGINATION_STATUS_DATE (DATE) — the date the loan status last changed.
- LOAN_IS_ACTIVE and LOAN_IS_ACTIVE_DATE — activity indicator and the date of activation or inactivation.
- LOAN_AMOUNT (NUMBER, 12) — the total accepted award amount.
- BASE_ID, PERSON_ID, INETRNAL_LOAN_ID — unique identifiers for the financial aid record, the person, and the loan respectively.
- Standard WHO columns — CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE.
Common Use Cases and Queries
Typical scenarios include listing active Perkins Loans for a given award calendar type and year, reconciling accepted loan amounts against disbursements, and producing extracts for reporting or audit. Users searching for "award_calendar_type" will generally filter or group by AWARD_CALENDAR_TYPE alongside AWARD_YEAR_SEQUENCE_NUMBER.
Example query listing active loans by award calendar:
- SELECT loan_number, award_calendar_type, award_year_sequence_number, loan_amount, loan_record_status FROM apps.igfbv_perkins_loans;
Example query restricting to a specific calendar type and person:
- SELECT loan_number, loan_period_begin_date, loan_period_end_date, loan_amount FROM apps.igfbv_perkins_loans WHERE award_calendar_type = :p_calendar_type AND person_id = :p_person_id;
Because the view abstracts the joins across the award and fund tables, these queries resolve against the underlying base objects without exposing the user to their complexity.
-
VIEW: APPS.IGFBV_PERKINS_LOANS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_PERKINS_LOANS, object_name:IGFBV_PERKINS_LOANS, status:VALID,
-
View: IGFBV_PERKINS_LOANS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_PERKINS_LOANS, object_name:IGFBV_PERKINS_LOANS, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds Perkins Loans , implementation_dba_data: APPS.IGFBV_PERKINS_LOANS ,
-
View: IGFFV_PERKINS_LOANS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds Perkins Loans , implementation_dba_data: Not implemented in this database ,
-
View: IGFBV_PERKINS_LOANS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base view for the entity that holds Perkins Loans , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_PERKINS_LOANS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_PERKINS_LOANS, object_name:IGFFV_PERKINS_LOANS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Perkins Loans , implementation_dba_data: APPS.IGFFV_PERKINS_LOANS ,
-
VIEW: APPS.IGFFV_PERKINS_LOANS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_PERKINS_LOANS, object_name:IGFFV_PERKINS_LOANS, status:VALID,
-
View: IGFBV_DIRECT_LOAN_ORIGINATIONS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base view for the entity that holds Financial Aid Direct Loan Originations , implementation_dba_data: Not implemented in this database ,
-
View: IGFBV_DIRECT_LOAN_ORIGINATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_DIRECT_LOAN_ORIGINATIONS, object_name:IGFBV_DIRECT_LOAN_ORIGINATIONS, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds Financial Aid Direct Loan Originations , implementation_dba_data: APPS.IGFBV_DIRECT_LOAN_ORIGINATIONS ,
-
View: IGFFV_DIRECT_LOAN_ORIGINATIONS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds Financial Aid Direct Loan Originations , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGFBV_DIRECT_LOAN_ORIGINATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_DIRECT_LOAN_ORIGINATIONS, object_name:IGFBV_DIRECT_LOAN_ORIGINATIONS, status:VALID,
-
View: IGFFV_DIRECT_LOAN_ORIGINATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DIRECT_LOAN_ORIGINATIONS, object_name:IGFFV_DIRECT_LOAN_ORIGINATIONS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Financial Aid Direct Loan Originations , implementation_dba_data: APPS.IGFFV_DIRECT_LOAN_ORIGINATIONS ,
-
VIEW: APPS.IGFFV_DIRECT_LOAN_ORIGINATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DIRECT_LOAN_ORIGINATIONS, object_name:IGFFV_DIRECT_LOAN_ORIGINATIONS, status:VALID,
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,