Search Results igf_sl_cr_resp_dtls
AI-generated from documented ETRM metadata — verify critical details on the linked pages.
Overview
The IGF_SL_CR_RESP_DTLS table is owned by the IGF schema and belongs to the Financial Aid product family within Oracle E-Business Suite 12.1.1 and 12.2.2. Its documented purpose is to store the Common Record Tag Response Elements extracted from inbound response XML files exchanged with student loan servicing entities. The Common Record is the standardized data structure used for federal Title IV loan processing, and this table serves as the persistence layer for the response-side tag values that originate from those external messages.
Under the heuristic Data Vault classification derived from the foreign-key structure, this table is assessed as hub-leaning. In Data Vault modeling terms, that suggests the table primarily functions as a hub anchored by a single business key, with dependent attributes and downstream relationships modeled separately. Modelers may therefore treat DOCUMENT_ID_TXT as the stable business key and separate transactional detail accordingly, while still respecting the physical schema as delivered.
Key Information Stored
The documented physical schema contains twenty columns, with the surrogate primary key defined by the unique index IGF_SL_CR_RESP_DTLS_PK on DOCUMENT_ID_TXT. This column is both the primary key and the business-key candidate, meaning it uniquely identifies each response document. The most significant columns include:
DOCUMENT_ID_TXT— unique identifier of the Common Record response document; the primary/business key.DOC_CREATED_DATE— the date the originating response document was created.SOURCE_ENTITY_ID_TXT— identifier of the sending entity (typically the servicer or servicer provider).DEST_ENTITY_ID_TXT— identifier of the receiving entity (the institution or its agent).SOFT_PROVIDERandSOFT_VERSION— the software provider and version that produced the response, used for interoperability diagnostics.FULL_RESP_CODE— the full response code returned for the document, indicating success or the nature of a processing outcome.RECEIPT_DATE— the date the response was received into the system.DOC_TYPE_CODEandDOC_STATUS_CODE— the document type and current status of the response.PROCESS_DATE— the date the document was processed by the EBS process.LAST_UPDATE_DATE— standard WHO audit column tracking the most recent modification.
The remaining columns are standard Oracle EBS WHO audit and concurrent manager columns, including CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE, and REQUEST_ID. These support traceability back to the concurrent program execution that inserted or updated the row.
Common Use Cases and Queries
Typical usage centers on reconciling inbound servicer responses against outbound requests, auditing processing failures, and reporting on document status.
- Retrieving responses for a specific document or entity range:
SELECT document_id_txt, full_resp_code, doc_status_code FROM igf_sl_cr_resp_dtls WHERE receipt_date BETWEEN :from AND :to; - Identifying failed or non-successful responses by joining to processing results on the edit identifier.
- Reporting on servicer turnaround time by comparing
DOC_CREATED_DATEwithRECEIPT_DATE. - Auditing which concurrent request loaded a given response via
REQUEST_ID.
Related Objects
The documented foreign-key relationships connect this table to the following objects, which are the most significant for joining and tracing processing outcomes:
IGF_SL_ED_PRC_RSLTS— referenced through the edit identifierEDIT_ID; provides edit processing results for the response.IGF_SL_RS_RESP_DTLS— linked byDOCUMENT_ID_TXT; holds related response detail records.
Together these objects form the persistence and processing chain for Common Record responses, enabling the Financial Aid module to consume, validate, and report on servicer communications within Oracle EBS.
-
Table: IGF_SL_CR_RESP_DTLS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Table storing the Common Record Tag Response Elements from the response XML file , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_SL_CR_RESP_DTLS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_CR_RESP_DTLS, object_name:IGF_SL_CR_RESP_DTLS, status:VALID, product: IGF - Financial Aid , description: Table storing the Common Record Tag Response Elements from the response XML file , implementation_dba_data: IGF.IGF_SL_CR_RESP_DTLS ,
-
VIEW: APPS.IGF_GR_RESP_DTLS_V
12.1.1
-
SYNONYM: APPS.IGF_SL_CR_RESP_DTLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_SL_CR_RESP_DTLS, status:VALID,
-
VIEW: APPS.IGF_SL_RESP_DTLS_V
12.1.1
-
Table: IGF_SL_ED_PRC_RSLTS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_ED_PRC_RSLTS, object_name:IGF_SL_ED_PRC_RSLTS, status:VALID, product: IGF - Financial Aid , description: Table storing the edit process results from the response XML file , implementation_dba_data: IGF.IGF_SL_ED_PRC_RSLTS ,
-
Table: IGF_SL_ED_PRC_RSLTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Table storing the edit process results from the response XML file , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_SL_RS_RESP_DTLS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_RS_RESP_DTLS, object_name:IGF_SL_RS_RESP_DTLS, status:VALID, product: IGF - Financial Aid , description: Table storing the Reporting School Tag Response Elements from the response XML file , implementation_dba_data: IGF.IGF_SL_RS_RESP_DTLS ,
-
Table: IGF_SL_RS_RESP_DTLS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Table storing the Reporting School Tag Response Elements from the response XML file , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_RESP_DTLS_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: View containing the response details for all the XML Documents received for the Direct Loans , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_RESP_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_RESP_DTLS_V, object_name:IGF_SL_RESP_DTLS_V, status:VALID, product: IGF - Financial Aid , description: View containing the response details for all the XML Documents received for the Direct Loans , implementation_dba_data: APPS.IGF_SL_RESP_DTLS_V ,
-
TABLE: IGF.IGF_SL_CR_RESP_DTLS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_CR_RESP_DTLS, object_name:IGF_SL_CR_RESP_DTLS, status:VALID,
-
View: IGF_GR_RESP_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_RESP_DTLS_V, object_name:IGF_GR_RESP_DTLS_V, status:VALID, product: IGF - Financial Aid , description: View for Pell response details , implementation_dba_data: APPS.IGF_GR_RESP_DTLS_V ,
-
PACKAGE BODY: APPS.IGF_SL_UPLOAD_XML
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_UPLOAD_XML, status:VALID,
-
View: IGF_GR_RESP_DTLS_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: View for Pell response details , implementation_dba_data: Not implemented in this database ,
-
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
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.IGF_GR_RESP_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_RESP_DTLS_V, object_name:IGF_GR_RESP_DTLS_V, status:VALID,
-
APPS.IGF_SL_UPLOAD_XML SQL Statements
12.1.1
-
VIEW: APPS.IGF_SL_RESP_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_RESP_DTLS_V, object_name:IGF_SL_RESP_DTLS_V, status:VALID,
-
APPS.IGF_SL_UPLOAD_XML dependencies on IGF_SL_CR_RESP_DTLS
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_UPLOAD_XML
12.1.1
-
APPS.IGF_SL_UPLOAD_XML dependencies on IGF_SL_RS_RESP_DTLS
12.1.1
-
APPS.IGF_SL_UPLOAD_XML dependencies on IGF_SL_AS_RESP_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 ,
-
12.1.1 DBA Data
12.1.1