Search Results igf_gr_cod_dtls
Overview
IGF_GR_COD_DTLS is a Financial Aid (IGF) transaction table in Oracle E-Business Suite 12.1.1 and 12.2.2 that stores Pell Grant records transmitted to the Common Origination and Disbursement (COD) system in XML file format. It functions as the staging and audit repository for outbound COD Pell submissions, capturing origination-level award data, CPS transaction information, disbursement amounts, and student demographic attributes required by the U.S. Department of Education's COD interface.
From a Data Vault modeling perspective, the heuristic classification of this table is satellite-leaning. Its structure centers on descriptive, context-rich attributes (award amounts, enrollment dates, address and identity fields) attached to a business key represented by the award relationship, with the surrogate primary key acting as a technical identifier rather than a true hub. The table therefore behaves less like a hub of independent business entities and more like a descriptive satellite of award and origination activity.
Key Information Stored
- ORIGINATION_ID — the surrogate primary key defined by IGF_GR_COD_DTLS_PK; uniquely identifies each COD record row.
- AWARD_ID — foreign key to IGF_AW_AWARD_ALL, linking the COD detail record to its parent financial aid award.
- DOCUMENT_ID_TXT and BASE_ID — COD document and base identifiers used to correlate the XML submission with federal records.
- FIN_AWARD_YEAR and CPS_TRANS_NUM — the financial aid award year and the CPS transaction number for which the Pell data was reported.
- AWARD_AMT, COA_AMT, SCHD_PELL_AMT, YTD_DISB_AMT, TOT_ELIG_USED, NEG_PEND_AMT, and LOW_TUTION_FEE — the core Pell award, cost of attendance, scheduled, and disbursement amounts transmitted to COD.
- PELL_STATUS and PELL_STATUS_DATE — the COD processing status and the date it was assigned.
- ENROLLMENT_DATE, VER_STATUS_CODE, CPS_VERIF_FLAG, and INCARC_FLAG — enrollment, verification, and incarceration indicators used in eligibility determination.
- S_SSN, S_LAST_NAME, FIRST_NAME, MIDDLE_NAME, S_DATE_OF_BIRTH — student identity fields carried in the COD submission.
- PERMT_ADDR_* columns (line 1–3, city, state, postal code, country, county) — the student's permanent address block.
- EMAIL_ADDRESS, PHONE_NUMBER_1/2/3, and CITZN_STATUS_CODE — contact and citizenship data.
- PROGRAM_APPLICATION_ID, PROGRAM_ID, REQUEST_ID, and PROGRAM_UPDATE_DATE — concurrent program execution context identifying the submission job.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard Who columns providing audit lineage.
The documented physical schema contains 60 columns. ORIGINATION_ID is the only documented unique index and therefore the sole business-key candidate; other identifiers such as DOCUMENT_ID_TXT and BASE_ID are attributes rather than guaranteed unique keys.
Common Use Cases and Queries
Typical scenarios include reconciling Pell origination submissions against COD acknowledgements, auditing which awards were transmitted in a given award year, and producing financial aid reporting extracts for disbursement and eligibility reviews.
- Retrieving all COD detail rows for a specific award:
SELECT * FROM IGF.IGF_GR_COD_DTLS WHERE AWARD_ID = :award_id; - Auditing submissions for an award year:
SELECT ORIGINATION_ID, AWARD_ID, CPS_TRANS_NUM, PELL_STATUS, AWARD_AMT FROM IGF.IGF_GR_COD_DTLS WHERE FIN_AWARD_YEAR = :year; - Joining to the parent award for student context:
SELECT d.ORIGINATION_ID, a.STUDENT_ID, d.SCHD_PELL_AMT FROM IGF.IGF_GR_COD_DTLS d JOIN IGF.IGF_AW_AWARD_ALL a ON a.AWARD_ID = d.AWARD_ID; - Tracking concurrent program runs: filtering on REQUEST_ID or PROGRAM_ID to diagnose failed or partial XML transmissions.
- Verification and status reporting: grouping by PELL_STATUS and PELL_STATUS_DATE to monitor COD response turnaround.
Related Objects
- IGF_AW_AWARD_ALL — the parent award table; joined via IGF_GR_COD_DTLS.AWARD_ID = IGF_AW_AWARD_ALL.AWARD_ID, the only documented foreign key relationship.
- IGF_GR_COD_DTLS_PK — the primary key index on ORIGINATION_ID, enforcing row uniqueness.
- CPS and COD interface programs within the IGF module that populate this table during Pell origination processing.
- Concurrent program definitions referenced through PROGRAM_APPLICATION_ID, PROGRAM_ID, and REQUEST_ID, enabling traceability to the originating submission job.
- Financial aid disbursement and award reporting views that consume IGF_GR_COD_DTLS as a source of transmitted Pell amounts.
Oracle proprietary and confidential information — refer to official ETRM documentation and legal notices for authoritative guidance.
-
Table: IGF_GR_COD_DTLS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_GR_COD_DTLS, object_name:IGF_GR_COD_DTLS, status:VALID, product: IGF - Financial Aid , description: Table storing the Pell Records sent to the COD in XML file format , implementation_dba_data: IGF.IGF_GR_COD_DTLS ,
-
Table: IGF_GR_COD_DTLS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Table storing the Pell Records sent to the COD in XML file format , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_GR_REP_SMRY_V
12.1.1
-
VIEW: APPS.IGF_GR_COD_TOP_V
12.1.1
-
SYNONYM: APPS.IGF_GR_COD_DTLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_GR_COD_DTLS, status:VALID,
-
VIEW: APPS.IGF_GR_REP_RS_V
12.1.1
-
VIEW: APPS.IGF_GR_REP_AS_V
12.1.1
-
View: IGF_GR_REP_SMRY_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: View used for reporting the financial summary tag in the outbound XML for Pell , implementation_dba_data: Not implemented in this database ,
-
View: IGF_GR_REP_SMRY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_REP_SMRY_V, object_name:IGF_GR_REP_SMRY_V, status:VALID, product: IGF - Financial Aid , description: View used for reporting the financial summary tag in the outbound XML for Pell , implementation_dba_data: APPS.IGF_GR_REP_SMRY_V ,
-
VIEW: APPS.IGF_GR_REP_PELL_V
12.1.1
-
View: IGF_GR_REP_AS_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_GR_REP_RS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_REP_RS_V, object_name:IGF_GR_REP_RS_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_GR_REP_RS_V ,
-
View: IGF_GR_REP_AS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_REP_AS_V, object_name:IGF_GR_REP_AS_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_GR_REP_AS_V ,
-
View: IGF_GR_COD_TOP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_COD_TOP_V, object_name:IGF_GR_COD_TOP_V, status:VALID, product: IGF - Financial Aid , description: or reporting the document level tag in the outbound XML for Pell , implementation_dba_data: APPS.IGF_GR_COD_TOP_V ,
-
VIEW: APPS.IGF_GR_REP_STDNT_V
12.1.1
-
APPS.IGF_GR_COD_DTLS_PKG SQL Statements
12.1.1
-
View: IGF_GR_REP_RS_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_GR_COD_TOP_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: or reporting the document level tag in the outbound XML for Pell , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGF_GR_COD_DTLS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_GR_COD_DTLS_PKG, status:VALID,
-
View: IGF_GR_REP_PELL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_REP_PELL_V, object_name:IGF_GR_REP_PELL_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_GR_REP_PELL_V ,
-
Table: IGF_AW_AWARD_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_AWARD_ALL, object_name:IGF_AW_AWARD_ALL, status:VALID, product: IGF - Financial Aid , description: Stores all details of awards given to students , implementation_dba_data: IGF.IGF_AW_AWARD_ALL ,
-
Table: IGF_AW_AWARD_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores all details of awards given to students , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_GR_GEN_XML SQL Statements
12.1.1
-
View: IGF_GR_REP_PELL_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_GR_REP_RS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_REP_RS_V, object_name:IGF_GR_REP_RS_V, status:VALID,
-
VIEW: APPS.IGF_GR_REP_AS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_REP_AS_V, object_name:IGF_GR_REP_AS_V, status:VALID,
-
PACKAGE BODY: APPS.IGF_GR_GEN_XML
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_GR_GEN_XML, status:VALID,
-
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_REP_STDNT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_REP_STDNT_V, object_name:IGF_GR_REP_STDNT_V, status:VALID, product: IGF - Financial Aid , description: View used for reporting the Student tag in the outbound XML for Pell , implementation_dba_data: APPS.IGF_GR_REP_STDNT_V ,
-
VIEW: APPS.IGF_GR_COD_TOP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_COD_TOP_V, object_name:IGF_GR_COD_TOP_V, status:VALID,
-
View: IGF_GR_REP_STDNT_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: View used for reporting the Student tag in the outbound XML for Pell , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_GR_REP_SMRY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_REP_SMRY_V, object_name:IGF_GR_REP_SMRY_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.IGF_GR_REP_PELL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_REP_PELL_V, object_name:IGF_GR_REP_PELL_V, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.IGF_GR_COD_DTLS_PKG
12.1.1
-
TABLE: IGF.IGF_GR_COD_DTLS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_GR_COD_DTLS, object_name:IGF_GR_COD_DTLS, status:VALID,
-
VIEW: APPS.IGF_GR_REP_STDNT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_REP_STDNT_V, object_name:IGF_GR_REP_STDNT_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGF_GR_GEN_XML
12.1.1
-
APPS.IGF_GR_COD_DTLS_PKG dependencies on IGF_GR_COD_DTLS
12.1.1
-
APPS.IGF_SL_UPLOAD_XML dependencies on IGF_GR_COD_DTLS
12.1.1
-
APPS.IGF_GR_GEN_XML dependencies on IGF_GR_COD_DTLS
12.1.1
-
APPS.IGF_SL_UPLOAD_XML SQL Statements
12.1.1
-
APPS.IGF_GR_GEN_XML dependencies on IGF_AW_DB_COD_DTLS
12.1.1
-
APPS.IGF_GR_GEN_XML dependencies on STANDARD
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
APPS.IGF_GR_COD_DTLS_PKG dependencies on IGF_GR_COD_DTLS_PKG
12.1.1