Search Results igf_sl_lor_loc_history
Overview
The IGF_SL_LOR_LOC_HISTORY table is a core data repository within the Oracle E-Business Suite's Financial Aid module (IGF). Its primary role is to serve as the historical audit and processing ledger for student loan information. As documented, this table specifically stores the information that is sent out to external agencies for processing, such as lenders, guarantors, or servicers. In the context of EBS 12.1.1 and 12.2.2, it functions as a critical point of record for tracking the lifecycle and transmission of loan data, ensuring compliance and providing a traceable history for all external loan-related communications and transactions initiated from the system.
Key Information Stored
The table's structure is centered around capturing snapshots of loan data at the point of external submission. While the full column list is not provided in the excerpt, the documented primary and foreign keys reveal its core architecture. The LOANSH_ID column serves as the unique primary key identifier for each historical record. The LOAN_ID column is a critical foreign key that links each history entry back to its source loan record in the IGF_SL_LOR_LOC_ALL table. Typically, such a history table would also include columns for the exact data payload sent, the agency or interface destination, the date and time of the transmission, the process or batch that initiated it, and the status of the transmission (e.g., 'SENT', 'CONFIRMED', 'ERROR').
Common Use Cases and Queries
This table is essential for troubleshooting, auditing, and reconciliation. Common operational and reporting scenarios include tracing the submission history for a specific loan, identifying failed transmissions for re-processing, and generating audit reports for regulatory compliance. A typical query would join to the main loan table to retrieve contextual details.
Sample Query: Retrieve transmission history for a loan:
- SELECT lor.attribute1 AS Loan_Number, hist.*
- FROM igf_sl_lor_loc_history hist,
- igf_sl_lor_loc_all lor
- WHERE hist.loan_id = lor.loan_id
- AND lor.attribute1 = '<LOAN_NUMBER>'
- ORDER BY hist.creation_date DESC;
Use Case: When an external agency reports not receiving data for a loan, support personnel query this table using the LOAN_ID to verify if and when a record was created, confirming the system's attempt to send the information.
Related Objects
The IGF_SL_LOR_LOC_HISTORY table has a direct and fundamental relationship with the primary loan detail table, as defined by its foreign key constraint.
- IGF_SL_LOR_LOC_ALL: This is the parent table for all loan records. The HISTORY table's LOAN_ID column references the LOAN_ID (or a similarly named primary key) in this table. Every record in the history is intrinsically linked to a single master loan record here.
- IGF_SL_LOR_LOC_HISTORY_PK: The primary key constraint on the LOANSH_ID column, ensuring the uniqueness of each historical entry.
- Other related objects would typically include concurrent programs or APIs responsible for populating this history table, such as processes that generate and send Commonline/Common Record files to the U.S. Department of Education or other loan partners within the Financial Aid business flow.
-
Table: 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, product: IGF - Financial Aid , description: Loans History Table. This table stores the information that is sent out to external agencies for processing , implementation_dba_data: IGF.IGF_SL_LOR_LOC_HISTORY ,
-
Table: IGF_SL_LOR_LOC_HISTORY
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Loans History Table. This table stores the information that is sent out to external agencies for processing , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_SL_DL_VALIDATION dependencies on IGF_SL_LOR_LOC_HISTORY
12.1.1
-
APPS.IGF_SL_LOR_LOC_HISTORY_PKG dependencies on IGF_SL_LOR_LOC_HISTORY
12.1.1
-
SYNONYM: APPS.IGF_SL_LOR_LOC_HISTORY
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_SL_LOR_LOC_HISTORY, status:VALID,
-
Table: 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, product: IGF - Financial Aid , description: Contains all the loan data for each loan at the time of origination/origination changes were sent. This always reflects the data currently in the Loan Origination Center. , implementation_dba_data: IGF.IGF_SL_LOR_LOC_ALL ,
-
Table: IGF_SL_LOR_LOC_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Contains all the loan data for each loan at the time of origination/origination changes were sent. This always reflects the data currently in the Loan Origination Center. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGF_SL_LOR_LOC_HISTORY_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_LOR_LOC_HISTORY_PKG, status:VALID,
-
APPS.IGF_SL_LOR_LOC_HISTORY_PKG dependencies on IGF_SL_LOR_LOC_HISTORY_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_DL_VALIDATION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_DL_VALIDATION, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.IGF_SL_DL_VALIDATION dependencies on IGF_SL_LOANS_ALL
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGF_SL_DL_VALIDATION dependencies on IGF_SL_LOANS
12.1.1
-
APPS.IGF_SL_LOR_LOC_HISTORY_PKG SQL Statements
12.1.1
-
APPS.IGF_SL_DL_VALIDATION SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_LOR_LOC_HISTORY_PKG
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,
-
PACKAGE BODY: APPS.IGF_SL_DL_VALIDATION
12.1.1
-
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 ,