Search Results igf_aw_award_level_hist
Overview
The IGF_AW_AWARD_LEVEL_HIST table is a core data object within the Oracle E-Business Suite (EBS) Financial Aid module (IGF). It functions as a historical audit trail, systematically recording all changes made to the attributes of a student's financial aid award at the award level. Its primary role is to ensure data integrity and provide a complete, auditable history of an award's evolution over time, which is critical for compliance, troubleshooting, and reporting in financial aid operations. Each modification to an award's key characteristics generates a new record in this history table, capturing the state before and after the change.
Key Information Stored
The table stores change details using a composite primary key and columns that capture both the context of the change and the specific data altered. The primary key uniquely identifies each historical transaction for a given award attribute: AWARD_ID (links to the main award), AWARD_HIST_TRAN_ID (a transaction identifier grouping all changes from a single event), and AWARD_ATTRIB_CODE (specifies which award attribute was modified, e.g., status, amount, or disbursement plan). Crucially, the table employs an "old value" and "new value" pattern for storing data. This is exemplified by the columns OLD_ADPLANS_ID and NEW_ADPLANS_ID, which store the previous and updated disbursement plan identifiers, respectively, when the AWARD_ATTRIB_CODE pertains to the disbursement plan. Other columns typically include timestamps, user IDs, and the old and new values for the modified attribute code.
Common Use Cases and Queries
A primary use case is auditing the complete change history for a specific award or student. For instance, to trace all modifications to the disbursement plan for award ID 1001, one would query using the AWARD_HIST_TRAN_ID to group related changes from a single transaction. The column AWARD_HIST_TRAN_ID, as referenced in the user's search, is essential for correlating multiple attribute changes that occurred simultaneously. A common reporting scenario involves reconstructing the state of an award at a specific point in time by analyzing the chronological sequence of historical records. Sample SQL often involves joining to the main award table (IGF_AW_AWARD_ALL) and filtering by AWARD_ID and transaction date ranges to generate compliance or operational reports.
Related Objects
The IGF_AW_AWARD_LEVEL_HIST table maintains defined foreign key relationships with other critical Financial Aid tables, ensuring referential integrity. The documented relationships are as follows:
- IGF_AW_AWARD_ALL: The table references the master award table via the AWARD_ID column. This is the fundamental link to the core award record.
- IGF_AW_AWD_DIST_PLANS: The table references the disbursement plans table twice—once for the old value and once for the new value. It joins via OLD_ADPLANS_ID to show the previous plan and via NEW_ADPLANS_ID to show the updated plan.
-
Table: IGF_AW_AWARD_LEVEL_HIST
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_AWARD_LEVEL_HIST, object_name:IGF_AW_AWARD_LEVEL_HIST, status:VALID, product: IGF - Financial Aid , description: Stores all Award Level Change Details , implementation_dba_data: IGF.IGF_AW_AWARD_LEVEL_HIST ,
-
Table: IGF_AW_AWARD_LEVEL_HIST
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores all Award Level Change Details , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_AW_AWARD_LEVEL_HIST_PKG dependencies on IGF_AW_AWARD_LEVEL_HIST
12.1.1
-
APPS.IGF_AW_LI_IMPORT dependencies on IGF_AW_AWARD_LEVEL_HIST
12.1.1
-
APPS.IGF_AW_AWARD_PKG dependencies on IGF_AW_AWARD_LEVEL_HIST
12.1.1
-
APPS.IGF_AW_AWARD_PKG dependencies on IGF_AW_AWARD_LEVEL_HIST
12.1.1
-
SYNONYM: APPS.IGF_AW_AWARD_LEVEL_HIST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_AWARD_LEVEL_HIST, status:VALID,
-
Table: IGF_AW_AWD_DIST_PLANS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Award Distribution Plan Setup , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AW_AWD_DIST_PLANS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_AWD_DIST_PLANS, object_name:IGF_AW_AWD_DIST_PLANS, status:VALID, product: IGF - Financial Aid , description: Award Distribution Plan Setup , implementation_dba_data: IGF.IGF_AW_AWD_DIST_PLANS ,
-
APPS.IGF_AW_AWARD_LEVEL_HIST_PKG SQL Statements
12.1.1
-
TABLE: IGF.IGF_AW_AWARD_LEVEL_HIST
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_AWARD_LEVEL_HIST, object_name:IGF_AW_AWARD_LEVEL_HIST, status:VALID,
-
PACKAGE BODY: APPS.IGF_AW_AWARD_LEVEL_HIST_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_AWARD_LEVEL_HIST_PKG, status:VALID,
-
VIEW: APPS.IGF_AW_AWARD_LEVEL_HIST_V
12.1.1
-
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 ,
-
PACKAGE: APPS.IGF_AW_AWARD_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AW_AWARD_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGF_AW_AWARD_LEVEL_HIST_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_AW_LI_IMPORT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_LI_IMPORT, status:VALID,
-
PACKAGE BODY: APPS.IGF_AW_AWARD_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_AWARD_PKG, status:VALID,
-
View: IGF_AW_AWARD_LEVEL_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_AWARD_LEVEL_HIST_V, object_name:IGF_AW_AWARD_LEVEL_HIST_V, status:VALID, product: IGF - Financial Aid , description: Award Level History Details View , implementation_dba_data: APPS.IGF_AW_AWARD_LEVEL_HIST_V ,
-
View: IGF_AW_AWARD_LEVEL_HIST_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Award Level History Details View , implementation_dba_data: Not implemented in this database ,
-
12.1.1 DBA Data
12.1.1
-
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
-
VIEW: APPS.IGF_AW_AWARD_LEVEL_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_AWARD_LEVEL_HIST_V, object_name:IGF_AW_AWARD_LEVEL_HIST_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
APPS.IGF_AW_LI_IMPORT dependencies on IGF_AP_FA_BASE_REC_ALL
12.1.1
-
APPS.IGF_AW_LI_IMPORT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_AW_LI_IMPORT
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 ,