Search Results clchgrsp_id
Overview
The IGF.IGF_SL_CLCHRS_DTLS table is a CommonLine Change Send Response Table within the Oracle E-Business Suite student loan/servicing module (IGF schema). It stores responses returned for change transactions submitted by an institution or servicer. When a Change Transaction Send File is transmitted to the CommonLine processor, the corresponding response records — including any errors encountered during processing — are persisted in this table. From a Data Vault modeling perspective (heuristic classification: satellite-leaning), this object behaves as a satellite attached to the change-response hub/link represented by its parent response table, since it carries descriptive attributes and error context keyed to a single parent reference (CLRP1_ID) and a sequence-generated surrogate key.
Key Information Stored
The table contains 19 documented columns. The columns of greatest business significance are:
CLCHGRSP_ID— Sequence-generated primary key, enforced by the unique indexIGF_SL_CLCHRS_DTLS_PK. This is the surrogate identifier and the column most commonly searched as "clchgrsp_id".CLRP1_ID— Foreign key to the parent Response Table (IGF_SL_CL_RESP_R1_ALL), establishing the satellite's link to the change response header.RECORD_CODE— Constant record-type indicator for Change Send Response Records.SEND_RECORD_TXT— The original transaction text submitted via the Change Transaction Send File; returned verbatim in the response. Indexed non-uniquely viaIGF_SL_CLCHRS_DTLS_N1, supporting lookup by original submitted content.ERROR_MESSAGE_1_CODEthroughERROR_MESSAGE_5_CODE— Five 3-digit codes capturing errors encountered during change transaction processing, in sequence.RECORD_PROCESS_CODE— Internal record process code indicating processing outcome.- Standard Who columns —
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN. - Concurrent program columns —
REQUEST_ID,PROGRAM_APPLICATION_ID,PROGRAM_ID,PROGRAM_UPDATE_DATE.
Only CLCHGRSP_ID is enforced as unique; no separate business-key candidate unique index is documented beyond the primary key.
Common Use Cases and Queries
Typical uses include reconciliations of transmitted change files against returned responses, error-frequency analysis across the five error message codes, and audit reporting by concurrent request. A common pattern retrieves responses joined to their parent header:
- Lookup by primary key:
SELECT * FROM IGF.IGF_SL_CLCHRS_DTLS WHERE CLCHGRSP_ID = :p_id; - Join to parent:
SELECT d.*, r.* FROM IGF.IGF_SL_CLCHRS_DTLS d JOIN IGF.IGF_SL_CL_RESP_R1_ALL r ON r.CLRP1_ID = d.CLRP1_ID; - Error aggregation: group by the five
ERROR_MESSAGE_n_CODEcolumns to identify recurring rejection causes. - Request-based audit: filter on
REQUEST_IDandPROGRAM_APPLICATION_IDto reconcile a specific concurrent run. - Content search: query
SEND_RECORD_TXT, leveraging the non-unique index, to trace a specific submitted record.
Related Objects
IGF.IGF_SL_CL_RESP_R1_ALL— Parent response table; joinCLRP1_IDto its primary key.IGF.IGF_SL_CLCHRS_DTLS_PK— Unique index onCLCHGRSP_ID.IGF.IGF_SL_CLCHRS_DTLS_N1— Non-unique index onSEND_RECORD_TXT.- Change Transaction Send File processing concurrent programs (referenced via
REQUEST_ID/PROGRAM_APPLICATION_ID). - Sibling CommonLine response detail tables in the IGF schema that share the response header structure.
-
APPS.IGF_SL_CLCHRS_DTLS_PKG SQL Statements
12.1.1
-
TABLE: IGF.IGF_SL_CLCHRS_DTLS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_CLCHRS_DTLS, object_name:IGF_SL_CLCHRS_DTLS, status:VALID,
-
Table: IGF_SL_CLCHRS_DTLS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_CLCHRS_DTLS, object_name:IGF_SL_CLCHRS_DTLS, status:VALID, product: IGF - Financial Aid , description: CommonLine Change Send Response Table, contains responses for change transactions , implementation_dba_data: IGF.IGF_SL_CLCHRS_DTLS ,
-
Table: IGF_SL_CLCHRS_DTLS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: CommonLine Change Send Response Table, contains responses for change transactions , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_CLCHRS_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_CLCHRS_DTLS_V, object_name:IGF_SL_CLCHRS_DTLS_V, status:VALID, product: IGF - Financial Aid , description: Stores all the change response records for Loan record for CommonLine Release 4 Version. , implementation_dba_data: APPS.IGF_SL_CLCHRS_DTLS_V ,
-
VIEW: APPS.IGF_SL_CLCHRS_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_CLCHRS_DTLS_V, object_name:IGF_SL_CLCHRS_DTLS_V, status:VALID,
-
View: IGF_SL_CLCHRS_DTLS_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores all the change response records for Loan record for CommonLine Release 4 Version. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGF_SL_CLCHRS_DTLS_PKG
12.1.1
-
APPS.IGF_SL_CLCHRS_DTLS_PKG dependencies on IGF_SL_CLCHRS_DTLS
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 ,