Search Results lor_resp_num
Overview
IGF.IGF_SL_DL_LOR_CRRESP_ALL is an Oracle E-Business Suite table owned by the IGF schema, deployed under the Financial Aid module for the Direct Loan processing flow. It is registered in FND Design Data as IGF.IGF_SL_DL_LOR_CRRESP_ALL with a status of VALID. The table maintains the loan origination's credit history for a parent response originating from the loan origination center. In practical terms, each row captures the credit decision and Master Promissory Note (MPN) attributes returned by the loan origination servicer and links that credit response back to a submission batch.
The object resides in the APPS_TS_TX_DATA tablespace with a PCTFREE of 10, and its unique index IGF_SL_DL_LOR_CRRESP_ALL_U1 lives in APPS_TS_TX_IDX. From a Data Vault modeling perspective, the schema shape — a single business key, a foreign key to a batch parent, and change-dated descriptive attributes — suggests a satellite-leaning classification. This is a heuristic suggestion rather than a documented Data Vault designation: the record describes the state of an originating business entity (the credit response) over time, keyed by LOR_RESP_NUM and dependent on IGF_SL_DL_BATCH_ALL.
Key Information Stored
The table is defined with 21 columns. The primary key is IGF_SL_DL_LOR_CRRESP_ALL_PK, enforced on LOR_RESP_NUM, a NUMBER(15) that identifies the Direct Loan loan origination credit response record. A second unique index, IGF_SL_DL_LOR_CRRESP_ALL_U1, is also defined on LOR_RESP_NUM, confirming it as the single business-key candidate in the documented schema.
- LOR_RESP_NUM — surrogate/business primary key identifying the credit response record.
- DBTH_ID — the batch identifier, foreign-keyed to
IGF_SL_DL_BATCH_ALL. - LOAN_NUMBER — the loan number associated with the origination.
- CREDIT_OVERRIDE — status flag indicating whether a credit override applies.
- CREDIT_DECISION_DATE — the date the credit decision was rendered.
- STATUS — record status indicator.
- ENDORSER_AMOUNT — the endorser amount associated with the response.
- MPN_ID — Master Promissory Note identifier (VARCHAR2(21)).
- MPN_STATUS, MPN_TYPE, MPN_INDICATOR — Master Promissory Note state, type, and indicator values.
- ORG_ID — operating unit identifier, enabling multi-org (MOAC) filtering.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard Who columns.
- REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE — concurrent program audit columns.
Common Use Cases and Queries
Typical usage centers on reconciling credit responses received from the loan origination center against batches and on reporting MPN and credit decision outcomes. Because LOR_RESP_NUM is the primary key, lookups by response identifier are the most efficient access path.
- Retrieve all credit responses belonging to a batch:
SELECT LOR_RESP_NUM, LOAN_NUMBER, CREDIT_DECISION_DATE, STATUS FROM IGF_SL_DL_LOR_CRRESP_ALL WHERE DBTH_ID = :p_batch_id; - Fetch a single credit response:
SELECT * FROM IGF_SL_DL_LOR_CRRESP_ALL WHERE LOR_RESP_NUM = :p_lor_resp_num; - Report credit decisions within a date range for an operating unit:
SELECT LOAN_NUMBER, CREDIT_OVERRIDE, CREDIT_DECISION_DATE FROM IGF_SL_DL_LOR_CRRESP_ALL WHERE ORG_ID = :p_org_id AND CREDIT_DECISION_DATE BETWEEN :p_from AND :p_to; - Track MPN issuance status across responses:
SELECT LOAN_NUMBER, MPN_ID, MPN_STATUS, MPN_TYPE, MPN_INDICATOR FROM IGF_SL_DL_LOR_CRRESP_ALL WHERE MPN_STATUS IS NOT NULL;
Related Objects
The documented foreign key relationship ties this table to the batch parent, which is the primary integration point for joins and referential integrity.
- IGF.IGF_SL_DL_BATCH_ALL — referenced via
IGF_SL_DL_LOR_CRRESP_ALL.DBTH_ID → IGF_SL_DL_BATCH_ALL; join onDBTH_IDto associate each credit response with its originating submission batch. - IGF.IGF_SL_DL_LOR_CRRESP_ALL_PK — the primary key constraint on
LOR_RESP_NUM. - IGF.IGF_SL_DL_LOR_CRRESP_ALL_U1 — the unique index on
LOR_RESP_NUMinAPPS_TS_TX_IDX.
Queries joining the credit response to its batch should key on DBTH_ID and preserve the MOAC filter on ORG_ID to respect operating unit security.
-
TABLE: IGF.IGF_SL_DL_LOR_CRRESP_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_DL_LOR_CRRESP_ALL, object_name:IGF_SL_DL_LOR_CRRESP_ALL, status:VALID,
-
Table: IGF_SL_DL_LOR_CRRESP_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_DL_LOR_CRRESP_ALL, object_name:IGF_SL_DL_LOR_CRRESP_ALL, status:VALID, product: IGF - Financial Aid , description: Maintains the loan origination's parent's credit history response from the Loan Origination Center , implementation_dba_data: IGF.IGF_SL_DL_LOR_CRRESP_ALL ,
-
VIEW: APPS.IGF_SL_DL_LOR_CRRESP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DL_LOR_CRRESP, object_name:IGF_SL_DL_LOR_CRRESP, status:VALID,
-
VIEW: APPS.IGF_SL_DL_LOR_RESP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DL_LOR_RESP, object_name:IGF_SL_DL_LOR_RESP, status:VALID,
-
TABLE: IGF.IGF_SL_DL_LOR_RESP_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_DL_LOR_RESP_ALL, object_name:IGF_SL_DL_LOR_RESP_ALL, status:VALID,
-
Table: IGF_SL_DL_LOR_RESP_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_DL_LOR_RESP_ALL, object_name:IGF_SL_DL_LOR_RESP_ALL, status:VALID, product: IGF - Financial Aid , description: Maintains the loan origination's response data from the Loan Origination Center , implementation_dba_data: IGF.IGF_SL_DL_LOR_RESP_ALL ,
-
Table: IGF_SL_DL_LOR_RESP_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Maintains the loan origination's response data from the Loan Origination Center , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_SL_DL_LOR_CRRESP_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Maintains the loan origination's parent's credit history response from the Loan Origination Center , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_SL_DL_LOR_RESP_PKG SQL Statements
12.1.1
-
View: IGF_SL_DL_LOR_CRRESP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DL_LOR_CRRESP, object_name:IGF_SL_DL_LOR_CRRESP, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_DL_LOR_CRRESP ,
-
View: IGF_SL_DL_LOR_CRRESP
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_DL_LOR_RESP
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_DL_LOR_RESP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DL_LOR_RESP, object_name:IGF_SL_DL_LOR_RESP, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_DL_LOR_RESP ,
-
APPS.IGF_SL_DL_LOR_CRRESP_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_DL_LOR_RESP_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_DL_LOR_CRRESP_PKG
12.1.1
-
APPS.IGF_SL_DL_LOR_RESP_PKG dependencies on IGF_SL_DL_LOR_RESP_ALL
12.1.1
-
APPS.IGF_SL_DL_LOR_CRRESP_PKG dependencies on IGF_SL_DL_LOR_CRRESP_ALL
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,