Search Results loan_period_begin_date
Overview
The APPS.IGFFV_DL_PNOTE_STATUS_HISTORY view is a Business Intelligence System (BIS) view in Oracle E-Business Suite, owned by the APPS schema and registered under FND Design Data as IGF.IGFFV_DL_PNOTE_STATUS_HISTORY. Its documented status is VALID. The view is described as the "Full View for the Entity that holds Direct Loan Promissory Note Activities," positioning it as a reporting and integration surface for the Financial Aid / Student Loan module (IGF) where Direct Loan promissory note lifecycle events are tracked.
Rather than storing data itself, the view consolidates promissory note status changes together with the associated person, fund, award year, and loan period attributes. This makes it the canonical read-only source for answering questions about when a borrower's promissory note moved from one status to another and which loan it applied to. Because it is defined as a BIS view, it is intended primarily for analytical querying and downstream extract/load rather than as a transactional table.
Underlying Base Objects
The ETRM metadata documents that IGFFV_DL_PNOTE_STATUS_HISTORY references APPS.HZ_PARTIE (the partner/party entity in Oracle's Trading Community Architecture). This indicates the view denormalizes person identity attributes — person number, first, last, and middle names — from the party model so that loan note history rows can be reported with the borrower's name without a separate join. No further base objects are documented in the excerpt, although the loan, fund, and status columns imply additional IGF loan and fund tables beneath the view. The relationship to HZ_PARTIE is nonetheless the only dependency recorded in the supplied metadata and should be treated as the authoritative link.
Key Columns
_LA:PROM_NOTE_STATUS(CHAR 66) — the promissory note status code (labeled attribute).PROM_NOTE_STATUS_DATE(DATE) — the effective date of the status change, essential for history sequencing.PERSON_NUMBER,PERSON_FIRST_NAME,PERSON_LAST_NAME,PERSON_MIDDLE_NAME— borrower identity attributes sourced via the party relationship.FUND_CODE,FUND_DESCRIPTION,AWARD_YEAR— award/fund context identifying which aid program and year the note belongs to.LOAN_NUMBER,LOAN_ID— identifiers for the underlying loan record.LOAN_PERIOD_BEGIN_DATE,LOAN_PERIOD_END_DATE— the start and end dates of the loan period, the columns most relevant to the user's search._LA:LOAN_RECORD_STATUS(CHAR 65) — the loan record's status (labeled attribute).PERSON_ID,STATUS_CHANGE_HISTORY_ID— surrogate keys for the person and for the promissory note status change history row.CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE— standard WHO audit columns.
Common Use Cases and Queries
Typical uses include auditing promissory note status progression, reconciling loan periods against note activity, and feeding student loan reporting extracts. Since the user searched for loan_period_begin_date, queries filtering or grouping on the loan period are common. A representative query is:
SELECT person_number, person_first_name, person_last_name, fund_code, award_year, loan_number, loan_period_begin_date, loan_period_end_date, _LA:PROM_NOTE_STATUS, prom_note_status_date FROM APPS.IGFFV_DL_PNOTE_STATUS_HISTORY ORDER BY loan_period_begin_date, prom_note_status_date;
Reporting on status changes within a loan period can be achieved by filtering prom_note_status_date between loan_period_begin_date and loan_period_end_date, while per-borrower histories are obtained by constraining person_number or person_id and ordering by prom_note_status_date. These patterns make the view suitable for both operational inquiry and analytical reporting in EBS 12.1.1 and 12.2.2.
-
VIEW: APPS.IGFFV_DL_PNOTE_STATUS_HISTORY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DL_PNOTE_STATUS_HISTORY, object_name:IGFFV_DL_PNOTE_STATUS_HISTORY, status:VALID,
-
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: APPS.IGFFV_DL_PROM_NOTE_MANIFESTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DL_PROM_NOTE_MANIFESTS, object_name:IGFFV_DL_PROM_NOTE_MANIFESTS, status:VALID,
-
VIEW: APPS.IGFBV_FFELP_REJECTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_FFELP_REJECTS, object_name:IGFBV_FFELP_REJECTS, status:VALID,
-
VIEW: APPS.IGFBV_DL_REJECTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_DL_REJECTS, object_name:IGFBV_DL_REJECTS, status:VALID,
-
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: APPS.IGFFV_DL_STAFFORD_PROM_NOTES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DL_STAFFORD_PROM_NOTES, object_name:IGFFV_DL_STAFFORD_PROM_NOTES, 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: APPS.IGFFV_FFELP_REJECTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_FFELP_REJECTS, object_name:IGFFV_FFELP_REJECTS, status:VALID,
-
View: IGFFV_DL_PNOTE_STATUS_HISTORY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DL_PNOTE_STATUS_HISTORY, object_name:IGFFV_DL_PNOTE_STATUS_HISTORY, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Direct Loan Promissory Note Activities , implementation_dba_data: APPS.IGFFV_DL_PNOTE_STATUS_HISTORY ,
-
View: IGFFV_DL_PNOTE_STATUS_HISTORY
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds Direct Loan Promissory Note Activities , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_DL_STAFFORD_PROM_NOTES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DL_STAFFORD_PROM_NOTES, object_name:IGFFV_DL_STAFFORD_PROM_NOTES, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Direct Stafford Loan Promissory Notes , implementation_dba_data: APPS.IGFFV_DL_STAFFORD_PROM_NOTES ,
-
View: IGFFV_DL_STAFFORD_PROM_NOTES
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds Direct Stafford Loan Promissory Notes , 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: APPS.IGFFV_DL_REJECTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DL_REJECTS, object_name:IGFFV_DL_REJECTS, status:VALID,
-
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: IGFFV_DL_PROM_NOTE_MANIFESTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DL_PROM_NOTE_MANIFESTS, object_name:IGFFV_DL_PROM_NOTE_MANIFESTS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Direct Loan Promissory Note Manifests , implementation_dba_data: APPS.IGFFV_DL_PROM_NOTE_MANIFESTS ,
-
View: IGFFV_DL_PROM_NOTE_MANIFESTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds Direct Loan Promissory Note Manifests , implementation_dba_data: Not implemented in this database ,
-
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_DL_PLUS_PROM_NOTES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_DL_PLUS_PROM_NOTES, object_name:IGFBV_DL_PLUS_PROM_NOTES, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds Direct Plus Loan Promissory Notes , implementation_dba_data: APPS.IGFBV_DL_PLUS_PROM_NOTES ,
-
View: IGFBV_DL_PLUS_PROM_NOTES
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base view for the entity that holds Direct Plus Loan Promissory Notes , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_DL_PLUS_PROM_NOTES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DL_PLUS_PROM_NOTES, object_name:IGFFV_DL_PLUS_PROM_NOTES, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Direct Plus Loan Promissory Notes , implementation_dba_data: APPS.IGFFV_DL_PLUS_PROM_NOTES ,
-
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: IGFBV_FFELP_REJECTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base view for the entity that holds Financial Aid FFELP Rejects , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGFBV_DL_PLUS_PROM_NOTES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_DL_PLUS_PROM_NOTES, object_name:IGFBV_DL_PLUS_PROM_NOTES, status:VALID,
-
View: IGFBV_FFELP_REJECTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_FFELP_REJECTS, object_name:IGFBV_FFELP_REJECTS, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds Financial Aid FFELP Rejects , implementation_dba_data: APPS.IGFBV_FFELP_REJECTS ,
-
View: IGFFV_DL_PLUS_PROM_NOTES
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds Direct Plus Loan Promissory Notes , 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: APPS.IGFFV_DL_PLUS_PROM_NOTES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DL_PLUS_PROM_NOTES, object_name:IGFFV_DL_PLUS_PROM_NOTES, status:VALID,
-
View: IGFFV_FFELP_REJECTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_FFELP_REJECTS, object_name:IGFFV_FFELP_REJECTS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Financial Aid FFELP Rejects , implementation_dba_data: APPS.IGFFV_FFELP_REJECTS ,
-
View: IGFFV_FFELP_REJECTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds Financial Aid FFELP Rejects , implementation_dba_data: Not implemented in this database ,
-
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: IGFBV_FFELP_LOAN_ORIGINATIONS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base view for the entity that holds Financial Aid FFELP Loan Originations , implementation_dba_data: Not implemented in this database ,
-
View: IGFBV_FFELP_LOAN_ORIGINATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_FFELP_LOAN_ORIGINATIONS, object_name:IGFBV_FFELP_LOAN_ORIGINATIONS, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds Financial Aid FFELP Loan Originations , implementation_dba_data: APPS.IGFBV_FFELP_LOAN_ORIGINATIONS ,
-
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: IGFBV_DL_REJECTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base view for the entity that holds Financial Aid Direct Loan Rejects , implementation_dba_data: Not implemented in this database ,
-
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,
-
View: IGFFV_FFELP_LOAN_ORIGINATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_FFELP_LOAN_ORIGINATIONS, object_name:IGFFV_FFELP_LOAN_ORIGINATIONS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Financial Aid FFELP Loan Originations , implementation_dba_data: APPS.IGFFV_FFELP_LOAN_ORIGINATIONS ,
-
View: IGFBV_DL_REJECTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_DL_REJECTS, object_name:IGFBV_DL_REJECTS, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds Financial Aid Direct Loan Rejects , implementation_dba_data: APPS.IGFBV_DL_REJECTS ,
-
View: IGFFV_FFELP_LOAN_ORIGINATIONS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds Financial Aid FFELP Loan Originations , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_FFELP_ORIG_RESPONSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_FFELP_ORIG_RESPONSES, object_name:IGFFV_FFELP_ORIG_RESPONSES, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds FFELP Origination Response Details , implementation_dba_data: APPS.IGFFV_FFELP_ORIG_RESPONSES ,
-
View: IGFBV_FFELP_ORIG_RESPONSES
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base view for the entity that holds FFELP Origination Response Details , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_DL_REJECTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DL_REJECTS, object_name:IGFFV_DL_REJECTS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Financial Aid Direct Loan Rejects , implementation_dba_data: APPS.IGFFV_DL_REJECTS ,
-
View: IGFBV_FFELP_ORIG_RESPONSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_FFELP_ORIG_RESPONSES, object_name:IGFBV_FFELP_ORIG_RESPONSES, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds FFELP Origination Response Details , implementation_dba_data: APPS.IGFBV_FFELP_ORIG_RESPONSES ,
-
View: IGFFV_DL_REJECTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds Financial Aid Direct Loan Rejects , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGFBV_FFELP_LOAN_ORIGINATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_FFELP_LOAN_ORIGINATIONS, object_name:IGFBV_FFELP_LOAN_ORIGINATIONS, status:VALID,
-
View: IGFFV_FFELP_ORIG_RESPONSES
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds FFELP Origination Response Details , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGFBV_FFELP_ORIG_RESPONSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_FFELP_ORIG_RESPONSES, object_name:IGFBV_FFELP_ORIG_RESPONSES, status:VALID,
-
VIEW: APPS.IGFFV_FFELP_LOAN_ORIGINATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_FFELP_LOAN_ORIGINATIONS, object_name:IGFFV_FFELP_LOAN_ORIGINATIONS, status:VALID,