Search Results igw_budgets
Overview
The IGW_BUDGETS table is a core data object within the Oracle E-Business Suite (EBS) Grants Proposal module (IGW). It serves as the central repository for storing and managing budget versions associated with research proposals. A budget version represents a specific financial plan or costing scenario for a proposal, allowing organizations to create, compare, and revise different budgetary forecasts. This table is fundamental to the proposal lifecycle, enabling detailed financial planning and compliance tracking for grant applications. Its integrity is maintained through a primary key constraint and it acts as a parent table for several other critical budget-related entities.
Key Information Stored
The table's structure is designed to uniquely identify and describe each budget version for a proposal. The primary key is a composite of PROPOSAL_ID and VERSION_ID, ensuring that multiple budget iterations can be maintained for a single proposal. While the provided metadata does not list all columns, the foreign key relationships indicate the presence of critical columns such as OH_RATE_CLASS_ID, which links to the IGW_RATE_CLASSES table to define the overhead (indirect cost) rate class applicable to the budget. Other typical columns in such a table, inferred from its purpose, would include data like budget status, total calculated amounts, currency, creation date, and descriptive information about the version's purpose (e.g., "Original," "Revised," "Final").
Common Use Cases and Queries
This table is central to financial reporting and analysis for proposals. Common operational and reporting scenarios include listing all budget versions for a specific proposal to track revisions, calculating total proposal costs across active budgets, and extracting budget data for integration with financial systems. A typical query would join IGW_BUDGETS with IGW_PROPOSALS_ALL to get proposal details. For example:
SELECT p.proposal_number, b.version_id, b.creation_date FROM igw_proposals_all p, igw_budgets b WHERE p.proposal_id = b.proposal_id ORDER BY p.proposal_number, b.version_id;
Another critical use case is cascading updates or validations; since the table is a parent to detailed budget period and person tables, any process that creates or modifies a budget header in IGW_BUDGETS will typically involve corresponding transactions in its child tables.
Related Objects
The IGW_BUDGETS table has defined relationships with several other tables in the IGW schema, forming the core of the budget data model. As documented in the metadata:
- Parent Table: IGW_PROPOSALS_ALL, joined via PROPOSAL_ID. This links every budget to its master proposal.
- Parent Table: IGW_RATE_CLASSES, joined via OH_RATE_CLASS_ID. This links the budget to its applicable overhead rate class.
- Child Tables (referencing IGW_BUDGETS):
- IGW_BUDGET_PERIODS (via PROPOSAL_ID, VERSION_ID)
- IGW_BUDGET_PERSONS (via PROPOSAL_ID, VERSION_ID)
- IGW_PROP_RATES (via PROPOSAL_ID, VERSION_ID)
-
Table: IGW_BUDGETS
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_BUDGETS, object_name:IGW_BUDGETS, status:VALID, product: IGW - Grants Proposal , description: Information about budget versions , implementation_dba_data: IGW.IGW_BUDGETS ,
-
View: IGW_PRPO_PERSON_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_PRPO_PERSON_DETAILS_V, object_name:IGW_PRPO_PERSON_DETAILS_V, status:VALID, product: IGW - Grants Proposal , description: View displays details about personnel included in budget lines , implementation_dba_data: APPS.IGW_PRPO_PERSON_DETAILS_V ,
-
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 ,
-
Table: IGW_PROP_RATES
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_PROP_RATES, object_name:IGW_PROP_RATES, status:VALID, product: IGW - Grants Proposal , description: Information about overriding rates for a budget version , implementation_dba_data: IGW.IGW_PROP_RATES ,
-
View: IGW_TRANSFERABLE_BUDGETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_TRANSFERABLE_BUDGETS_V, object_name:IGW_TRANSFERABLE_BUDGETS_V, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGW_TRANSFERABLE_BUDGETS_V ,
-
Table: IGW_RATE_CLASSES
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_RATE_CLASSES, object_name:IGW_RATE_CLASSES, status:VALID, product: IGW - Grants Proposal , description: Information about rate classes , implementation_dba_data: IGW.IGW_RATE_CLASSES ,
-
Table: IGW_BUDGET_PERSONS
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_BUDGET_PERSONS, object_name:IGW_BUDGET_PERSONS, status:VALID, product: IGW - Grants Proposal , description: Budgeting information about personnel , implementation_dba_data: IGW.IGW_BUDGET_PERSONS ,
-
View: IGWBV_GRANT_PRPSL_BDGT_VERSION
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWBV_GRANT_PRPSL_BDGT_VERSION, object_name:IGWBV_GRANT_PRPSL_BDGT_VERSION, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGWBV_GRANT_PRPSL_BDGT_VERSION ,
-
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_BUDGET_COSTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_BUDGET_COSTS_V, object_name:IGW_BUDGET_COSTS_V, status:VALID, product: IGW - Grants Proposal , description: View displays direct cost and total cost of the budget , implementation_dba_data: APPS.IGW_BUDGET_COSTS_V ,
-
View: IGWFV_GRANT_PRPSL_BDGT_VERSION
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWFV_GRANT_PRPSL_BDGT_VERSION, object_name:IGWFV_GRANT_PRPSL_BDGT_VERSION, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGWFV_GRANT_PRPSL_BDGT_VERSION ,
-
Table: IGW_PROPOSALS_ALL
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_PROPOSALS_ALL, object_name:IGW_PROPOSALS_ALL, status:VALID, product: IGW - Grants Proposal , description: Core information about proposals , implementation_dba_data: IGW.IGW_PROPOSALS_ALL ,
-
View: IGW_BUDGETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_BUDGETS_V, object_name:IGW_BUDGETS_V, status:VALID, product: IGW - Grants Proposal , description: 10SC Only , implementation_dba_data: APPS.IGW_BUDGETS_V ,
-
View: IGW_PRPO_ROLES_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_PRPO_ROLES_DETAILS_V, object_name:IGW_PRPO_ROLES_DETAILS_V, status:VALID, product: IGW - Grants Proposal , description: View displays summary information about personnel included in budget lines , implementation_dba_data: APPS.IGW_PRPO_ROLES_DETAILS_V ,
-
View: IGW_REPORT_BUDGET_PERSONNEL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_REPORT_BUDGET_PERSONNEL_V, object_name:IGW_REPORT_BUDGET_PERSONNEL_V, status:VALID, product: IGW - Grants Proposal , description: View to display personnel and their information for the first budget period , implementation_dba_data: APPS.IGW_REPORT_BUDGET_PERSONNEL_V ,
-
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 ,