Search Results igf_sl_ed_prc_rslts
Overview
IGF_SL_ED_PRC_RSLTS is a transaction table in the IGF (Financial Aid) product schema of Oracle E-Business Suite, present in both 12.1.1 and 12.2.2. It stores the results of the edit process applied to financial aid response XML files exchanged with external processors (for example, the Common Origination and Disbursement process used for Title IV student aid). When a response XML file is received and parsed, each edit rule evaluated against the returned data produces one row here, capturing whether the record passed, failed, or was flagged along with the associated error code, message, and reported value.
The object is documented in ETRM as VALID with 17 columns in the 12.1.1 physical schema and is owned by IGF. Under a heuristic Data Vault classification mined from its foreign key structure, this table behaves as a link: it resolves the many-to-many style association between a detailed response record and the edit outcome generated against it. This classification is a modeling suggestion only; the physical table remains a conventional relational child keyed by EDIT_REC_ID.
Key Information Stored
The table is anchored by a surrogate primary key, EDIT_REC_ID, defined by the unique index IGF_SL_ED_PRC_RSLTS_PK. This column holds no business meaning but uniquely identifies each edit-result row and is the documented business-key candidate. No composite alternate unique key is documented.
- EDIT_REC_ID — surrogate primary key; one row per edit result.
- EDIT_ID — foreign key to the parent response detail records; the primary business join column.
- LEVEL_CODE — severity or level of the edit outcome (for example, error versus warning).
- RESP_ERR_CODE — coded identifier of the edit error or rejection reason.
- RESP_MSG_TXT — human-readable message text describing the edit result.
- RESP_ERR_FIELD — the field within the response XML that triggered the edit.
- RESP_ERR_VALUE — the value that failed the edit.
- REPORTED_VALUE — the value as reported by the external processor, useful for reconciliation.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard EBS audit columns.
- PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE, REQUEST_ID — concurrent program and request context identifying the job that generated the row.
Common Use Cases and Queries
Typical reporting centers on rejection analysis and reconciliation between the aid system and the external processor. A frequent pattern joins edit results to their parent response detail to find all failed edits for a submission:
- Select rows where LEVEL_CODE indicates an error and group by RESP_ERR_CODE to profile the most common rejection reasons.
- Join EDIT_ID back to the originating response detail table to associate an edit outcome with its student, award, or disbursement record.
- Compare RESP_ERR_VALUE against REPORTED_VALUE to detect discrepancies between what was submitted and what the processor reported.
- Audit which concurrent request produced a result by filtering on REQUEST_ID and PROGRAM_ID.
- Build extracts of unremediated edits for a remediation queue or downstream correspondence.
Related Objects
IGF_SL_ED_PRC_RSLTS.EDIT_ID is documented as a foreign key to multiple response detail tables, reflecting the different aid response types handled by the module. The most significant referenced objects are:
- IGF_SL_CR_RESP_DTLS — response details for the corresponding aid type, joined on EDIT_ID.
- IGF_GR_RESP_DTLS — grant response details, joined on EDIT_ID.
- IGF_SL_AS_RESP_DTLS — response details for the associated aid transaction, joined on EDIT_ID.
- IGF_SL_DI_RESP_DTLS — disbursement-related response details, joined on EDIT_ID.
- IGF_SL_DL_RESP_DTLS — loan or direct-loan response details, joined on EDIT_ID.
Because multiple parent detail tables share the EDIT_ID column, joins should be scoped to the specific aid type in scope; the metadata lists additional references with unresolved target names. Editing logic that populates these rows is driven by the Financial Aid edit process rather than a single public API, so integrations typically read this table for reporting and exception handling.
-
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 ,
-
SYNONYM: APPS.IGF_SL_ED_PRC_RSLTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_SL_ED_PRC_RSLTS, status:VALID,
-
VIEW: APPS.IGF_SL_REJ_EDIT_V
12.1.1
-
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 ,
-
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_GR_RESP_DTLS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_GR_RESP_DTLS, object_name:IGF_GR_RESP_DTLS, status:VALID, product: IGF - Financial Aid , description: Table storing the Pell Record Response Elements from the response XML file , implementation_dba_data: IGF.IGF_GR_RESP_DTLS ,
-
TABLE: IGF.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,
-
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_DI_RESP_DTLS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Table storing the DL Loan Information Response Elements from the response XML file , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_SL_DI_RESP_DTLS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_DI_RESP_DTLS, object_name:IGF_SL_DI_RESP_DTLS, status:VALID, product: IGF - Financial Aid , description: Table storing the DL Loan Information Response Elements from the response XML file , implementation_dba_data: IGF.IGF_SL_DI_RESP_DTLS ,
-
Table: IGF_SL_DL_RESP_DTLS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_DL_RESP_DTLS, object_name:IGF_SL_DL_RESP_DTLS, status:VALID, product: IGF - Financial Aid , description: Table storing the 'DLU','DLS','DLP' Tag Response Elements from the response XML file , implementation_dba_data: IGF.IGF_SL_DL_RESP_DTLS ,
-
Table: IGF_GR_RESP_DTLS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Table storing the Pell Record Response Elements from the response XML file , implementation_dba_data: Not implemented in this database ,
-
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_SL_DL_RESP_DTLS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Table storing the 'DLU','DLS','DLP' Tag Response Elements from the response XML file , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_REJ_EDIT_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: View containing the reject edit code details for all the Edit Codes , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_REJ_EDIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_REJ_EDIT_V, object_name:IGF_SL_REJ_EDIT_V, status:VALID, product: IGF - Financial Aid , description: View containing the reject edit code details for all the Edit Codes , implementation_dba_data: APPS.IGF_SL_REJ_EDIT_V ,
-
Foreign Keys
12.2.2
-
Foreign Keys
12.1.1
-
VIEW: APPS.IGF_SL_REJ_EDIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_REJ_EDIT_V, object_name:IGF_SL_REJ_EDIT_V, status:VALID,
-
12.1.1 FND Design 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
-
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 ,
-
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 ,