Search Results igf_sl_pnote_stat_h_v
Overview
The view IGF_SL_PNOTE_STAT_H_V belongs to the IGF (Financial Aid) product family within Oracle E-Business Suite. In this ETRM 12.2.2 metadata it is classified as Obsolete and is explicitly documented with the note "Not implemented in this database." Its stated purpose is to retrieve Promissory Note Status History details, presenting the chronological record of status transitions applied to a student loan promissory note. The leading _V suffix identifies it as a read-only reporting construct rather than a transactional entity.
The view is designed to serve reporting, inquiry, and integration consumers that require a denormalized, human-readable picture of promissory note status rather than the raw coded values held in the base history table. By joining the history rows to the loan master and by translating the status code into a description via a lookup function, the view provides a self-contained dataset suitable for concurrent-program extracts, Oracle Reports, BI Publisher layouts, and outbound interfaces.
Underlying Base Objects
The view text is defined over two base objects, both documented in the view definition:
- IGF_SL_PNOTE_STAT_H — aliased DLPNH; the promissory note status history table holding one row per status change for a loan.
- IGF_SL_LOANS — aliased LOAN; the loan master providing the externally meaningful
LOAN_NUMBER.
The two are related by an inner equijoin on LOAN.LOAN_ID = DLPNH.LOAN_ID. Because it is an inner join, a history row is surfaced only when a matching loan row exists. The status description is not stored but derived at query time through the function IGF_AW_GEN.LOOKUP_DESC('IGF_SL_PNOTE_STATUS', DLPNH.PNOTE_STATUS). The metadata lists the view owner as blank and documents no referenced base objects at the database level, consistent with the "Not implemented in this database" flag; the canonical definitions above therefore stand as the authoritative structure.
Key Columns
The view exposes the following columns:
- ROW_ID / DLPNH_ID — the row identifier from the history table and its surrogate primary key. Both are useful for de-duplication and for joins back to the base table.
- LOAN_ID — foreign key to the loan master; the join attribute.
- LOAN_NUMBER — the business-facing loan identifier sourced from IGF_SL_LOANS.
- PNOTE_STATUS — the coded status value stored in the history row.
- PNOTE_STATUS_DESC — the decoded status, produced by the lookup function against the
IGF_SL_PNOTE_STATUSlookup type. This is the value most users expect when they search on pnote_status_date alongside a readable status. - PNOTE_STATUS_DATE — the effective date on which the status was set; the attribute most commonly filtered or sorted, and the answer to the user's search term.
- Audit columns — CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN.
- Concurrent program columns — REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE, indicating which concurrent request last wrote the historical row.
Common Use Cases and Queries
Typical reporting needs include reconstructing a promissory note's status timeline, identifying loans whose status changed within a period, and auditing the process that produced each change. A representative query filtering the status date and returning the decoded status is:
SELECT loan_number, pnote_status_desc, pnote_status_dateFROM igf_sl_pnote_stat_h_vWHERE pnote_status_date BETWEEN :p_from AND :p_toORDER BY loan_number, pnote_status_date;
For point-in-time reconstruction, derive the latest status per loan with an analytic function over PNOTE_STATUS_DATE. For audit extracts, select REQUEST_ID together with the audit columns. Analysts should be aware that the "Obsolete" designation and the "Not implemented in this database" flag mean the view may not exist in every environment; verify availability with a data dictionary query before relying on it in custom code.
-
View: IGF_SL_PNOTE_STAT_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_PNOTE_STAT_H_V, object_name:IGF_SL_PNOTE_STAT_H_V, status:VALID, product: IGF - Financial Aid , description: Retrieves the Promissory Note Status History details , implementation_dba_data: APPS.IGF_SL_PNOTE_STAT_H_V ,
-
View: IGF_SL_PNOTE_STAT_H_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Retrieves the Promissory Note Status History details , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.IGF_SL_PNOTE_STAT_H
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_SL_PNOTE_STAT_H, status:VALID,
-
VIEW: APPS.IGF_SL_PNOTE_STAT_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_PNOTE_STAT_H_V, object_name:IGF_SL_PNOTE_STAT_H_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.IGF_SL_LOANS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOANS, object_name:IGF_SL_LOANS, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE: APPS.IGF_AW_GEN
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AW_GEN, status:VALID,
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
12.1.1 DBA Data
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,