Search Results igw_budget_periods
Overview
The IGW_BUDGET_PERIODS table is a core data object within the Oracle E-Business Suite Grants Proposal (IGW) module. It serves as the master repository for defining and storing the distinct time-based phases, or periods, within a budget version for a grant proposal. Each row in this table represents a specific chronological segment (e.g., Year 1, Year 2, or a custom date range) for which detailed cost calculations and allocations are planned. Its primary role is to provide the structural framework that enables the breakdown of a proposal's total budget into manageable, time-bound components, which is a fundamental requirement for sponsor reporting, financial planning, and award management.
Key Information Stored
The table's structure is anchored by a composite primary key that uniquely identifies each budget period within the context of a specific proposal and budget version. The critical columns include PROPOSAL_ID, which links to the master proposal; VERSION_ID, identifying the specific budget iteration; and BUDGET_PERIOD_ID, the unique identifier for the period itself. While the provided metadata does not list all columns, typical attributes stored would include the period's start and end dates, a sequence number, a descriptive name (e.g., "Performance Period 1"), and status indicators. This design ensures that all detailed line-item costs stored in related tables are explicitly associated with a defined budgetary timeframe.
Common Use Cases and Queries
This table is central to any process involving the analysis or reporting of time-phased proposal budgets. Common use cases include generating period-by-period budget summaries, comparing costs across different budget versions, and extracting data for sponsor-required financial reports. A typical query would join IGW_BUDGET_PERIODS to the main IGW_BUDGETS table and to detail tables to aggregate costs. For example, to list all periods for a proposal, one might use:
- SELECT budget_period_id, period_name, start_date, end_date FROM igw_budget_periods WHERE proposal_id = :p_prop_id AND version_id = :p_ver_id ORDER BY sequence_num;
Another critical pattern is validating period coverage, ensuring the total date range of all periods aligns with the proposal's performance timeline.
Related Objects
As indicated by the foreign key relationships, IGW_BUDGET_PERIODS is a pivotal hub within the Grants Proposal schema. Its primary parent table is IGW_BUDGETS, which establishes the core budget header. It has several key child tables that store period-specific details, most importantly IGW_BUDGET_DETAILS and IGW_BUDGET_DETAILS_CAL_AMTS, which hold the calculated monetary amounts for each budget line item within a period. The relationship with IGW_REPORT_BUDGET_BASE_RATE further links periods to reporting and indirect cost rate calculations. Understanding these relationships is essential for constructing accurate reports or developing custom integrations that traverse the proposal budgeting hierarchy.
-
Table: IGW_BUDGET_PERIODS
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_BUDGET_PERIODS, object_name:IGW_BUDGET_PERIODS, status:VALID, product: IGW - Grants Proposal , description: Information on budget periods for a budget version , implementation_dba_data: IGW.IGW_BUDGET_PERIODS ,
-
Table: IGW_BUDGET_PERIODS
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Information on budget periods for a budget version , implementation_dba_data: Not implemented in this database ,
-
APPS.IGW_BUDGETS_PVT dependencies on IGW_BUDGET_PERIODS
12.1.1
-
APPS.IGW_PROP_APPROVALS_PVT dependencies on IGW_BUDGET_PERIODS
12.1.1
-
APPS.IGW_BUDGET_PERIODS_TBH dependencies on IGW_BUDGET_PERIODS
12.1.1
-
APPS.IGW_GENERATE_PERIODS dependencies on IGW_BUDGET_PERIODS
12.1.1
-
APPS.IGW_BUDGET_PERIODS_PVT dependencies on IGW_BUDGET_PERIODS
12.1.1
-
APPS.IGW_REPORT_PROCESSING dependencies on IGW_BUDGET_PERIODS
12.1.1
-
APPS.IGW_GENERATE_PERIODS dependencies on IGW_BUDGET_PERIODS
12.1.1
-
APPS.IGW_PROP_COSTS dependencies on IGW_BUDGET_PERIODS
12.1.1
-
APPS.IGW_BUDGET_OPERATIONS dependencies on IGW_BUDGET_PERIODS
12.1.1
-
APPS.IGW_PROPOSAL_APPROVAL dependencies on IGW_BUDGET_PERIODS
12.1.1
-
APPS.IGW_BUDGET_PERIODS_TBH SQL Statements
12.1.1
-
VIEW: APPS.IGW_BUDGET_COSTS_V
12.1.1
-
VIEW: APPS.IGW_PRPO_CATEGORY_AMTS_V
12.1.1
-
APPS.IGW_BUDGET_PERIODS_PVT SQL Statements
12.1.1
-
VIEW: APPS.IGW_BUDGET_PERIODS_V
12.1.1
-
APPS.IGW_PROP_COSTS dependencies on IGW_BUDGETS
12.1.1
-
VIEW: APPS.IGWBV_GRNT_PRPSL_BUDGT_PERIOD
12.1.1
-
VIEW: APPS.IGWFV_GRNT_PRPSL_BUDGT_PERIOD
12.1.1
-
APPS.IGW_GENERATE_PERIODS SQL Statements
12.1.1
-
SYNONYM: APPS.IGW_BUDGET_PERIODS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGW_BUDGET_PERIODS, status:VALID,
-
APPS.IGW_BUDGETS_PVT dependencies on IGW_BUDGET_INTEGRATION
12.1.1
-
PACKAGE BODY: APPS.IGW_BUDGET_PERIODS_TBH
12.1.1
-
Table: IGW_REPORT_BUDGET_BASE_RATE
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_REPORT_BUDGET_BASE_RATE, object_name:IGW_REPORT_BUDGET_BASE_RATE, status:VALID, product: IGW - Grants Proposal , description: Information on base amounts or direct costs for proposal budget periods , implementation_dba_data: IGW.IGW_REPORT_BUDGET_BASE_RATE ,
-
View: IGW_PRPO_CATEGORY_AMTS_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: View displays summary information about budget lines grouped by sponsor budget hierarchy , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGW.IGW_BUDGET_PERIODS
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_BUDGET_PERIODS, object_name:IGW_BUDGET_PERIODS, status:VALID,
-
APPS.IGW_BUDGETS_PVT dependencies on IGW_BUDGET_DETAILS
12.1.1
-
APPS.IGW_BUDGETS_PVT dependencies on IGW_BUDGETS
12.1.1
-
View: IGWBV_GRNT_PRPSL_BUDGT_PERIOD
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWBV_GRNT_PRPSL_BUDGT_PERIOD, object_name:IGWBV_GRNT_PRPSL_BUDGT_PERIOD, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGWBV_GRNT_PRPSL_BUDGT_PERIOD ,
-
View: IGW_PRPO_CATEGORY_AMTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_PRPO_CATEGORY_AMTS_V, object_name:IGW_PRPO_CATEGORY_AMTS_V, status:VALID, product: IGW - Grants Proposal , description: View displays summary information about budget lines grouped by sponsor budget hierarchy , implementation_dba_data: APPS.IGW_PRPO_CATEGORY_AMTS_V ,
-
View: IGWBV_GRNT_PRPSL_BUDGT_PERIOD
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.IGWFV_GRANT_PROPOSAL_BDGT_LINE
12.1.1
-
APPS.IGW_PROPOSAL_APPROVAL dependencies on IGW_BUDGET_DETAILS
12.1.1
-
APPS.IGW_BUDGET_OPERATIONS SQL Statements
12.1.1
-
APPS.IGW_BUDGET_OPERATIONS dependencies on IGW_RATE_CLASSES
12.1.1
-
Table: IGW_BUDGET_DETAILS
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Details for a budget period , implementation_dba_data: Not implemented in this database ,
-
Table: IGW_BUDGET_DETAILS_CAL_AMTS
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_BUDGET_DETAILS_CAL_AMTS, object_name:IGW_BUDGET_DETAILS_CAL_AMTS, status:VALID, product: IGW - Grants Proposal , description: Overhead and employee benefit amounts for a budget line , implementation_dba_data: IGW.IGW_BUDGET_DETAILS_CAL_AMTS ,
-
APPS.IGW_PROP_APPROVALS_PVT dependencies on IGW_BUDGET_DETAILS
12.1.1
-
APPS.IGW_BUDGETS_PVT dependencies on IGW_PROP_RATES
12.1.1
-
View: IGW_BUDGET_PERIODS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_BUDGET_PERIODS_V, object_name:IGW_BUDGET_PERIODS_V, status:VALID, product: IGW - Grants Proposal , description: 10SC Only , implementation_dba_data: APPS.IGW_BUDGET_PERIODS_V ,
-
View: IGW_BUDGET_PERIODS_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: 10SC Only , implementation_dba_data: Not implemented in this database ,
-
Table: IGW_REPORT_BUDGET_BASE_RATE
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Information on base amounts or direct costs for proposal budget periods , implementation_dba_data: Not implemented in this database ,
-
APPS.IGW_PROP_COSTS SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGW_PROP_COSTS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_PROP_COSTS, status:VALID,
-
Table: IGW_BUDGETS
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Information about budget versions , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGW_BUDGET_PERIODS_TBH
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_BUDGET_PERIODS_TBH, status:VALID,
-
Table: IGW_BUDGET_DETAILS
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_BUDGET_DETAILS, object_name:IGW_BUDGET_DETAILS, status:VALID, product: IGW - Grants Proposal , description: Details for a budget period , implementation_dba_data: IGW.IGW_BUDGET_DETAILS ,
-
Table: IGW_BUDGET_DETAILS_CAL_AMTS
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Overhead and employee benefit amounts for a budget line , implementation_dba_data: Not implemented in this database ,