Search Results igf_aw_awd_dist_plans
Overview
The table IGF_AW_AWD_DIST_PLANS is a core setup table within the Oracle E-Business Suite's Financial Aid module (IGF). It serves as the master repository for defining award distribution plans, which are critical templates governing how financial aid awards are disbursed to students across academic terms. In the context of Oracle EBS 12.1.1 and 12.2.2, this table provides the foundational data structure that links award definitions to specific disbursement schedules, ensuring funds are released according to institutional policies and regulatory requirements. Its integrity is central to the automated disbursement process.
Key Information Stored
The table stores the configuration for each unique distribution plan. Its primary identifier is the system-generated ADPLANS_ID. A unique key constraint ensures the combination of AWD_DIST_PLAN_CD (the user-defined plan code), CAL_TYPE, and SEQUENCE_NUMBER is not duplicated, tying the plan to a specific academic calendar instance. While the full column list is not detailed in the excerpt, the foreign key relationships imply the table likely stores descriptive information such as the plan name, status, and effective dates. The linkage to IGS_CA_INST_ALL via CAL_TYPE and SEQUENCE_NUMBER is essential for aligning disbursements with the correct term boundaries.
Common Use Cases and Queries
This table is primarily referenced during award packaging and disbursement generation. Common operational and reporting scenarios include validating the disbursement schedule attached to an award, listing all active distribution plans for an academic year, and auditing historical changes to award terms. A typical query might join this table to award and calendar tables to analyze disbursement patterns.
- Identifying Active Plans for a Calendar:
SELECT awd_dist_plan_cd FROM igf_aw_awd_dist_plans WHERE cal_type = 'SEMESTER' AND status = 'ACTIVE'; - Linking an Award to Its Distribution Plan:
SELECT a.*, p.awd_dist_plan_cd FROM igf_aw_award_all a, igf_aw_awd_dist_plans p WHERE a.adplans_id = p.adplans_id;
Related Objects
IGF_AW_AWD_DIST_PLANS is a pivotal hub table with numerous dependencies, as evidenced by its foreign key relationships. Key related objects include:
- IGF_AW_AWARD_ALL: Awards reference a specific distribution plan via
ADPLANS_ID. - IGF_AW_DP_TERMS: Child table that defines the detailed term-by-term disbursement percentages or amounts for the parent plan.
- IGF_AW_AWD_FRML_DET_ALL: Packaging formula details can be associated with a distribution plan.
- IGF_AW_TARGET_GRP_ALL: Target groups may be linked to specific distribution plans.
- IGF_AW_AWARD_LEVEL_HIST: Tracks historical changes when an award's distribution plan (
OLD_ADPLANS_ID,NEW_ADPLANS_ID) is updated. - IGS_CA_INST_ALL: Provides the calendar context (
CAL_TYPE,SEQUENCE_NUMBER) for the plan.
-
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 ,
-
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 ,
-
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 ,
-
Table: IGF_AW_DP_TERMS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_DP_TERMS, object_name:IGF_AW_DP_TERMS, status:VALID, product: IGF - Financial Aid , description: Award Distribution Plan Term Setup , implementation_dba_data: IGF.IGF_AW_DP_TERMS ,
-
View: IGF_AW_AWD_DIST_PLANS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_AWD_DIST_PLANS_V, object_name:IGF_AW_AWD_DIST_PLANS_V, status:VALID, product: IGF - Financial Aid , description: Award Distribution Plan , implementation_dba_data: APPS.IGF_AW_AWD_DIST_PLANS_V ,
-
Table: IGF_AW_TARGET_GRP_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_TARGET_GRP_ALL, object_name:IGF_AW_TARGET_GRP_ALL, status:VALID, product: IGF - Financial Aid , description: Stores upper level constraints to be enforced on each grant , implementation_dba_data: IGF.IGF_AW_TARGET_GRP_ALL ,
-
Table: IGF_AW_AWD_FRML_DET_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_AWD_FRML_DET_ALL, object_name:IGF_AW_AWD_FRML_DET_ALL, status:VALID, product: IGF - Financial Aid , description: Stores the detail sequence of funds that have to be applied for a given formula , implementation_dba_data: IGF.IGF_AW_AWD_FRML_DET_ALL ,
-
View: IGF_AW_DP_TERMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_DP_TERMS_V, object_name:IGF_AW_DP_TERMS_V, status:VALID, product: IGF - Financial Aid , description: Award Distribution Plan Terms , implementation_dba_data: APPS.IGF_AW_DP_TERMS_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: IGF_AW_AWD_FRML_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_AWD_FRML_DET_V, object_name:IGF_AW_AWD_FRML_DET_V, status:VALID, product: IGF - Financial Aid , description: Shows the detail sequence of funds that have to be applied for a given formula , implementation_dba_data: APPS.IGF_AW_AWD_FRML_DET_V ,
-
View: IGFFV_STUDENT_AWARDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_STUDENT_AWARDS, object_name:IGFFV_STUDENT_AWARDS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds the information about the Awards given to students , implementation_dba_data: APPS.IGFFV_STUDENT_AWARDS ,
-
View: IGF_AW_TARGET_GRP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_TARGET_GRP_V, object_name:IGF_AW_TARGET_GRP_V, status:VALID, product: IGF - Financial Aid , description: Target group master , implementation_dba_data: APPS.IGF_AW_TARGET_GRP_V ,
-
View: IGF_AW_AWARD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_AWARD_V, object_name:IGF_AW_AWARD_V, status:VALID, product: IGF - Financial Aid , description: Shows award details , implementation_dba_data: APPS.IGF_AW_AWARD_V ,