Search Results igf_sl_clchsn_dtls
Overview
The table IGF_SL_CLCHSN_DTLS is a data repository within the Oracle E-Business Suite (EBS) Financial Aid module (IGF). Its specific role is to store historical change records for student loan data, specifically formatted for compliance with the CommonLine Release 4 standard. This standard governs the electronic exchange of student loan information between educational institutions, lenders, and guarantors. The table's primary function is to maintain a detailed audit trail of modifications made to loan records, which is critical for regulatory reporting, data reconciliation, and troubleshooting transmission issues. Notably, the ETRM metadata categorizes the IGF Financial Aid module as "Obsolete," indicating this table is part of a legacy system footprint and is not actively developed for new implementations in versions 12.1.1 or 12.2.2.
Key Information Stored
Based on the provided metadata, the table is structured to capture discrete change events. The primary key, CLCHGSND_ID, uniquely identifies each change record stored in the table. The most critical foreign key column is LOAN_NUMBER_TXT, which links each change detail record back to its master loan record in the IGF_SL_LOANS_ALL table. While the full column list is not detailed in the excerpt, tables of this nature typically store data such as the date and time of the change, the specific field that was modified, the previous value, the new value, and potentially an identifier for the process or user that initiated the change. This structure allows for the reconstruction of a loan's data state at any point in time.
Common Use Cases and Queries
The primary use case for IGF_SL_CLCHSN_DTLS is auditing and resolving discrepancies in loan data transmitted via the CommonLine 4 interface. For instance, if a lender reports a data mismatch, a query can trace the evolution of a specific loan field. A typical reporting query would join this table to the master loan table to provide context.
- Sample Query to Audit Changes for a Specific Loan:
SELECT cl.loan_number_txt, cl.* FROM igf_sl_clchsn_dtls cl WHERE cl.loan_number_txt = '<LOAN_NUMBER>' ORDER BY clchgsnd_id; - Use Case for Data Reconciliation: Comparing the most recent change record for key fields against a lender's snapshot to identify the source of a discrepancy in a batch transmission.
- Historical Reporting: Generating reports that show the modification history of sensitive loan data for compliance audits.
Related Objects
The table has a defined dependency on the core loans table, as per the documented foreign key relationship.
- IGF_SL_LOANS_ALL: This is the primary related table. The column IGF_SL_CLCHSN_DTLS.LOAN_NUMBER_TXT is a foreign key referencing the IGF_SL_LOANS_ALL table. All change records stored in IGF_SL_CLCHSN_DTLS are intrinsically linked to a parent record in this loans master table. Any query on the change details table would almost invariably involve a join to IGF_SL_LOANS_ALL to retrieve contextual loan information such as the student, award year, or loan type.
-
Table: IGF_SL_CLCHSN_DTLS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores all the change records for Loan record for CommonLine Release 4 Version , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_SL_CLCHSN_DTLS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_CLCHSN_DTLS, object_name:IGF_SL_CLCHSN_DTLS, status:VALID, product: IGF - Financial Aid , description: Stores all the change records for Loan record for CommonLine Release 4 Version , implementation_dba_data: IGF.IGF_SL_CLCHSN_DTLS ,
-
APPS.IGF_SL_GEN dependencies on IGF_SL_CLCHSN_DTLS
12.1.1
-
APPS.IGF_AW_AWD_DISB_PKG dependencies on IGF_SL_CLCHSN_DTLS
12.1.1
-
APPS.IGF_SL_CLCHSN_DTLS_PKG dependencies on IGF_SL_CLCHSN_DTLS
12.1.1
-
APPS.IGF_SL_CL_CHG_PRC dependencies on IGF_SL_CLCHSN_DTLS
12.1.1
-
APPS.IGF_SL_CL_CHG_PRC dependencies on IGF_SL_CLCHSN_DTLS
12.1.1
-
APPS.IGF_SL_CL_CHG_FILE dependencies on IGF_SL_CLCHSN_DTLS
12.1.1
-
APPS.IGF_SL_CL_CREATE_CHG dependencies on IGF_SL_CLCHSN_DTLS
12.1.1
-
APPS.IGF_SL_LOANS_PKG dependencies on IGF_SL_CLCHSN_DTLS
12.1.1
-
APPS.IGF_SL_AWARD dependencies on IGF_SL_CLCHSN_DTLS
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK dependencies on IGF_SL_CLCHSN_DTLS
12.1.1
-
APPS.IGF_AW_AWARD_PKG dependencies on IGF_SL_CLCHSN_DTLS
12.1.1
-
SYNONYM: APPS.IGF_SL_CLCHSN_DTLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_SL_CLCHSN_DTLS, status:VALID,
-
APPS.IGF_SL_GEN dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_CL_CREATE_CHG dependencies on IGF_SL_CL_RESP_R1_ALL
12.1.1
-
APPS.IGF_SL_GEN dependencies on IGF_SL_LOANS
12.1.1
-
APPS.IGF_SL_CL_CREATE_CHG dependencies on IGF_SL_CL_SETUP_ALL
12.1.1
-
APPS.IGF_AW_AWD_DISB_PKG dependencies on IGF_SL_CL_CREATE_CHG
12.1.1
-
APPS.IGF_SL_CL_CHG_FILE SQL Statements
12.1.1
-
VIEW: APPS.IGF_SL_CLCHSN_DTLS_V
12.1.1
-
APPS.IGF_SL_CL_CREATE_CHG SQL Statements
12.1.1
-
Table: IGF_SL_LOANS_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Contains the loan application record details , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_SL_CLCHSN_DTLS_PKG SQL Statements
12.1.1
-
APPS.IGF_SL_LOANS_PKG dependencies on IGF_AW_FUND_CAT_ALL
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_CREATE_CHG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_CL_CREATE_CHG, status:VALID,
-
APPS.IGF_SL_LOANS_PKG dependencies on FND_NEW_MESSAGES
12.1.1
-
APPS.IGF_SL_LOANS_PKG dependencies on IGF_SL_CL_CREATE_CHG
12.1.1
-
APPS.IGF_SL_LOR_PKG dependencies on IGF_SL_CL_CREATE_CHG
12.1.1
-
PACKAGE: APPS.IGF_SL_CL_CHG_PRC
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_SL_CL_CHG_PRC, status:VALID,
-
Table: 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, product: IGF - Financial Aid , description: Contains the loan application record details , implementation_dba_data: IGF.IGF_SL_LOANS_ALL ,
-
PACKAGE BODY: APPS.IGF_SL_CLCHSN_DTLS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_CLCHSN_DTLS_PKG, status:VALID,
-
APPS.IGF_AW_AWD_DISB_PKG dependencies on IGF_SL_LOANS_ALL
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_AWARD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_AWARD, status:VALID,
-
APPS.IGF_SL_GEN SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_CHG_PRC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_CL_CHG_PRC, status:VALID,
-
APPS.IGF_SL_CL_CREATE_CHG dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_CL_CHG_PRC SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_LOANS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_LOANS_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGF_AW_AWD_DISB_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_AWD_DISB_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGF_SL_GEN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_GEN, status:VALID,
-
View: IGF_SL_CLCHSN_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_CLCHSN_DTLS_V, object_name:IGF_SL_CLCHSN_DTLS_V, status:VALID, product: IGF - Financial Aid , description: Stores all the change records for Loan record for CommonLine Release 4 Version. , implementation_dba_data: APPS.IGF_SL_CLCHSN_DTLS_V ,
-
PACKAGE BODY: APPS.IGF_AW_AWARD_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_AWARD_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGF_SL_CL_CHG_FILE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_CL_CHG_FILE, status:VALID,
-
View: IGF_SL_CLCHSN_DTLS_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores all the change records for Loan record for CommonLine Release 4 Version. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_SL_CL_CHG_PRC dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_CL_CREATE_CHG dependencies on IGF_SL_LOR_ALL
12.1.1
-
TABLE: IGF.IGF_SL_CLCHSN_DTLS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_CLCHSN_DTLS, object_name:IGF_SL_CLCHSN_DTLS, status:VALID,
-
APPS.IGF_AW_AWARD_PKG dependencies on IGF_SL_CL_CREATE_CHG
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CLCHSN_DTLS_PKG
12.1.1