Search Results loan_chg_status_date
Overview
IGF_SL_LOANS is a VALID view owned by the APPS schema within the IGF — Financial Aid product family in Oracle E-Business Suite 12.1.1 and 12.2.2. It presents loan-level records associated with financial aid awards, exposing the loan identifier, award linkage, disbursement period boundaries, and the full audit and status-tracking columns maintained by the underlying loan table. The view functions as the multi-organization (MOAC) compliant access layer over student loan data, allowing reporting, inquiry, and integration components to retrieve loan records scoped to the operating unit of the current session rather than querying the base table directly.
Because it resolves the organization security predicate at runtime, the view is the preferred object for concurrent programs, OAF pages, and custom reports that must respect organizational access. The search term loan_chg_status corresponds directly to the LOAN_CHG_STATUS column exposed by this view, which records the most recent change-of-status value applied to a loan record.
Underlying Base Objects
The view is defined over a single documented base object, IGF_SL_LOANS_ALL, aliased as LAR in the view text. IGF_SL_LOANS_ALL is the multi-organization table that physically stores loan rows for all operating units; IGF_SL_LOANS filters that table by comparing its ORG_ID against the operating unit derived from the session's CLIENT_INFO value.
The filtering predicate uses USERENV('CLIENT_INFO') with SUBSTRB positioning to extract the ten-character organization identifier, and applies NVL logic on both sides of the comparison so that rows with a null ORG_ID are treated consistently. The literal -99 serves as the fallback value when no organization context is available. This construction is the standard MOAC pattern used throughout the Financial Aid schema. The view is read-only in practical terms: DML must be directed at IGF_SL_LOANS_ALL, and inserts must supply a valid ORG_ID. The ROW_ID column is supplied by LAR.ROWID and provides a physical row locator for the underlying table.
Key Columns
- LOAN_ID — Primary identifier for the loan record; joins to award and disbursement entities.
- AWARD_ID, SEQ_NUM — Award to which the loan belongs and its sequence within that award.
- LOAN_NUMBER — Lender- or system-assigned loan number.
- LOAN_PER_BEGIN_DATE, LOAN_PER_END_DATE — Loan period boundaries used for term and disbursement calculations.
- LOAN_STATUS, LOAN_STATUS_DATE — Current loan status and the date it was set.
- LOAN_CHG_STATUS, LOAN_CHG_STATUS_DATE — The change-of-status code and the date the change took effect; these are the columns most frequently queried by users searching on loan_chg_status.
- ACTIVE, ACTIVE_DATE — Whether the record is currently active and when it became so.
- BORW_DETRM_CODE — Borrower determination code.
- ORG_ID — Operating unit owning the record; drives the MOAC filter.
- LEGACY_RECORD_FLAG, EXTERNAL_LOAN_ID_TXT — Flags converted legacy data and holds external system loan identifiers.
- Audit columns — CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN, REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE.
Common Use Cases and Queries
Typical usage includes loan status monitoring, reconciliation against lender files, and extracting loans whose change-of-status indicator has been updated. Because the view enforces organizational context, sessions must initialize CLIENT_INFO before results are meaningful.
- List loans with a specific change-of-status:
SELECT loan_id, loan_number, loan_status, loan_chg_status, loan_chg_status_date FROM igf_sl_loans WHERE loan_chg_status = :p_status; - Retrieve loans for an award:
SELECT loan_id, seq_num, loan_status, active FROM igf_sl_loans WHERE award_id = :p_award_id ORDER BY seq_num; - Audit loans changed within a date range:
SELECT loan_id, loan_chg_status, last_updated_by, last_update_date FROM igf_sl_loans WHERE loan_chg_status_date BETWEEN :p_from AND :p_to;
Joins to award and person tables are normally performed on AWARD_ID and LOAN_ID. For updates, applications must target IGF_SL_LOANS_ALL and supply ORG_ID explicitly.
-
View: IGF_SL_LOANS
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: 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, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_LOANS ,
-
VIEW: APPS.IGF_SL_LOANS
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,
-
TABLE: IGF.IGF_SL_LOANS_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_LOANS_ALL, object_name:IGF_SL_LOANS_ALL, status:VALID,
-
VIEW: APPS.IGF_SL_PLUS_LOAN_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_PLUS_LOAN_DETAILS_V, object_name:IGF_SL_PLUS_LOAN_DETAILS_V, status:VALID,
-
VIEW: APPS.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,
-
View: IGF_SL_PLUS_LOAN_DETAILS_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: PLUS Loan Details View , 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_SL_PLUS_LOAN_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_PLUS_LOAN_DETAILS_V, object_name:IGF_SL_PLUS_LOAN_DETAILS_V, status:VALID, product: IGF - Financial Aid , description: PLUS Loan Details View , implementation_dba_data: APPS.IGF_SL_PLUS_LOAN_DETAILS_V ,
-
View: IGF_SL_LOANS_V
12.2.2
product: IGF - Financial Aid (Obsolete) , 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 ,
-
TABLE: IGF.IGF_SL_LI_DLOR_INTS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_LI_DLOR_INTS, object_name:IGF_SL_LI_DLOR_INTS, status:VALID,
-
VIEW: APPS.IGF_SL_LOR_DTLS_V
12.1.1
-
APPS.IGF_SL_LOANS_PKG SQL Statements
12.1.1
-
View: IGF_SL_LOR_LOC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOR_LOC, object_name:IGF_SL_LOR_LOC, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_LOR_LOC ,
-
View: IGF_SL_LOR_LOC
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_SL_LOR_LOC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOR_LOC, object_name:IGF_SL_LOR_LOC, status:VALID,
-
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,
-
PACKAGE BODY: APPS.IGF_SL_LOANS_PKG
12.1.1
-
TABLE: IGF.IGF_SL_LOR_LOC_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_LOR_LOC_ALL, object_name:IGF_SL_LOR_LOC_ALL, status:VALID,
-
TABLE: IGF.IGF_SL_LOR_LOC_HISTORY
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_LOR_LOC_HISTORY, object_name:IGF_SL_LOR_LOC_HISTORY, status:VALID,
-
APPS.IGF_SL_UPLOAD_XML SQL Statements
12.1.1
-
APPS.IGF_SL_DL_LI_IMP_PKG SQL Statements
12.1.1
-
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 ,
-
APPS.IGF_SL_LOR_LOC_HISTORY_PKG SQL Statements
12.1.1
-
APPS.IGF_SL_LOR_LOC_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_UPLOAD_XML
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_LOR_LOC_HISTORY_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_LOR_LOC_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_DL_LI_IMP_PKG
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,