Search Results igf_sl_st_resp_dtls
Overview
IGF_SL_ST_RESP_DTLS is a Financial Aid module table in Oracle E-Business Suite that stores Student Tag Response Elements parsed from a Student Aid response XML file. The table resides in the IGF schema, which historically supported the U.S. federal student loan and Title IV financial aid processing flows. Within the context of EBS 12.1.1 and 12.2.2, the object is documented as obsolete and is flagged as not implemented in the ETRM reference database, meaning no runtime evidence of its population exists in the examined environment. Any EBS 12.1.1 or 12.2.2 implementation should therefore treat IGF_SL_ST_RESP_DTLS as a historical artifact rather than an active processing table.
From a Data Vault modeling perspective, the heuristic classification derived from the foreign-key structure is satellite-leaning. The table carries a single surrogate primary key plus descriptive attributes and a foreign key to a parent response record, a pattern consistent with a dependent satellite chained off an aggregate response entity. Its 47 documented columns are organized as a single-row-per-response payload.
Key Information Stored
The table holds the student-level components of a federal aid response file. Notable columns include:
STDNT_RESP_ID— the surrogate primary key (unique indexIGF_SL_ST_RESP_DTLS_PK). This is the sole documented business-key candidate, though in practice the business identity is a composite of response file and student.ATD_SCHL_RESP_ID— the foreign key linking each student record to its parent applicant/attending-school response record inIGF_SL_AS_RESP_DTLS.S_SSN— the student's Social Security Number, the principal identity attribute used to reconcile response data against institutional records.S_DATE_OF_BIRTH,DRIVER_LIC_STATE,DRIVER_LIC_NUMBER— secondary identity verification elements returned by the federal processor.FIRST_NAME,MIDDLE_NAME,S_LAST_NAME— the name components as received in the response.S_CHG_DATE_OF_BIRTH,S_CHG_LAST_NAME,S_CHG_SSN— change indicator flags recording which demographic elements differed from the submitted application.- Permanent address columns (
PERMT_ADDR_LINE_1throughPERMT_ADDR_COUNTRY,PERMT_ADDR_FOREIGN_FLAG) and equivalent temporary address columns (TEMP_ADDR_*) — mailing and residency data. EMAIL_ADDRESS,PHONE_NUMBER_1throughPHONE_NUMBER_3— contact data.CITZN_STATUS_CODE,RESP_CODE,NOTE_MESSAGE— citizenship status, response processing code, and message text.- Standard audit and concurrency columns, including
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN,PROGRAM_APPLICATION_ID,PROGRAM_ID,PROGRAM_UPDATE_DATE, andREQUEST_ID.
Common Use Cases and Queries
Because the table is documented as obsolete, the primary use cases are retrospective: historical reconciliation audits, data migration inventory, and impact analysis for customization cleanup. Where a legacy instance still holds data, a typical join retrieves student detail alongside the parent response record:
- Parent-child retrieval:
SELECT s.STDNT_RESP_ID, s.S_SSN, s.S_LAST_NAME, a.* FROM IGF_SL_ST_RESP_DTLS s, IGF_SL_AS_RESP_DTLS a WHERE s.ATD_SCHL_RESP_ID = a.ATD_SCHL_RESP_ID; - Repository activity check: query
DBA_TABLESandDBA_TAB_COLUMNSfor ownerIGFto confirm whether the object is instantiated. - Change-flag reporting: select rows where any
S_CHG_*flag is set to identify demographic discrepancies between application and response. - Audit traceability: filter by
CREATION_DATE,LAST_UPDATE_DATE, orREQUEST_IDto tie records back to a concurrent program run.
Related Objects
The dominant relationship is the foreign key to IGF_SL_AS_RESP_DTLS on ATD_SCHL_RESP_ID, defining the applicant/attending-school response as the parent of this student detail. Related sourcing and processing objects in the same functional area include the response-file staging tables that feed IGF_SL_AS_RESP_DTLS, and the Financial Aid concurrent programs that parse inbound XML responses. Because the module is marked obsolete in EBS 12.1.1 and 12.2.2, downstream consumers should verify dependencies through the ETRM and DBA_DEPENDENCIES rather than assuming active integration.
-
Table: IGF_SL_ST_RESP_DTLS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Table storing the Student Tag Response Elements from the response XML file , implementation_dba_data: Not implemented in this database ,
-
Table: 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, product: IGF - Financial Aid , description: Table storing the Student Tag Response Elements from the response XML file , implementation_dba_data: IGF.IGF_SL_ST_RESP_DTLS ,
-
SYNONYM: APPS.IGF_SL_ST_RESP_DTLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_SL_ST_RESP_DTLS, status:VALID,
-
VIEW: APPS.IGF_GR_RESP_DTLS_V
12.1.1
-
VIEW: APPS.IGF_SL_RESP_DTLS_V
12.1.1
-
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_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 ,
-
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_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 ,
-
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 ,
-
PACKAGE BODY: APPS.IGF_SL_UPLOAD_XML
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_UPLOAD_XML, status:VALID,
-
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,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
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,
-
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 SQL Statements
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_AS_RESP_DTLS
12.1.1
-
APPS.IGF_SL_UPLOAD_XML dependencies on IGF_SL_DL_RESP_DTLS
12.1.1
-
APPS.IGF_SL_UPLOAD_XML dependencies on IGF_SL_RS_RESP_DTLS
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_UPLOAD_XML
12.1.1
-
APPS.IGF_SL_UPLOAD_XML dependencies on IGF_SL_DLDB_RSP_DTL
12.1.1
-
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
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,