Search Results igf_aw_db_chg_dtls
Overview
The table IGF_AW_DB_CHG_DTLS is a core data object within the Oracle E-Business Suite (EBS) Financial Aid module (IGF). It serves as the primary repository for detailed disbursement information for federal student aid awards, specifically Direct Loans and Pell Grants. In the context of EBS releases 12.1.1 and 12.2.2, this table is critical for managing the disbursement lifecycle, from the initial scheduling of funds to the final transmission of disbursement data to external systems. Its role is to store granular details for each planned or actual disbursement event, enabling accurate tracking, reporting, and reconciliation of financial aid funds awarded to students.
Key Information Stored
The table's structure is defined by its composite primary key, which uniquely identifies each disbursement detail record. The key columns are AWARD_ID, DISB_NUM, and DISB_SEQ_NUM. While the provided metadata does not list all columns, the primary key implies the table is designed to store multiple disbursement sequences (DISB_SEQ_NUM) for each disbursement number (DISB_NUM) within a specific financial aid award (AWARD_ID). Typically, such a table would contain columns for disbursement amounts, dates (scheduled, actual, and posted), statuses, and identifiers for the associated transaction or batch. It is the definitive source for the disaggregated components that sum to a total award disbursement.
Common Use Cases and Queries
This table is central to disbursement processing and reporting. Common operational use cases include generating disbursement rosters for review, creating files for transmission to the U.S. Department of Education or other agencies, and reconciling posted disbursements with the general ledger. For reporting, it is frequently joined to award and student tables to analyze disbursement patterns. A foundational query pattern involves selecting disbursement details for a specific award or student:
SELECT * FROM igf.igf_aw_db_chg_dtls d WHERE d.award_id = :p_award_id ORDER BY d.disb_num, d.disb_seq_num;
Another critical use case is aggregating disbursed amounts for a student across all awards within a specific aid year or term, which requires joins to the parent award table (IGF_AW_AWARD_ALL).
Related Objects
IGF_AW_DB_CHG_DTLS has a direct and essential relationship with the master award table, as documented in the provided metadata. The primary foreign key relationship is:
- IGF_AW_AWARD_ALL: The column IGF_AW_DB_CHG_DTLS.AWARD_ID is a foreign key referencing the IGF_AW_AWARD_ALL table. This enforces that every disbursement detail record must be associated with a valid, existing financial aid award. The typical join condition is
IGF_AW_DB_CHG_DTLS.AWARD_ID = IGF_AW_AWARD_ALL.AWARD_ID.
While not listed in the provided excerpt, this table is also logically related to other disbursement and transaction interfaces within the Financial Aid module, such as tables holding disbursement transaction history or external disbursement confirmations.
-
Table: IGF_AW_DB_CHG_DTLS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_DB_CHG_DTLS, object_name:IGF_AW_DB_CHG_DTLS, status:VALID, product: IGF - Financial Aid , description: Table storing disbursement details for the Direct Loan as well as Pell Grant , implementation_dba_data: IGF.IGF_AW_DB_CHG_DTLS ,
-
Table: IGF_AW_DB_CHG_DTLS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Table storing disbursement details for the Direct Loan as well as Pell Grant , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_AW_GEN_003 dependencies on IGF_AW_DB_CHG_DTLS
12.1.1
-
APPS.IGF_SL_LOANS_PKG dependencies on IGF_AW_DB_CHG_DTLS
12.1.1
-
APPS.IGF_DB_DL_DISB_ORIG dependencies on IGF_AW_DB_CHG_DTLS
12.1.1
-
APPS.IGF_AW_AWD_DISB_PKG dependencies on IGF_AW_DB_CHG_DTLS
12.1.1
-
APPS.IGF_AW_DB_CHG_DTLS_PKG dependencies on IGF_AW_DB_CHG_DTLS
12.1.1
-
APPS.IGF_SL_DL_GEN_XML dependencies on IGF_AW_DB_CHG_DTLS
12.1.1
-
APPS.IGF_DB_DL_ORIG_ACK dependencies on IGF_AW_DB_CHG_DTLS
12.1.1
-
APPS.IGF_AW_LI_IMPORT dependencies on IGF_AW_DB_CHG_DTLS
12.1.1
-
APPS.IGF_SL_DL_VALIDATION dependencies on IGF_AW_DB_CHG_DTLS
12.1.1
-
APPS.IGF_SL_UPLOAD_XML dependencies on IGF_AW_DB_CHG_DTLS
12.1.1
-
APPS.IGF_GR_GEN_XML dependencies on IGF_AW_DB_CHG_DTLS
12.1.1
-
APPS.IGF_DB_DL_DISB_ORIG SQL Statements
12.1.1
-
APPS.IGF_AW_DB_CHG_DTLS_PKG SQL Statements
12.1.1
-
APPS.IGF_DB_DL_DISB_ORIG dependencies on IGF_AP_FA_BASE_REC
12.1.1
-
SYNONYM: APPS.IGF_AW_DB_CHG_DTLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_DB_CHG_DTLS, status:VALID,
-
VIEW: APPS.IGF_AW_DB_CHG_DTLS_V
12.1.1
-
APPS.IGF_DB_DL_DISB_ORIG dependencies on IGF_SL_LOANS
12.1.1
-
APPS.IGF_AW_LI_IMPORT dependencies on IGF_AW_AWD_DISB_ALL
12.1.1
-
APPS.IGF_GR_GEN_XML SQL Statements
12.1.1
-
APPS.IGF_DB_DL_DISB_ORIG dependencies on IGF_AW_AWARD
12.1.1
-
APPS.IGF_SL_UPLOAD_XML dependencies on IGF_GR_GEN
12.1.1
-
APPS.IGF_DB_DL_ORIG_ACK dependencies on IGF_SL_LOANS
12.1.1
-
APPS.IGF_DB_DL_DISB_ORIG dependencies on IGS_CA_INST
12.1.1
-
APPS.IGF_DB_DL_ORIG_ACK SQL Statements
12.1.1
-
APPS.IGF_SL_UPLOAD_XML dependencies on IGF_GR_DB_RESP_DTLS
12.1.1
-
APPS.IGF_AW_AWD_DISB_PKG dependencies on IGF_AW_DB_CHG_DTLS_PKG
12.1.1
-
APPS.IGF_AW_LI_IMPORT dependencies on IGF_DB_AWD_DISB_DTL_PKG
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 BODY: APPS.IGF_AW_DB_CHG_DTLS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_DB_CHG_DTLS_PKG, status:VALID,
-
View: IGF_AW_DB_CHG_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_DB_CHG_DTLS_V, object_name:IGF_AW_DB_CHG_DTLS_V, status:VALID, product: IGF - Financial Aid , description: View for disbursement change details. , implementation_dba_data: APPS.IGF_AW_DB_CHG_DTLS_V ,
-
View: IGF_AW_DB_CHG_DTLS_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: View for disbursement change details. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_DB_DL_ORIG_ACK dependencies on STANDARD
12.1.1
-
PACKAGE BODY: APPS.IGF_AW_DB_CHG_DTLS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_DB_DL_ORIG_ACK
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_DB_DL_ORIG_ACK, status:VALID,
-
APPS.IGF_AW_DB_CHG_DTLS_PKG dependencies on IGF_AW_DB_CHG_DTLS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_DB_DL_DISB_ORIG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_DB_DL_DISB_ORIG, status:VALID,
-
PACKAGE BODY: APPS.IGF_SL_LOANS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_LOANS_PKG, status:VALID,
-
APPS.IGF_AW_GEN_003 dependencies on FND_NEW_MESSAGES
12.1.1
-
TABLE: IGF.IGF_AW_DB_CHG_DTLS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_DB_CHG_DTLS, object_name:IGF_AW_DB_CHG_DTLS, 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_DL_VALIDATION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_DL_VALIDATION, status:VALID,
-
APPS.IGF_DB_DL_DISB_ORIG dependencies on STANDARD
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_UPLOAD_XML
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_UPLOAD_XML, status:VALID,
-
PACKAGE BODY: APPS.IGF_AW_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_GEN_003, status:VALID,
-
PACKAGE BODY: APPS.IGF_SL_DL_GEN_XML
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_DL_GEN_XML, status:VALID,
-
PACKAGE BODY: APPS.IGF_AW_AWD_DISB_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_AWD_DISB_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGF_AW_LI_IMPORT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_LI_IMPORT, status:VALID,