Search Results igf_sl_cl_resp_r8_all
Overview
IGF_SL_CL_RESP_R8_ALL is a Financial Aid module table within Oracle E-Business Suite (12.1.1 and 12.2.2) that stores CommonLine response "@8" records received from an external student loan processor. The table is populated and maintained exclusively by the CommonLine response load process; no online form or concurrent program performs direct DML against it outside that pipeline. It is therefore an inbound staging/reference structure that captures the disbursement-related response segments returned by guaranty agencies and servicers.
The documented Data Vault classification for this object is satellite-leaning. In Data Vault terms this is a modeling suggestion: the table behaves as a descriptive satellite attached to a parent business key, rather than as an independent hub of business entities or a pure link resolving many-to-many relationships. The single foreign key to IGF_SL_CL_RESP_R1_ALL reinforces this reading, since the parent supplies the header-level CommonLine response identity.
Note that the ETRM documentation explicitly records this object as not implemented in this database and marks the IGF — Financial Aid product as obsolete. References to this table should be treated as legacy metadata, relevant for historical data migrations and archive reporting rather than new development.
Key Information Stored
The primary key is IGF_SL_CL_RESP_R8_ALL_PK, defined on the composed surrogate pair CLRP1_ID and CLRP8_ID. A unique index, IGF_SL_CL_RESP_R8_ALL_U1, is also documented on (CLRP1_ID, CLRP8_ID), making this composite the business-key candidate for the row. CLRP1_ID is the foreign key tying the row back to the CommonLine response header in IGF_SL_CL_RESP_R1_ALL; CLRP8_ID identifies the individual @8 detail segment.
The remaining columns fall into three functional groups. The disbursement and financial group holds DISB_DATE, DISB_GROSS_AMT, NET_DISB_AMT, ORIG_FEE, GUARANTEE_FEE, ORIG_FEE_PAID and GUARNT_FEE_PAID, capturing the amounts and fee reconciliation state of the disbursement. The status group holds DISB_STATUS, RESP_RECORD_STATUS and DISB_HOLD_REL_IND, describing processing state and hold release. The layout and audit group holds LAYOUT_OWNER_CODE_TXT, LAYOUT_VERSION_CODE_TXT, RECORD_CODE_TXT and DIRECT_TO_BORR_FLAG, alongside standard EBS WHO columns: CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN, REQUEST_ID, ORG_ID, plus PROGRAM_APPLICATION_ID, PROGRAM_ID and PROGRAM_UPDATE_DATE.
Common Use Cases and Queries
Typical use is reconciliation of processor responses against disbursements, and audit of fee amounts retained or paid. Because loading is restricted to the CommonLine process, the REQUEST_ID column is the practical handle for tracing a load run.
- Reconcile net versus gross disbursements: select CLRP1_ID, CLRP8_ID, DISB_GROSS_AMT, ORIG_FEE, GUARANTEE_FEE, NET_DISB_AMT from IGF_SL_CL_RESP_R8_ALL where DISB_STATUS = :status;
- Trace a specific load batch: select * from IGF_SL_CL_RESP_R8_ALL where REQUEST_ID = :request_id;
- Join to the response header: select r8.*, r1.* from IGF_SL_CL_RESP_R8_ALL r8, IGF_SL_CL_RESP_R1_ALL r1 where r8.CLRP1_ID = r1.CLRP1_ID;
- Flag records awaiting hold release: select CLRP1_ID, CLRP8_ID from IGF_SL_CL_RESP_R8_ALL where DISB_HOLD_REL_IND = 'N';
Related Objects
- IGF_SL_CL_RESP_R1_ALL — parent header table; joins on CLRP1_ID. This is the only documented FK relationship.
- CommonLine response load process — the sole writer of this table.
- IGF_SL_CL_RESP_R1_ALL_PK / IGF_SL_CL_RESP_R8_ALL_PK — key constraints governing uniqueness and referential integrity.
- Other IGF_SL_CL_RESP_R
_ALL sibling tables (R2–R7) — share the same CLRP1_ID parent for full response reconstruction.
-
Table: IGF_SL_CL_RESP_R8_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Maintains the CommonLine response @8 records from external processor inserted or updated only by the CommonLine response load process , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_SL_CL_RESP_R8_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_CL_RESP_R8_ALL, object_name:IGF_SL_CL_RESP_R8_ALL, status:VALID, product: IGF - Financial Aid , description: Maintains the CommonLine response @8 records from external processor inserted or updated only by the CommonLine response load process , implementation_dba_data: IGF.IGF_SL_CL_RESP_R8_ALL ,
-
SYNONYM: APPS.IGF_SL_CL_RESP_R8_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_SL_CL_RESP_R8_ALL, status:VALID,
-
APPS.IGF_SL_CL_RESP_R8_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGFBV_FFELP_DISB_RESP_DETAILS
12.1.1
-
VIEW: APPS.IGFFV_FFELP_DISB_RESP_DETAILS
12.1.1
-
VIEW: APPS.IGF_SL_CL_RESP_R8
12.1.1
-
TABLE: IGF.IGF_SL_CL_RESP_R8_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_CL_RESP_R8_ALL, object_name:IGF_SL_CL_RESP_R8_ALL, status:VALID,
-
Table: IGF_SL_CL_RESP_R1_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_CL_RESP_R1_ALL, object_name:IGF_SL_CL_RESP_R1_ALL, status:VALID, product: IGF - Financial Aid , description: Maintains the CommonLine response from external processor , implementation_dba_data: IGF.IGF_SL_CL_RESP_R1_ALL ,
-
PACKAGE BODY: APPS.IGF_SL_CL_RESP_R8_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_CL_RESP_R8_PKG, status:VALID,
-
Table: IGF_SL_CL_RESP_R1_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Maintains the CommonLine response from external processor , implementation_dba_data: Not implemented in this database ,
-
View: IGFBV_FFELP_DISB_RESP_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_FFELP_DISB_RESP_DETAILS, object_name:IGFBV_FFELP_DISB_RESP_DETAILS, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds FFELP Disbursement Response Details , implementation_dba_data: APPS.IGFBV_FFELP_DISB_RESP_DETAILS ,
-
View: IGF_SL_CL_RESP_R8
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_CL_RESP_R8, object_name:IGF_SL_CL_RESP_R8, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_CL_RESP_R8 ,
-
PACKAGE BODY: APPS.IGF_SL_CL_RESP_R8_PKG
12.1.1
-
View: IGFFV_FFELP_DISB_RESP_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_FFELP_DISB_RESP_DETAILS, object_name:IGFFV_FFELP_DISB_RESP_DETAILS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds FFELP Disbursement Response Details , implementation_dba_data: APPS.IGFFV_FFELP_DISB_RESP_DETAILS ,
-
View: IGFFV_FFELP_DISB_RESP_DETAILS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds FFELP Disbursement Response Details , implementation_dba_data: Not implemented in this database ,
-
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,
-
View: IGFBV_FFELP_DISB_RESP_DETAILS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base view for the entity that holds FFELP Disbursement Response Details , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_CL_RESP_R8
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGF_SL_CL_LI_IMP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_CL_LI_IMP_PKG, status:VALID,
-
VIEW: APPS.IGFBV_FFELP_DISB_RESP_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_FFELP_DISB_RESP_DETAILS, object_name:IGFBV_FFELP_DISB_RESP_DETAILS, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_ORIG_ACK
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_CL_ORIG_ACK, status:VALID,
-
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
-
VIEW: APPS.IGF_SL_CL_RESP_R8
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_CL_RESP_R8, object_name:IGF_SL_CL_RESP_R8, status:VALID,
-
VIEW: APPS.IGFFV_FFELP_DISB_RESP_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_FFELP_DISB_RESP_DETAILS, object_name:IGFFV_FFELP_DISB_RESP_DETAILS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
APPS.IGF_SL_CL_LI_IMP_PKG dependencies on IGF_SL_CL_RESP_R8_ALL
12.1.1
-
APPS.IGF_SL_CL_RESP_R8_PKG dependencies on IGF_SL_CL_RESP_R8_ALL
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK dependencies on IGF_SL_CL_RESP_R8_ALL
12.1.1
-
APPS.IGF_SL_CL_CREATE_CHG dependencies on IGF_SL_CL_RESP_R8_ALL
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK SQL Statements
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK dependencies on IGF_SL_CL_RESP_R8
12.1.1
-
APPS.IGF_SL_CL_RESP_R8_PKG dependencies on IGF_SL_CL_RESP_R8_PKG
12.1.1
-
APPS.IGF_SL_CL_LI_IMP_PKG SQL Statements
12.1.1
-
APPS.IGF_SL_CL_CREATE_CHG dependencies on IGF_SL_CL_RESP_R1_ALL
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK dependencies on IGF_AW_AWD_DISB
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
PACKAGE BODY: APPS.IGF_SL_CL_ORIG_ACK
12.1.1
-
APPS.IGF_SL_CL_CREATE_CHG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_LI_IMP_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_CREATE_CHG
12.1.1
-
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 ,