Search Results line_item_description
Overview
The view APPS.IGW_BUDGET_DETAILS_V is a reporting and integration access point for budget line-item data maintained within the Oracle E-Business Suite Grants and Proposals (IGW) schema. It exposes the detail records that describe individual budget lines associated with a proposal version, budget period, and line item, providing budget category classification, cost components, cost-sharing, underrecovery, and inflation treatment. In the context of EBS 12.1.1 and 12.2.2, this view serves as the primary read interface through which budget detail information is surfaced for inquiry, reporting, and downstream downstream processing of proposal budgets, including integration into project and award costing structures.
The view is particularly relevant to users searching for the APPLY_INFLATION_FLAG attribute, since that column is one of the key budget-line attributes exposed. The flag indicates whether inflation escalation is applied to the line item during budget calculation, and it is used in conjunction with the line item cost and related amount columns to determine the escalated versus base budget value.
Underlying Base Objects
Per the documented metadata, the view is defined over a single base object: the table IGW_BUDGET_DETAILS. The view is a direct projection, selecting all listed columns from that table without documented joins, aggregations, or filters to additional objects. No other referenced base objects are documented for this view in the ETRM 12.2.2 metadata.
Because the view selects directly from IGW_BUDGET_DETAILS without a restricting WHERE clause, it returns the same row population as the underlying table. This makes the view row-equivalent to the base table at the detail level, with the view serving as a stable, named interface over the physical table. Applications and reports that consume this view therefore inherit the full detail set of budget lines recorded for each proposal version and budget period.
Key Columns
PROPOSAL_ID,VERSION_ID,BUDGET_PERIOD_ID,LINE_ITEM_ID— the identifying hierarchy for a budget detail row, linking the line to its proposal, version, budget period, and line item.EXPENDITURE_TYPE,BUDGET_CATEGORY_CODE,EXPENDITURE_CATEGORY_FLAG— classification attributes that determine how the line is categorized for budgeting and expenditure treatment.LINE_ITEM_DESCRIPTION,BUDGET_JUSTIFICATION— descriptive and narrative text for the line item.BASED_ON_LINE_ITEM— references the source or template line item from which this line was derived.LINE_ITEM_COST,COST_SHARING_AMOUNT,UNDERRECOVERY_AMOUNT— the monetary components of the budget line, covering the base cost, cost-sharing contribution, and underrecovery amount.APPLY_INFLATION_FLAG— indicates whether inflation escalation is applied to this line item; central to inflation-adjusted budget calculations.LOCATION_CODE— location associated with the budget line.PROJECT_ID,TASK_ID,AWARD_ID— links to the project, task, and award structures to which the budget line relates.LAST_UPDATE_DATE,LAST_UPDATED_BY,CREATION_DATE,CREATED_BY,LAST_UPDATE_LOGIN— standard audit columns recording creation and modification metadata.
Common Use Cases and Queries
Typical uses include retrieving budget details for a proposal version, analyzing inflation-applied lines, and reconciling cost-sharing and underrecovery amounts. A representative query filters by proposal and version and inspects the inflation flag:
SELECT proposal_id, version_id, line_item_id, expenditure_type, line_item_cost, apply_inflation_flag FROM apps.igw_budget_details_v WHERE proposal_id = :p_proposal_id AND version_id = :p_version_id;SELECT line_item_id, line_item_cost, apply_inflation_flag FROM apps.igw_budget_details_v WHERE apply_inflation_flag = 'Y' AND budget_period_id = :p_period_id;SELECT project_id, task_id, award_id, SUM(line_item_cost) FROM apps.igw_budget_details_v GROUP BY project_id, task_id, award_id;
These queries support budget review, inflation impact analysis, and integration of budget line data into project costing and award management processes.
-
VIEW: APPS.IGW_BUDGET_DETAILS_V
12.1.1
-
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 ,
-
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: EC.ECE_PO_INTERFACE_LINES#
12.2.2
-
VIEW: APPS.IGWBV_GRANT_PROPOSAL_BDGT_LINE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWBV_GRANT_PROPOSAL_BDGT_LINE, object_name:IGWBV_GRANT_PROPOSAL_BDGT_LINE, status:VALID,
-
VIEW: APPS.IGW_BUDGET_LINE_CATEGORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_BUDGET_LINE_CATEGORY_V, object_name:IGW_BUDGET_LINE_CATEGORY_V, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.IGWFV_GRANT_PROPOSAL_BDGT_LINE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWFV_GRANT_PROPOSAL_BDGT_LINE, object_name:IGWFV_GRANT_PROPOSAL_BDGT_LINE, status:VALID,
-
View: IGW_BUDGET_LINE_CATEGORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_BUDGET_LINE_CATEGORY_V, object_name:IGW_BUDGET_LINE_CATEGORY_V, status:VALID, product: IGW - Grants Proposal , description: View to display expenditure type, its budget category and line item cost for budget lines , implementation_dba_data: APPS.IGW_BUDGET_LINE_CATEGORY_V ,
-
VIEW: APPS.APFV_EXPENSE_REPORTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APFV_EXPENSE_REPORTS, object_name:APFV_EXPENSE_REPORTS, status:VALID,
-
VIEW: APPS.APFV_EXPENSE_REPORTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APFV_EXPENSE_REPORTS, object_name:APFV_EXPENSE_REPORTS, status:VALID,
-
View: IGWBV_GRANT_PROPOSAL_BDGT_LINE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWBV_GRANT_PROPOSAL_BDGT_LINE, object_name:IGWBV_GRANT_PROPOSAL_BDGT_LINE, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGWBV_GRANT_PROPOSAL_BDGT_LINE ,
-
View: IGWFV_GRANT_PROPOSAL_BDGT_LINE
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGWBV_GRANT_PROPOSAL_BDGT_LINE
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
APPS.IGW_BUDGET_DETAILS_TBH SQL Statements
12.1.1
-
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,
-
View: IGWFV_GRANT_PROPOSAL_BDGT_LINE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWFV_GRANT_PROPOSAL_BDGT_LINE, object_name:IGWFV_GRANT_PROPOSAL_BDGT_LINE, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGWFV_GRANT_PROPOSAL_BDGT_LINE ,
-
VIEW: EC.ECE_PO_INTERFACE_LINES#
12.2.2
owner:EC, object_type:VIEW, object_name:ECE_PO_INTERFACE_LINES#, status:VALID,
-
View: APFV_EXPENSE_REPORTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APFV_EXPENSE_REPORTS, object_name:APFV_EXPENSE_REPORTS, status:VALID, product: AP - Payables , description: Business view , implementation_dba_data: APPS.APFV_EXPENSE_REPORTS ,
-
View: APFV_EXPENSE_REPORTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APFV_EXPENSE_REPORTS, object_name:APFV_EXPENSE_REPORTS, status:VALID, product: AP - Payables , description: Business view , implementation_dba_data: APPS.APFV_EXPENSE_REPORTS ,
-
PACKAGE BODY: APPS.IGW_BUDGET_DETAILS_TBH
12.1.1
-
TABLE: EC.ECE_PO_INTERFACE_LINES
12.2.2
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_PO_INTERFACE_LINES, object_name:ECE_PO_INTERFACE_LINES, status:VALID,
-
TABLE: EC.ECE_PO_INTERFACE_LINES
12.1.1
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_PO_INTERFACE_LINES, object_name:ECE_PO_INTERFACE_LINES, status:VALID,
-
APPS.IGW_REPORT_PROCESSING SQL Statements
12.1.1
-
APPS.IGW_GENERATE_PERIODS SQL Statements
12.1.1
-
APPS.IGW_REPORT_PROCESSING dependencies on IGW_BUDGET_LINE_CATEGORY_V
12.1.1
-
APPS.IGW_BUDGET_DETAILS_TBH dependencies on IGW_BUDGET_DETAILS
12.1.1
-
PACKAGE BODY: APPS.IGW_REPORT_PROCESSING
12.1.1
-
eTRM - IGW Tables and Views
12.1.1
description: Information on proposal subjects ,
-
PACKAGE BODY: APPS.IGW_GENERATE_PERIODS
12.1.1
-
eTRM - EC Tables and Views
12.2.2
description: Contains the information for code conversions which identify external values for a given Oracle internal value and vice versa. ,
-
eTRM - EC Tables and Views
12.1.1
description: Contains the information for code conversions which identify external values for a given Oracle internal value and vice versa. ,
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,