Search Results igw_budget_details
Overview
The IGW_BUDGET_DETAILS table is a core data object within the Oracle E-Business Suite (EBS) Grants Proposal module (IGW). It functions as the detailed transactional ledger for individual budget line items within a specific budget period of a grant proposal. Each record represents a distinct cost element, such as personnel, equipment, or travel, planned for a given period. The table's primary role is to store the granular financial planning data that constitutes the budget for a research grant or sponsored project proposal, enabling detailed cost justification, internal review, and submission to funding agencies. Its integrity is maintained through foreign key relationships to master data tables for periods, expenditure types, and projects.
Key Information Stored
The table's structure is designed to capture detailed budgetary information. The primary key, LINE_ITEM_ID, uniquely identifies each budget line. Critical foreign key columns link the detail line to its parent context: PROPOSAL_ID, VERSION_ID, and BUDGET_PERIOD_ID connect it to the IGW_BUDGET_PERIODS table, defining which proposal version and period the cost belongs to. The EXPENDITURE_TYPE column references both the IGW_EXPENDITURE_TYPES and IGW_EXPENDITURE_CATEGORIES tables, classifying the nature of the cost. For proposals tied to Oracle Projects, the PROJECT_ID and TASK_ID columns link to PA_PROJECTS_ALL and PA_TASKS, respectively, enabling project-based budgeting. Other essential columns typically include quantities, rates, calculated amounts (direct costs, indirect costs, total), and descriptive text for the line item.
Common Use Cases and Queries
This table is central to budget-related reporting and data validation within the Grants Proposal lifecycle. Common use cases include generating detailed budget reports for principal investigators and sponsors, performing budget-versus-actuals analysis once a proposal becomes an award, and validating budget totals during proposal submission. A typical query might aggregate costs by expenditure category for a specific proposal version:
- SELECT EXPENDITURE_TYPE, SUM(TOTAL_AMOUNT) FROM IGW_BUDGET_DETAILS WHERE PROPOSAL_ID = :1 AND VERSION_ID = :2 GROUP BY EXPENDITURE_TYPE;
Another frequent pattern is joining to IGW_BUDGET_PERIODS to analyze costs across all periods of a proposal, or joining to IGW_EXPENDITURE_CATEGORIES for categorized summaries. Data integrity checks often involve verifying that the sum of detail lines matches the period totals stored in parent tables.
Related Objects
The IGW_BUDGET_DETAILS table sits within a network of related objects, primarily as a child table. Its immediate parent is IGW_BUDGET_PERIODS, which defines the budget periods for a proposal. It is a parent table to IGW_BUDGET_PERSONNEL_DETAILS, which holds further granularity for personnel-specific budget lines. Key referenced master data tables include IGW_EXPENDITURE_TYPES and IGW_EXPENDITURE_CATEGORIES for cost classification, and PA_PROJECTS_ALL and PA_TASKS for project integration. In operational workflows, data is typically created, modified, or retrieved through the module's dedicated APIs and forms, rather than via direct SQL manipulation, to maintain business rule integrity.
-
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
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Details for a budget period , implementation_dba_data: Not implemented in this database ,
-
APPS.IGW_BUDGET_DETAILS_TBH dependencies on IGW_BUDGET_DETAILS
12.1.1
-
APPS.IGW_BUDGETS_PVT dependencies on IGW_BUDGET_DETAILS
12.1.1
-
APPS.IGW_GENERATE_PERIODS dependencies on IGW_BUDGET_DETAILS
12.1.1
-
APPS.IGW_PROP_APPROVALS_PVT dependencies on IGW_BUDGET_DETAILS
12.1.1
-
APPS.IGW_BUDGET_PERIODS_PVT dependencies on IGW_BUDGET_DETAILS
12.1.1
-
APPS.IGW_GENERATE_PERIODS dependencies on IGW_BUDGET_DETAILS
12.1.1
-
APPS.IGW_PROPOSAL_APPROVAL dependencies on IGW_BUDGET_DETAILS
12.1.1
-
APPS.IGW_BUDGET_DETAILS_OH_PVT dependencies on IGW_BUDGET_DETAILS
12.1.1
-
APPS.IGW_BUDGET_OPERATIONS dependencies on IGW_BUDGET_DETAILS
12.1.1
-
VIEW: APPS.IGW_EXPENDITURE_TYPE_SUM_V
12.1.1
-
View: IGW_EXPENDITURE_TYPE_SUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_EXPENDITURE_TYPE_SUM_V, object_name:IGW_EXPENDITURE_TYPE_SUM_V, status:VALID, product: IGW - Grants Proposal , description: 10SC Only , implementation_dba_data: APPS.IGW_EXPENDITURE_TYPE_SUM_V ,
-
View: IGW_EXPENDITURE_TYPE_SUM_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: 10SC Only , implementation_dba_data: Not implemented in this database ,
-
APPS.IGW_BUDGET_DETAILS_TBH SQL Statements
12.1.1
-
APPS.IGW_GENERATE_PERIODS SQL Statements
12.1.1
-
VIEW: APPS.IGW_BUDGET_COMPLETE_V
12.1.1
-
APPS.IGW_BUDGET_OPERATIONS dependencies on IGW_BUDGET_EXPENDITURES_V
12.1.1
-
APPS.IGW_GENERATE_PERIODS dependencies on IGW_BUDGET_EXPENDITURES_V
12.1.1
-
VIEW: APPS.IGW_BUDGET_LINE_CATEGORY_V
12.1.1
-
APPS.IGW_GENERATE_PERIODS dependencies on IGW_BUDGET_PERSONNEL_DETAILS
12.1.1
-
VIEW: APPS.IGW_BUDGET_DETAILS_V
12.1.1
-
APPS.IGW_GENERATE_PERIODS dependencies on IGW_BUDGET_PERSONNEL_CAL_AMTS
12.1.1
-
PACKAGE BODY: APPS.IGW_BUDGET_DETAILS_TBH
12.1.1
-
SYNONYM: APPS.IGW_BUDGET_DETAILS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGW_BUDGET_DETAILS, status:VALID,
-
VIEW: APPS.IGWBV_GRANT_PROPOSAL_BDGT_LINE
12.1.1
-
APPS.IGW_BUDGETS_PVT dependencies on IGW_BUDGET_PERIODS
12.1.1
-
VIEW: APPS.IGWFV_GRANT_PROPOSAL_BDGT_LINE
12.1.1
-
APPS.IGW_PROP_APPROVALS_PVT dependencies on IGW_BUDGET_PERIODS
12.1.1
-
Table: IGW_EXPENDITURE_TYPES
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_EXPENDITURE_TYPES, object_name:IGW_EXPENDITURE_TYPES, status:VALID, product: IGW - Grants Proposal , description: Expenditure types used for budgeting purposes , implementation_dba_data: IGW.IGW_EXPENDITURE_TYPES ,
-
Table: IGW_BUDGET_PERSONNEL_DETAILS
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Personnel detail attached to a budget line , implementation_dba_data: Not implemented in this database ,
-
Table: IGW_EXPENDITURE_CATEGORIES
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Expenditure categories used for budgeting purposes , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGW.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,
-
Table: IGW_EXPENDITURE_CATEGORIES
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_EXPENDITURE_CATEGORIES, object_name:IGW_EXPENDITURE_CATEGORIES, status:VALID, product: IGW - Grants Proposal , description: Expenditure categories used for budgeting purposes , implementation_dba_data: IGW.IGW_EXPENDITURE_CATEGORIES ,
-
APPS.IGW_BUDGET_OPERATIONS SQL Statements
12.1.1
-
APPS.IGW_GENERATE_PERIODS dependencies on IGW_BUDGET_DETAILS_CAL_AMTS
12.1.1
-
Table: IGW_BUDGET_PERSONNEL_DETAILS
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_BUDGET_PERSONNEL_DETAILS, object_name:IGW_BUDGET_PERSONNEL_DETAILS, status:VALID, product: IGW - Grants Proposal , description: Personnel detail attached to a budget line , implementation_dba_data: IGW.IGW_BUDGET_PERSONNEL_DETAILS ,
-
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: APPS.IGW_PRPO_CATEGORY_AMTS_V
12.1.1
-
VIEW: APPS.IGW_BUDGET_MATRIX_V
12.1.1
-
APPS.IGW_PROPOSAL_APPROVAL dependencies on IGW_BUDGET_PERIODS
12.1.1
-
PACKAGE: APPS.IGW_GENERATE_PERIODS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGW_GENERATE_PERIODS, status:VALID,
-
PACKAGE BODY: APPS.IGW_BUDGET_DETAILS_OH_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_BUDGET_DETAILS_OH_PVT, status:VALID,
-
View: IGW_BUDGET_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_BUDGET_DETAILS_V, object_name:IGW_BUDGET_DETAILS_V, status:VALID, product: IGW - Grants Proposal , description: 10SC Only , implementation_dba_data: APPS.IGW_BUDGET_DETAILS_V ,
-
PACKAGE BODY: APPS.IGW_BUDGET_DETAILS_TBH
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_BUDGET_DETAILS_TBH, status:VALID,
-
Table: IGW_EXPENDITURE_TYPES
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Expenditure types used for budgeting purposes , implementation_dba_data: Not implemented in this database ,
-
View: IGW_BUDGET_DETAILS_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: 10SC Only , implementation_dba_data: Not implemented in this database ,
-
View: IGW_BUDGET_COMPLETE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_BUDGET_COMPLETE_V, object_name:IGW_BUDGET_COMPLETE_V, status:VALID, product: IGW - Grants Proposal , description: View to display overhead amounts and employee benefit amounts for budget lines , implementation_dba_data: APPS.IGW_BUDGET_COMPLETE_V ,
-
12.1.1 FND Design Data
12.1.1
-
View: IGW_BUDGET_LINE_CATEGORY_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: View to display expenditure type, its budget category and line item cost for budget lines , implementation_dba_data: Not implemented in this database ,