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 ,
-
Table: IGW_BUDGETS
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Information about budget versions , implementation_dba_data: Not implemented in this database ,
-
APPS.IGW_BUDGETS_TBH dependencies on IGW_BUDGETS
12.1.1
-
APPS.IGW_EDI_PROCESSING dependencies on IGW_BUDGETS
12.1.1
-
APPS.IGW_BUDGETS_PKG dependencies on IGW_BUDGETS
12.1.1
-
APPS.IGW_PROP_CHECKLIST_PVT dependencies on IGW_BUDGETS
12.1.1
-
APPS.IGW_BUDGETS_PVT dependencies on IGW_BUDGETS
12.1.1
-
APPS.IGW_BUDGET_OPERATIONS dependencies on IGW_BUDGETS
12.1.1
-
APPS.IGW_PROP_APPROVALS_PVT dependencies on IGW_BUDGETS
12.1.1
-
APPS.IGW_PROPOSAL_APPROVAL dependencies on IGW_BUDGETS
12.1.1
-
APPS.IGW_BUDGETS_PUB dependencies on IGW_BUDGETS
12.1.1
-
APPS.IGW_GENERATE_PERIODS dependencies on IGW_BUDGETS
12.1.1
-
APPS.IGW_PROP_COSTS dependencies on IGW_BUDGETS
12.1.1
-
APPS.IGW_REPORT_PROCESSING dependencies on IGW_BUDGETS
12.1.1
-
APPS.IGW_BUDGET_PERIODS_PVT dependencies on IGW_BUDGETS
12.1.1
-
VIEW: APPS.IGW_BUDGETS_DFV
12.1.1
-
APPS.IGW_BUDGETS_TBH SQL Statements
12.1.1
-
APPS.IGW_BUDGETS_PVT dependencies on IGW_BUDGET_PERIODS
12.1.1
-
APPS.IGW_BUDGETS_PKG dependencies on FND_GLOBAL
12.1.1
-
VIEW: APPS.IGW_PRPO_CATEGORY_AMTS_V
12.1.1
-
APPS.IGW_PROP_COSTS dependencies on IGW_BUDGET_PERIODS
12.1.1
-
VIEW: APPS.IGW_BUDGET_COSTS_V
12.1.1
-
SYNONYM: APPS.IGW_BUDGETS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGW_BUDGETS, status:VALID,
-
APPS.IGW_PROP_COSTS SQL Statements
12.1.1
-
VIEW: APPS.IGWBV_GRANT_PRPSL_BDGT_VERSION
12.1.1
-
VIEW: APPS.IGW_TRANSFERABLE_BUDGETS_V
12.1.1
-
VIEW: APPS.IGWFV_GRANT_PRPSL_BDGT_VERSION
12.1.1
-
APPS.IGW_BUDGETS_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGW_BUDGETS_V
12.1.1
-
APPS.IGW_BUDGETS_PVT dependencies on IGW_BUDGET_INTEGRATION
12.1.1
-
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 ,
-
APPS.IGW_BUDGETS_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGW_PROP_COSTS
12.1.1
-
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 ,
-
VIEW: APPS.IGW_REPORT_BUDGET_PERSONNEL_V
12.1.1
-
View: IGW_PRPO_PERSON_DETAILS_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: View displays details about personnel included in budget lines , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
APPS.IGW_PROPOSAL_APPROVAL dependencies on IGW_BUDGET_DETAILS
12.1.1
-
Table: IGW_PROP_RATES
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Information about overriding rates for a budget version , implementation_dba_data: Not implemented in this database ,
-
Table: IGW_RATE_CLASSES
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Information about rate classes , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGW_PROPOSALS_V
12.1.1
-
PACKAGE BODY: APPS.IGW_BUDGETS_TBH
12.1.1
-
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 ,
-
APPS.IGW_PROPOSAL_APPROVAL dependencies on IGW_PROP_RATES
12.1.1
-
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 ,
-
APPS.IGW_PROP_APPROVALS_PVT dependencies on IGW_BUDGET_DETAILS
12.1.1
-
APPS.IGW_PROPOSAL_APPROVAL dependencies on IGW_BUDGET_PERIODS
12.1.1
-
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 ,
-
APPS.IGW_PROP_APPROVALS_PVT dependencies on IGW_BUDGET_PERIODS
12.1.1