Search Results igw_report_budget_base_rate
Overview
The IGW_REPORT_BUDGET_BASE_RATE table is a core data repository within the Oracle E-Business Suite Grants Proposal (IGW) module. Its primary function is to store detailed information pertaining to the base amounts or direct costs associated with individual budget periods of a research proposal. This table is critical for the accurate calculation and reporting of proposal budgets, serving as a foundational element for financial planning and analysis during the pre-award phase. It enables the system to track cost breakdowns by budget period, which is essential for generating compliant budget reports and for subsequent integration with post-award grant management processes.
Key Information Stored
The table's structure is designed to uniquely identify and store cost data for each line item within a proposal's budget timeline. As defined by its primary key, the table is organized by a composite of BUDGET_PERIOD_ID, PROPOSAL_ID, and VERSION_ID. This ensures data integrity for each distinct budget period across different versions of a proposal. While the specific detail columns are not enumerated in the provided metadata, the table's description indicates it holds "Information on base amounts or direct costs." In practice, this typically includes columns for the monetary base amount, applicable rate codes or multipliers, calculated indirect costs, and potentially flags or categories linking the cost to specific budget line items or rate schedules within the IGW module.
Common Use Cases and Queries
This table is central to budget reporting and validation workflows. Common use cases include generating detailed budget period reports for proposal submission, performing variance analysis between different budget versions, and aggregating total direct costs for a proposal. A typical query pattern would join this table with its parent budget period table to extract a comprehensive budget breakdown. For example:
- Retrieving all base cost lines for a specific proposal and version to summarize period-by-period direct costs.
- Comparing base amounts across different VERSION_IDs for the same PROPOSAL_ID to analyze budget revisions.
- Feeding data into custom reports or external systems that require granular, period-specific budget details beyond the header-level information.
Related Objects
The IGW_REPORT_BUDGET_BASE_RATE table maintains a direct foreign key relationship with the IGW_BUDGET_PERIODS table, which is its primary parent. This relationship, enforced on the columns PROPOSAL_ID, VERSION_ID, and BUDGET_PERIOD_ID, ensures that every record in the base rate table corresponds to a valid, defined budget period. As a transactional table within the IGW schema, it is also intrinsically linked to the core proposal header tables (such as IGW_PROPOSALS) and is likely referenced by various Grants Proposal application program interfaces (APIs), seeded reports, and product-specific views that assemble budget information for user interfaces and reporting tools.
-
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 ,
-
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 ,
-
View: IGW_PRPO_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_PRPO_HEADERS_V, object_name:IGW_PRPO_HEADERS_V, status:VALID, product: IGW - Grants Proposal , description: View displays core proposal information , implementation_dba_data: APPS.IGW_PRPO_HEADERS_V ,