Search Results dist_plan_method_code
Overview
The IGF_AW_AWD_DIST_PLANS table is a core setup entity within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 Integrated Student Financial Aid (ISF) module. It functions as the master repository for defining and storing award distribution plans. A distribution plan dictates the methodology and timing for disbursing financial aid funds to students across the terms of an academic award year. This table is critical for configuring how awards are paid out, ensuring compliance with institutional and regulatory disbursement schedules. Its data is referenced throughout the award packaging and disbursement processes.
Key Information Stored
The table's structure captures the plan's definition, its active status, and its association with an academic calendar. The primary columns include the system-generated primary key ADPLANS_ID and the user-defined AWD_DIST_PLAN_CD, which serves as the unique business identifier for the plan. The AWD_DIST_PLAN_CD_DESC provides a descriptive name. The plan's validity is controlled by the ACTIVE_FLAG. Crucially, the table links the plan to a specific award year via the CAL_TYPE and SEQUENCE_NUMBER columns, which reference the academic calendar instance. The DIST_PLAN_METHOD_CODE specifies the core disbursement logic or method employed by the plan. Standard WHO columns track creation and modification history.
Common Use Cases and Queries
A primary use case is the administration of distribution plans via the corresponding EBS form, where plans are created, updated, or inactivated. Reporting and validation SQL often center on retrieving active plans for a given award year or troubleshooting award packaging issues. A common query pattern involves joining to calendar tables and filtering on the active flag.
- To list all active distribution plans for a specific award year calendar:
SELECT AWD_DIST_PLAN_CD, AWD_DIST_PLAN_CD_DESC, DIST_PLAN_METHOD_CODE FROM IGF_AW_AWD_DIST_PLANS WHERE CAL_TYPE = '&CAL_TYPE' AND SEQUENCE_NUMBER = &SEQ_NUM AND ACTIVE_FLAG = 'Y'; - To find all awards using a specific distribution plan code (joining to the award table):
SELECT awd.AWARD_ID FROM IGF_AW_AWARD_ALL awd, IGF_AW_AWD_DIST_PLANS plan WHERE awd.ADPLANS_ID = plan.ADPLANS_ID AND plan.AWD_DIST_PLAN_CD = '&PLAN_CODE';
Related Objects
The IGF_AW_AWD_DIST_PLANS table sits at the center of a key relationship hierarchy in ISF. It is referenced by multiple transactional and setup tables via its primary key (ADPLANS_ID), establishing it as a parent record. The documented foreign key relationships are:
- IGF_AW_AWARD_ALL.ADPLANS_ID: Links the distribution plan to individual financial aid awards.
- IGF_AW_AWARD_LEVEL_HIST.OLD_ADPLANS_ID / NEW_ADPLANS_ID: Tracks historical changes to the plan assigned to an award.
- IGF_AW_AWD_FRML_DET_ALL.ADPLANS_ID: Associates the plan with details of award packaging formulas.
- IGF_AW_DP_TERMS.ADPLANS_ID: Defines the specific terms and disbursement amounts within the plan.
- IGF_AW_TARGET_GRP_ALL.ADPLANS_ID: Assigns the plan to target groups for packaging.
Furthermore, the table itself references the academic calendar via IGS_CA_INST_ALL on the CAL_TYPE and SEQUENCE_NUMBER columns.
-
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,
-
VIEW: APPS.IGFFV_STUDENT_AWARDS
12.1.1
-
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 ,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
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_DP_TERMS_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Award Distribution Plan Terms , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
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_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 ,
-
View: IGFFV_STUDENT_AWARDS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds the information about the Awards given to students , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
APPS.IGF_AW_AWD_DIST_PLANS_PKG SQL Statements
12.1.1
-
View: IGF_AW_TARGET_GRP_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Target group master , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
View: IGF_AW_AWARD_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Shows award details , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
APPS.IGF_AW_AWD_DIST_PLANS_PKG dependencies on IGF_AW_AWD_DIST_PLANS
12.1.1
-
PACKAGE BODY: APPS.IGF_AW_AWD_DIST_PLANS_PKG
12.1.1
-
APPS.IGF_AW_PACKAGING dependencies on IGF_AW_AWD_DIST_PLANS
12.1.1
-
APPS.IGF_AW_PACKAGING SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_AW_GEN_003
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
PACKAGE BODY: APPS.IGF_AW_PACKAGING
12.1.1