Search Results requested_loan_amt
Overview
The view IGF_SL_LOR belongs to the Oracle EBS IGF – Financial Aid product family, a module now designated as obsolete within the ETRM reference set. It exposes Student Loan Origination (LOR) records, denormalizing the origination lifecycle of a student loan into a single, query-friendly projection. In functional terms, the view presents the origination transaction state of a loan: borrower and serial loan codes, promissory note (P-Note) handling, guarantor and lender status codes, disbursement and refund amounts, and the standard EBS audit trail columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) plus REQUEST_ID to correlate rows with concurrent request executions.
The user search term "requested_loan_amt" is significant. This view does not expose a column literally named REQUESTED_LOAN_AMT; the requested amount is stored on the parent loan record rather than the origination row. Analysts searching for that term in relation to IGF_SL_LOR are typically trying to reconcile the amount requested by the borrower against the amounts represented here (GUARANTEE_AMT, PNOTE_ACCEPT_AMT, SCH_REFUND_AMT).
The ETRM metadata states that this view is not implemented in this database, and lists no documented base objects. Reporting built against it must therefore be treated as reference/legacy only.
Underlying Base Objects
Per the ETRM documentation, no base tables are formally documented for this view. The view text itself shows a single driving alias LOR, with every projected column prefixed LOR., indicating one primary Student Loan Origination table. The literal NULL placeholders in the SELECT list (for example after ORIG_BATCH_DATE and near the credit/guarantor block) are positional stubs where the underlying table was widened over releases but the view was never republished with the newer columns. The row identifier is exposed as LOR.ROWID, and REQUEST_ID traces the row back to the originating concurrent program run.
Key Columns
- ORIGINATION_ID / LOAN_ID – primary origination and parent loan identifiers; join keys to the loan master.
- ORIG_STATUS_FLAG / LEND_STATUS_CODE / LEND_STATUS_DATE – origination and lender decision state.
- GUARANTEE_AMT / GUARANTEE_DATE / GUARNT_STATUS_CODE – guarantor-approved amount and status.
- PNOTE_ACCEPT_AMT / PNOTE_STATUS / PNOTE_MPN_IND – promissory note acceptance, status, and Master Promissory Note indicator.
- REQ_SERIAL_LOAN_CODE / ACT_SERIAL_LOAN_CODE – requested versus actual serial loan code.
- TOT_OUTSTD_STAFFORD / TOT_OUTSTD_PLUS / ALT_BORW_TOT_DEBT – aggregate outstanding debt used for eligibility.
- SCH_REFUND_AMT / SCH_REFUND_DATE – school refund applied against the origination.
- REQUEST_ID – concurrent request that created or last processed the row.
Common Use Cases and Queries
Because "requested_loan_amt" is not held here, a practical pattern is to retrieve the origination context and join outward to the loan master for the requested figure.
SELECT lor.origination_id,
lor.loan_id,
lor.orig_status_flag,
lor.guarantee_amt,
lor.pnote_accept_amt,
lor.request_id
FROM igf_sl_lor lor
WHERE lor.creation_date >= :start_date
ORDER BY lor.creation_date DESC;
Additional scenarios include auditing promissory note acceptance against the lender decision date, tracing a disputed origination back to its concurrent request via REQUEST_ID, and reconciling GUARANTEE_AMT to the requested loan amount sourced from the parent loan table. All such development should confirm availability first, since the metadata records the view as unimplemented in the database.
-
View: IGF_SL_LOR
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_LOR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOR, object_name:IGF_SL_LOR, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_LOR ,
-
View: IGF_SL_LOR_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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: IGF_SL_LOR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOR_V, object_name:IGF_SL_LOR_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_LOR_V ,
-
VIEW: APPS.IGF_SL_LOR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOR, object_name:IGF_SL_LOR, status:VALID,
-
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_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOR_V, object_name:IGF_SL_LOR_V, status:VALID,
-
TABLE: IGF.IGF_SL_LOR_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_LOR_ALL, object_name:IGF_SL_LOR_ALL, status:VALID,
-
APPS.IGF_SL_CL_VALIDATION SQL Statements
12.1.1
-
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,
-
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,
-
APPS.IGF_SL_LOR_PKG SQL Statements
12.1.1
-
Lookup Type: IGF_SL_LOAN_FIELDS
12.1.1
product: IGF - Financial Aid , meaning: Loan Fields , description: Loan Fields ,
-
Lookup Type: IGF_SL_LOAN_FIELDS
12.2.2
product: IGF - Financial Aid (Obsolete) , 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
-
APPS.IGF_SL_UPLOAD_XML SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_LOR_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_VALIDATION
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
-
APPS.IGF_SL_CL_VALIDATION dependencies on IGF_SL_EDIT
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_UPLOAD_XML
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_ORIG
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,