Search Results atd_schl_resp_id
Overview
The table IGF.IGF_SL_AS_RESP_DTLS is a transactional table within the Oracle E-Business Suite (EBS) 12.1.1 / 12.2.2 environment, owned by the IGF schema (the schema associated with Oracle's Student Systems / Financial Aid and broader Education & Research industry solutions). Its documented purpose is to store the "Attending School Tag Response Elements" captured from an inbound response XML file — in other words, the parsed result of an external agency's or servicer's reply concerning a student's attending-school designation. This table forms part of the data-exchange layer that ingests structured responses and makes each response element queryable by the application, rather than retaining it only as a raw XML payload. Storage resides in the APPS_TS_TX_DATA tablespace with a PCTFREE of 10, which is typical for actively inserted operational tables.
From a modeling perspective, the Data Vault classification mined from the foreign-key structure is hub-leaning. This suggests the table behaves primarily as a hub, keyed on a single surrogate identifier, with dependent detail rows (such as IGF_SL_ST_RESP_DTLS) hanging off it as satellites. The heuristic is offered as a modeling suggestion rather than an EBS-enforced constraint.
Key Information Stored
The table is defined with 13 columns and a single unique index, IGF_SL_AS_RESP_DTLS_PK, built on ATD_SCHL_RESP_ID. This column is the surrogate primary key and identifier for the attending-school response records. Business-key candidates documented via the unique index are limited to this same column; no separate natural key unique index exists.
ATD_SCHL_RESP_ID(NUMBER) — Surrogate primary key identifying each attending-school response record; the column the user searched for ("atd_schl_resp_id").REP_SCHL_RESP_ID(NUMBER) — Foreign-key identifier linking to the corresponding reporting school response record, establishing the parent/child relationship in the response structure.ATD_ENTITY_ID_TXT(VARCHAR2(30)) — The Entity ID of the attending school, held as text rather than a numeric ID.RESP_CODE(VARCHAR2(30)) — The response code returned for the attending-school element.- Standard Who columns:
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN— audit trail of record creation and modification. - Concurrent-program context:
PROGRAM_APPLICATION_ID,PROGRAM_ID,PROGRAM_UPDATE_DATE,REQUEST_ID— traceability to the request/program that inserted or updated the row.
Common Use Cases and Queries
Typical use cases include reconciling inbound XML responses, auditing which attending schools were tagged, and joining detail rows to their reporting-school parents. A standard retrieval follows the documented query text:
- Point lookup by key:
SELECT * FROM IGF.IGF_SL_AS_RESP_DTLS WHERE ATD_SCHL_RESP_ID = :id; - Response-code reporting:
SELECT RESP_CODE, COUNT(*) FROM IGF.IGF_SL_AS_RESP_DTLS GROUP BY RESP_CODE; - Parent/child join:
SELECT a.ATD_SCHL_RESP_ID, a.ATD_ENTITY_ID_TXT, a.RESP_CODE FROM IGF.IGF_SL_AS_RESP_DTLS a WHERE a.REP_SCHL_RESP_ID = :rep_id; - Audit trace by request:
SELECT * FROM IGF.IGF_SL_AS_RESP_DTLS WHERE REQUEST_ID = :request_id;
These patterns are useful for troubleshooting reconciliation failures and for operational reporting on response volumes.
Related Objects
Relationship data identifies the following significant dependencies:
IGF.IGF_SL_AS_RESP_DTLSitself is exposed as an APPS synonym/view for application access.IGF_SL_ST_RESP_DTLS.ATD_SCHL_RESP_IDreferences this table — a child satellite carrying status-level response detail.IGF_SL_ED_PRC_RSLTS.EDIT_IDreferences this table — holding edit/processing results per record.REP_SCHL_RESP_IDacts as the foreign key toward the reporting-school response parent (documented as an internal reference).
Because the table does not itself reference external database objects beyond the parent link, it functions as a focal hub whose dependent detail tables supply the richer, time-variant attributes.
-
TABLE: IGF.IGF_SL_AS_RESP_DTLS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_AS_RESP_DTLS, object_name:IGF_SL_AS_RESP_DTLS, status:VALID,
-
Table: IGF_SL_AS_RESP_DTLS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_AS_RESP_DTLS, object_name:IGF_SL_AS_RESP_DTLS, status:VALID, product: IGF - Financial Aid , description: Table storing the Attending School Tag Response Elements from the response XML file , implementation_dba_data: IGF.IGF_SL_AS_RESP_DTLS ,
-
Table: IGF_SL_AS_RESP_DTLS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Table storing the Attending School Tag Response Elements from the response XML file , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGF.IGF_SL_ST_RESP_DTLS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_ST_RESP_DTLS, object_name:IGF_SL_ST_RESP_DTLS, status:VALID,
-
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 ,
-
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,
-
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 ,
-
APPS.IGF_SL_UPLOAD_XML SQL Statements
12.1.1
-
APPS.IGF_SL_UPLOAD_XML dependencies on IGF_SL_AS_RESP_DTLS
12.1.1
-
APPS.IGF_SL_UPLOAD_XML dependencies on IGF_SL_ST_RESP_DTLS
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_CR_RESP_DTLS
12.1.1
-
APPS.IGF_SL_UPLOAD_XML dependencies on IGF_SL_DL_RESP_DTLS
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_UPLOAD_XML
12.1.1
-
APPS.IGF_SL_UPLOAD_XML dependencies on IGF_SL_COD_TEMP
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 ,