Search Results ytdor_id
Overview
The IGF_GR_YTD_ORIG_ALL table resides in the IGF — Financial Aid product family within Oracle E-Business Suite 12.1.1 / 12.2.2. Its documented purpose is to store year-to-date origination data, meaning cumulative Title IV / Pell Grant origination attributes reported to or returned from the federal Common Origination and Disbursement (COD) process. The metadata explicitly marks the module as Obsolete and states that the object is not implemented in this database, so it exists primarily as a legacy schema artifact rather than an actively maintained table.
The table is owned by the IGF schema and contains 60 documented columns, keyed by the surrogate identifier YTDOR_ID. From a Data Vault modeling perspective, the mined foreign-key structure suggests a satellite-leaning classification: the table predominantly stores descriptive, time-stamped descriptive context (origination details, disbursement dates, batch identifiers) that hangs off a parent business key rather than acting as a hub or a pure association link.
Key Information Stored
The primary key constraint IGF_GR_YTD_ORIG_ALL_PK and the unique index IGF_GR_YTD_ORIG_ALL_U1 both key on YTDOR_ID. In the schema documented here, that column is simultaneously the surrogate PK and the sole documented business-key candidate, which is unusual in an operational ETRM design and reinforces the obsolete/legacy nature of the object.
YTDOR_ID— surrogate primary key and unique business-key candidate.ORIGINATION_ID— links the row to the underlying origination record.ORIGINAL_SSN,SSN,STUD_NAME,STUD_DOB— student identity attributes as originally submitted.ATTEND_PELL_ID— Pell attendance identifier for the reporting year.ACTION_CODE— the COD origination action (e.g., add, correct).ACCPT_AWD_AMT,ACCPT_EFC,ACCPT_SEC_EFC,ACCPT_COA— accepted award amount and Expected Family Contribution/COA figures.ACCPT_DISB_DT1throughACCPT_DISB_DT15— the accepted disbursement date schedule.YTD_DISB_AMT— the year-to-date disbursed amount, the table's headline measure.BATCH_ID,PROCESS_DATE— batch load and processing timestamps.- WHO columns (
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN) and the concurrent-program columns (PROGRAM_APPLICATION_ID,PROGRAM_ID,PROGRAM_UPDATE_DATE,REQUEST_ID), plusORG_IDfor multi-org partitioning. CI_CAL_TYPE,CI_SEQUENCE_NUMBER— the academic calendar instance foreign key.
Common Use Cases and Queries
Because the object is documented as obsolete and not implemented, practical use falls into two categories: historical data migration/extraction and schema archaeology. A typical lookup by the searched term ytdor_id retrieves a single origination satellite row, while analytical queries aggregate YTD disbursements by student or by calendar.
- Point lookup:
SELECT * FROM igf.igf_gr_ytd_orig_all WHERE ytdor_id = :ytdor_id; - Aggregation by student:
SELECT ssn, SUM(ytd_disb_amt) FROM igf.igf_gr_ytd_orig_all GROUP BY ssn; - Batch reconciliation:
SELECT batch_id, COUNT(*), SUM(accpt_awd_amt) FROM igf.igf_gr_ytd_orig_all GROUP BY batch_id; - Calendar-level reporting by joining the calendar instance columns to
IGS_CA_INST_ALL.
Reporting is best limited to archival or audit reconciliation of federal aid origination, since no live process is documented to populate the table.
Related Objects
The single documented foreign key anchors this table to the academic calendar instance hierarchy. Other relationships are inferred from the origination and batch columns.
IGS_CA_INST_ALL— referenced viaIGF_GR_YTD_ORIG_ALL.CI_CAL_TYPEandIGF_GR_YTD_ORIG_ALL.CI_SEQUENCE_NUMBER.IGF_GR_ORIG_ALL— the presumed parent origination table joined throughORIGINATION_ID.IGF_GR_YTD_DISB_ALL— the disbursement counterpart sharing the origination key.IGF_AP_GR_*interfaces and the COD batch staging tables linked viaBATCH_ID.- The WHO/concurrent columns tie each row to
FND_USERandFND_CONCURRENT_REQUESTS.
-
Table: IGF_GR_YTD_ORIG_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores the year to date origination data , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_GR_YTD_ORIG_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_GR_YTD_ORIG_ALL, object_name:IGF_GR_YTD_ORIG_ALL, status:VALID, product: IGF - Financial Aid , description: Stores the year to date origination data , implementation_dba_data: IGF.IGF_GR_YTD_ORIG_ALL ,
-
VIEW: APPS.IGF_GR_YTD_ORIG
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_YTD_ORIG, object_name:IGF_GR_YTD_ORIG, status:VALID,
-
View: IGFBV_PELL_YTD_ORIGINATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_PELL_YTD_ORIGINATIONS, object_name:IGFBV_PELL_YTD_ORIGINATIONS, status:VALID, product: IGF - Financial Aid , description: Base View for the Entity that holds the information about the year to date origination data , implementation_dba_data: APPS.IGFBV_PELL_YTD_ORIGINATIONS ,
-
View: IGFFV_PELL_YTD_ORIGINATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_PELL_YTD_ORIGINATIONS, object_name:IGFFV_PELL_YTD_ORIGINATIONS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds the information about the year to date origination data , implementation_dba_data: APPS.IGFFV_PELL_YTD_ORIGINATIONS ,
-
View: IGFBV_PELL_YTD_ORIGINATIONS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base View for the Entity that holds the information about the year to date origination data , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_PELL_YTD_ORIGINATIONS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds the information about the year to date origination data , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGF.IGF_GR_YTD_ORIG_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_GR_YTD_ORIG_ALL, object_name:IGF_GR_YTD_ORIG_ALL, status:VALID,
-
View: IGF_GR_YTD_ORIG
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_YTD_ORIG, object_name:IGF_GR_YTD_ORIG, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_GR_YTD_ORIG ,
-
View: IGF_GR_YTD_ORIG
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGFFV_PELL_YTD_ORIGINATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_PELL_YTD_ORIGINATIONS, object_name:IGFFV_PELL_YTD_ORIGINATIONS, status:VALID,
-
APPS.IGF_GR_YTD_ORIG_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGFBV_PELL_YTD_ORIGINATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_PELL_YTD_ORIGINATIONS, object_name:IGFBV_PELL_YTD_ORIGINATIONS, status:VALID,
-
PACKAGE BODY: APPS.IGF_GR_YTD_ORIG_PKG
12.1.1
-
APPS.IGF_GR_YTD_ORIG_PKG dependencies on IGF_GR_YTD_ORIG_ALL
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 ,