Search Results igf_aw_awd_disb_all
Overview
The IGF_AW_AWD_DISB_ALL table is a core data object within the Oracle E-Business Suite (EBS) Financial Aid module (IGF). It serves as the central repository for storing detailed transactional records for each individual disbursement of a financial aid award. In the context of EBS 12.1.1 and 12.2.2, this table is fundamental to managing the lifecycle of an award, from its scheduled disbursement to its actual payment. It tracks the planned and actual release of funds to a student, enabling critical processes such as disbursement scheduling, hold management, loan origination, and financial accounting. Its "ALL" suffix indicates it is a multi-organization access controlled table, storing data across multiple operating units.
Key Information Stored
The table's structure is designed to capture the complete disbursement event. Its primary key is a composite of AWARD_ID and DISB_NUM, uniquely identifying each disbursement line for a specific award. Key columns include AWARD_ID, which links to the parent award in IGF_AW_AWARD_ALL, and DISB_NUM, which sequences multiple disbursements for that award. The table stores critical dates and amounts, such as the scheduled disbursement date and disbursement gross amount. It also maintains links to the academic calendar via columns like TP_CAL_TYPE and TP_SEQUENCE_NUMBER (Teaching Period) and LD_CAL_TYPE and LD_SEQUENCE_NUMBER (Loan Period), which are foreign keys to IGS_CA_INST_ALL. Status flags and revision history are tracked, with RVSN_ID linking to the revision reason table (IGF_AW_AWD_RVSN_RSN_ALL).
Common Use Cases and Queries
This table is central to numerous operational and reporting functions. Common use cases include generating disbursement rosters for financial aid offices, creating files for electronic funds transfer (EFT) to banks, calculating earned versus disbursed aid for Return to Title IV (R2T4) calculations, and supporting student account billing integration. A typical query might join to the award and student tables to list all pending disbursements for a specific term:
SELECT disb.awd_disb_date, disb.disb_gross_amt, awd.award_fmly_contribution
FROM igf_aw_awd_disb_all disb,
igf_aw_award_all awd
WHERE disb.award_id = awd.award_id
AND awd.person_id = :student_id
AND disb.tp_cal_type = :term_cal_type
AND disb.tp_sequence_number = :term_seq_num
AND disb.disb_status = 'PENDING';
Another critical pattern involves aggregating disbursed amounts by award type for institutional reporting.
Related Objects
The table maintains integral relationships with several other EBS objects, as documented by its foreign key constraints. It is a child of the IGF_AW_AWARD_ALL table via the AWARD_ID column. It references the IGS_CA_INST_ALL table twice for calendar information (teaching period and loan period). It also references IGF_AW_AWD_RVSN_RSN_ALL for revision tracking. Crucially, IGF_AW_AWD_DISB_ALL is a parent table to several key transactional entities:
- IGF_DB_AWD_DISB_DTL_ALL: Links on AWARD_ID, DISB_NUM for disbursement batch details.
- IGS_FI_BILL_PLN_CRD: Links on AWARD_ID, DISB_NUM for student billing and credits.
- IGF_DB_DISB_HOLDS_ALL: Links on AWARD_ID, DISB_NUM for managing disbursement holds.
- IGF_SL_DISB_LOC_HISTORY: Links on AWARD_ID and DISBURSEMENT_NUMBER (mapped to DISB_NUM) for student loan disbursement location history.
-
Table: IGF_AW_AWD_DISB_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_AWD_DISB_ALL, object_name:IGF_AW_AWD_DISB_ALL, status:VALID, product: IGF - Financial Aid , description: Displays details of each disbursement , implementation_dba_data: IGF.IGF_AW_AWD_DISB_ALL ,
-
View: IGF_AW_SS_DISB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_SS_DISB_V, object_name:IGF_AW_SS_DISB_V, status:VALID, product: IGF - Financial Aid , description: Holds Disbursement details of Awards that are published to Student Self-Service , implementation_dba_data: APPS.IGF_AW_SS_DISB_V ,
-
Table: IGF_DB_DISB_HOLDS_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_DB_DISB_HOLDS_ALL, object_name:IGF_DB_DISB_HOLDS_ALL, status:VALID, product: IGF - Financial Aid , description: Stores the various holds put on a disbursement for a student. , implementation_dba_data: IGF.IGF_DB_DISB_HOLDS_ALL ,
-
Table: IGF_SL_DISB_LOC_HISTORY
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_DISB_LOC_HISTORY, object_name:IGF_SL_DISB_LOC_HISTORY, status:VALID, product: IGF - Financial Aid , description: Loan Disbursement History Table. This table stores the information send to the external agencies for processing , implementation_dba_data: IGF.IGF_SL_DISB_LOC_HISTORY ,
-
Table: IGF_AW_AWD_RVSN_RSN_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_AWD_RVSN_RSN_ALL, object_name:IGF_AW_AWD_RVSN_RSN_ALL, status:VALID, product: IGF - Financial Aid , description: Stores all possible Award Revision Reasons , implementation_dba_data: IGF.IGF_AW_AWD_RVSN_RSN_ALL ,
-
Table: IGF_DB_AWD_DISB_DTL_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_DB_AWD_DISB_DTL_ALL, object_name:IGF_DB_AWD_DISB_DTL_ALL, status:VALID, product: IGF - Financial Aid , description: Stores all the actual disbursement transactions and adjustments made to these, after they have been posted to the student finance interface table. For planned disbursements, this table will not have any records. , implementation_dba_data: IGF.IGF_DB_AWD_DISB_DTL_ALL ,
-
View: IGF_AW_CORRESP_LD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_CORRESP_LD_V, object_name:IGF_AW_CORRESP_LD_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_AW_CORRESP_LD_V ,
-
View: IGF_AW_ADISB_COA_MATCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_ADISB_COA_MATCH_V, object_name:IGF_AW_ADISB_COA_MATCH_V, status:VALID, product: IGF - Financial Aid , description: Retrieves the awards that a student has to the extent of his common Cost of Attendance terms. , implementation_dba_data: APPS.IGF_AW_ADISB_COA_MATCH_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 ,
-
View: IGFBV_FFELP_AWD_DISBURSEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_FFELP_AWD_DISBURSEMENTS, object_name:IGFBV_FFELP_AWD_DISBURSEMENTS, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds FFELP Loan Disbursements , implementation_dba_data: APPS.IGFBV_FFELP_AWD_DISBURSEMENTS ,
-
View: IGFFV_DISBURSEMENT_HOLDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DISBURSEMENT_HOLDS, object_name:IGFFV_DISBURSEMENT_HOLDS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that stores the various holds put on a disbursement for a student. , implementation_dba_data: APPS.IGFFV_DISBURSEMENT_HOLDS ,
-
View: IGFBV_STUDENT_FWS_AWAD_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_STUDENT_FWS_AWAD_DETAILS, object_name:IGFBV_STUDENT_FWS_AWAD_DETAILS, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds Student Work Study Award Details , implementation_dba_data: APPS.IGFBV_STUDENT_FWS_AWAD_DETAILS ,
-
View: IGFBV_DL_AWARD_DISBURSEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_DL_AWARD_DISBURSEMENTS, object_name:IGFBV_DL_AWARD_DISBURSEMENTS, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds Direct Loan Award Disbursements , implementation_dba_data: APPS.IGFBV_DL_AWARD_DISBURSEMENTS ,
-
View: IGFFV_FFELP_AWD_DISBURSEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_FFELP_AWD_DISBURSEMENTS, object_name:IGFFV_FFELP_AWD_DISBURSEMENTS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds FFELP Loan Disbursements , implementation_dba_data: APPS.IGFFV_FFELP_AWD_DISBURSEMENTS ,
-
View: IGFBV_AWARD_DISBURSEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_AWARD_DISBURSEMENTS, object_name:IGFBV_AWARD_DISBURSEMENTS, status:VALID, product: IGF - Financial Aid , description: Base View for the Entity that holds the information of each disbursement. , implementation_dba_data: APPS.IGFBV_AWARD_DISBURSEMENTS ,
-
View: IGFFV_STUDENT_FWS_AWAD_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_STUDENT_FWS_AWAD_DETAILS, object_name:IGFFV_STUDENT_FWS_AWAD_DETAILS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Student Work Study Award Details , implementation_dba_data: APPS.IGFFV_STUDENT_FWS_AWAD_DETAILS ,
-
View: IGF_SE_AWD_DISB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SE_AWD_DISB_V, object_name:IGF_SE_AWD_DISB_V, status:VALID, product: IGF - Financial Aid , description: Retrives all the award disbursement details for the student employment awards , implementation_dba_data: APPS.IGF_SE_AWD_DISB_V ,
-
View: IGFFV_DL_AWARD_DISBURSEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DL_AWARD_DISBURSEMENTS, object_name:IGFFV_DL_AWARD_DISBURSEMENTS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Direct Loan Award Disbursements , implementation_dba_data: APPS.IGFFV_DL_AWARD_DISBURSEMENTS ,
-
View: IGFBV_DISBURSEMENT_ADJUSTMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_DISBURSEMENT_ADJUSTMENTS, object_name:IGFBV_DISBURSEMENT_ADJUSTMENTS, status:VALID, product: IGF - Financial Aid , description: Base View for the Entity that Stores all the actual disbursement transactions and adjustments made to these, after they have been posted to the student finance interface table. For planned disbursements, this view will not have any records. , implementation_dba_data: APPS.IGFBV_DISBURSEMENT_ADJUSTMENTS ,
-
View: IGFFV_DISBURSEMENT_ADJUSTMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DISBURSEMENT_ADJUSTMENTS, object_name:IGFFV_DISBURSEMENT_ADJUSTMENTS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that Stores all the actual disbursement transactions and adjustments made to these, after they have been posted to the student finance interface table. For planned disbursements, this view will not have any records. , implementation_dba_data: APPS.IGFFV_DISBURSEMENT_ADJUSTMENTS ,
-
View: IGF_AW_AWD_DISB
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_AWD_DISB, object_name:IGF_AW_AWD_DISB, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_AW_AWD_DISB ,
-
View: IGFFV_AWARD_DISBURSEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_AWARD_DISBURSEMENTS, object_name:IGFFV_AWARD_DISBURSEMENTS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds the information of each disbursement. , implementation_dba_data: APPS.IGFFV_AWARD_DISBURSEMENTS ,
-
View: IGF_AW_SS_AWD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_SS_AWD_V, object_name:IGF_AW_SS_AWD_V, status:VALID, product: IGF - Financial Aid , description: Holds Awards that are published to Student Self-Service , implementation_dba_data: APPS.IGF_AW_SS_AWD_V ,