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.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_SL_LAR_CREATION dependencies on IGF_AW_AWD_DIST_PLANS
12.1.1
-
APPS.IGF_AW_GEN_005 dependencies on IGF_AW_AWD_DIST_PLANS
12.1.1
-
APPS.IGF_GR_PELL_CALC dependencies on IGF_AW_AWD_DIST_PLANS
12.1.1
-
APPS.IGF_AW_GEN_003 dependencies on IGF_AW_AWD_DIST_PLANS
12.1.1
-
APPS.IGF_GR_PELL_CALC dependencies on IGF_AW_AWD_DIST_PLANS
12.1.1
-
APPS.IGF_AW_AWD_DIST_PLANS_PKG dependencies on IGF_AW_AWD_DIST_PLANS
12.1.1
-
APPS.IGF_AW_PACKAGING dependencies on IGF_AW_AWD_DIST_PLANS
12.1.1
-
APPS.IGF_AW_PACKNG_SUBFNS dependencies on IGF_AW_AWD_DIST_PLANS
12.1.1
-
APPS.IGF_AW_ROLLOVER dependencies on IGF_AW_AWD_DIST_PLANS
12.1.1
-
APPS.IGF_AW_PACKAGING dependencies on IGF_AW_AWD_DIST_PLANS
12.1.1
-
APPS.IGF_AW_GEN dependencies on IGF_AW_AWD_DIST_PLANS
12.1.1
-
APPS.IGF_AW_GEN_003 dependencies on IGF_AW_AWD_DIST_PLANS
12.1.1
-
APPS.IGF_AW_GEN_005 dependencies on IGF_AW_AWD_DIST_PLANS
12.1.1
-
APPS.IGF_AW_GEN dependencies on IGF_AW_AWD_DIST_PLANS
12.1.1
-
APPS.IGF_AW_ROLLOVER dependencies on IGF_AW_AWD_DIST_PLANS
12.1.1
-
APPS.IGF_AW_AWD_DIST_PLANS_PKG SQL Statements
12.1.1
-
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_PACKAGING dependencies on IGF_AW_COA_ITM_TERMS
12.1.1
-
VIEW: APPS.IGF_AW_DP_TERMS_V
12.1.1
-
VIEW: APPS.IGF_AW_AWARD_LEVEL_HIST_V
12.1.1
-
VIEW: APPS.IGF_AW_AWD_DIST_PLANS_V
12.1.1
-
APPS.IGF_AW_PACKNG_SUBFNS dependencies on IGF_AW_DP_TERMS
12.1.1
-
VIEW: APPS.IGF_AW_AWD_FRML_DET_V
12.1.1
-
SYNONYM: APPS.IGF_AW_AWD_DIST_PLANS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_AWD_DIST_PLANS, status:VALID,
-
VIEW: APPS.IGFFV_STUDENT_AWARDS
12.1.1
-
VIEW: APPS.IGF_AW_TARGET_GRP_V
12.1.1
-
APPS.IGF_AW_GEN_003 dependencies on IGF_AW_AWD_PRD_TERM
12.1.1
-
TABLE: IGF.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,
-
APPS.IGF_AW_PACKNG_SUBFNS dependencies on IGF_AW_COA_TERM_TOT_V
12.1.1
-
Table: IGF_AW_DP_TERMS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Award Distribution Plan Term Setup , implementation_dba_data: Not implemented in this database ,
-
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_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 ,
-
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 ,
-
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_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 ,
-
PACKAGE BODY: APPS.IGF_AW_AWD_DIST_PLANS_PKG
12.1.1
-
APPS.IGF_AW_GEN_003 dependencies on IGF_AW_COA_TERM_TOT_V
12.1.1
-
Table: IGF_AW_TARGET_GRP_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores upper level constraints to be enforced on each grant , implementation_dba_data: Not implemented in this database ,
-
PACKAGE: APPS.IGF_AW_ROLLOVER
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AW_ROLLOVER, status:VALID,
-
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_AWD_DIST_PLANS_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Award Distribution Plan , implementation_dba_data: Not implemented in this database ,
-
PACKAGE: APPS.IGF_AW_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AW_GEN_003, status:VALID,
-
APPS.IGF_AW_GEN_003 dependencies on IGF_AW_DP_TEACH_PRDS
12.1.1
-
APPS.IGF_AW_GEN_003 dependencies on IGF_AW_DP_TERMS
12.1.1
-
Table: IGF_AW_AWD_FRML_DET_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores the detail sequence of funds that have to be applied for a given formula , implementation_dba_data: Not implemented in this database ,
-
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: IGF_AW_AWD_FRML_DET_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Shows the detail sequence of funds that have to be applied for a given formula , implementation_dba_data: Not implemented in this database ,