Search Results final_version_flag
Overview
APPS.IGWFV_GRANT_PRPSL_BDGT_VERSION is a Business Intelligence System (BIS) view owned by the APPS schema in Oracle E-Business Suite. It is part of the Oracle Grants Management (IGW/IGWF) product family, which supports the capture, budgeting, and costing of sponsored research and grant proposals. The view presents a denormalized, report-oriented projection of grant proposal budget version data, joining proposal header information to budget version records and rate class definitions. Its FND Design Data registration is IGW.IGWFV_GRANT_PRPSL_BDGT_VERSION, and the object carries a VALID status in the documented releases (12.1.1 and 12.2.2).
The view is designed primarily for downstream reporting, analytics, and integration rather than for transactional data entry. Because it exposes budget totals, cost-sharing figures, and the FINAL_VERSION_FLAG indicator alongside descriptive proposal attributes, it is well suited to reporting on which budget version of a proposal represents the approved or definitive submission, and to comparing multiple budget iterations for the same proposal.
Underlying Base Objects
The documented dependencies for this view are:
- IGW_BUDGETS — stores the budget version records that supply budget identity, dates, and monetary amounts.
- IGW_PROPOSALS_ALL — the proposal master table, supplying the proposal number and proposal ID context.
- IGW_RATE_CLASSES — provides rate class definitions, surfaced through the rate class description and identifier columns.
The view is not referenced by any other database object, confirming its role as a terminal reporting object. It therefore inherits data integrity from the underlying IGW tables, and any changes to those base tables are reflected directly through the view without intermediate caching.
Key Columns
The view exposes columns spanning proposal identification, budget version specifics, and financial aggregates.
- PROPOSAL_NUMBER (VARCHAR2 30) and PROPOSAL_ID (NUMBER 15) — the human-readable proposal identifier and its internal key.
- BUDGET_VERSION_ID — unique identifier for a specific budget version of the proposal.
- START_DATE and END_DATE — the effective period of the budget version.
- TOTAL_COST, TOTAL_DIRECT_COST, TOTAL_INDIRECT_COST — aggregated cost figures.
- COST_SHARING_AMOUNT, UNDERRECOVERY_AMOUNT, RESIDUAL_FUNDS_AMOUNT, TOTAL_COST_LIMIT — budget control and recovery-related amounts.
- FINAL_VERSION_FLAG — the indicator searched by the user; this flag identifies whether a given budget version is the final or definitive version for the proposal.
- COMMENTS (VARCHAR2 2000) — free-text notes on the budget version.
- PROPOSAL_FORM_NUMBER and RATE_CLASS_DESCRIPTION / OH_RATE_CLASS_ID — form reference and overhead rate class attribution.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY — standard audit columns.
The _LA:BUDGET_TYPE and _DF columns are Flexfield-related descriptive columns generated from the underlying descriptive flexfield and key flexfield definitions, respectively.
Common Use Cases and Queries
The most common scenario is retrieving the current or final budget version for a proposal. A typical query filters on FINAL_VERSION_FLAG to isolate the approved version, and aggregates or compares against prior versions.
Example — retrieve the final version of each proposal:
- SELECT PROPOSAL_NUMBER, BUDGET_VERSION_ID, TOTAL_COST, TOTAL_INDIRECT_COST, START_DATE, END_DATE FROM APPS.IGWFV_GRANT_PRPSL_BDGT_VERSION WHERE FINAL_VERSION_FLAG = 'Y';
Example — list all versions for a specific proposal to compare totals:
- SELECT BUDGET_VERSION_ID, FINAL_VERSION_FLAG, TOTAL_COST, TOTAL_DIRECT_COST, TOTAL_INDIRECT_COST FROM APPS.IGWFV_GRANT_PRPSL_BDGT_VERSION WHERE PROPOSAL_NUMBER = :proposal_number ORDER BY BUDGET_VERSION_ID;
Example — summarize cost sharing across final versions of all proposals:
- SELECT PROPOSAL_NUMBER, TOTAL_COST, COST_SHARING_AMOUNT, UNDERRECOVERY_AMOUNT FROM APPS.IGWFV_GRANT_PRPSL_BDGT_VERSION WHERE FINAL_VERSION_FLAG = 'Y';
Because the view is registered as BIS, it can be consumed by Oracle Business Intelligence, Discoverer, and custom concurrent programs. It should not be used for transactional updates; all modifications must be performed through the underlying IGW budget maintenance forms and APIs.
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
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 ,
-
APPS.IGW_PROP_COSTS SQL Statements
12.1.1
-
VIEW: APPS.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,
-
TABLE: IGW.IGW_BUDGETS
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_BUDGETS, object_name:IGW_BUDGETS, status:VALID,
-
View: IGWBV_GRANT_PRPSL_BDGT_VERSION
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
APPS.IGW_BUDGETS_PKG SQL Statements
12.1.1
-
APPS.IGW_EDI_PROCESSING SQL Statements
12.1.1
-
View: IGWFV_GRANT_PRPSL_BDGT_VERSION
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
APPS.IGW_BUDGETS_TBH SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGW_PROP_COSTS
12.1.1
-
View: IGW_BUDGETS_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: 10SC Only , implementation_dba_data: Not implemented in this database ,
-
APPS.IGW_PROP_CHECKLIST_PVT SQL Statements
12.1.1
-
APPS.IGW_BUDGETS_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGW_BUDGETS_TBH
12.1.1
-
PACKAGE BODY: APPS.IGW_BUDGETS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGW_EDI_PROCESSING
12.1.1
-
PACKAGE BODY: APPS.IGW_PROP_CHECKLIST_PVT
12.1.1
-
APPS.IGW_PROP_APPROVALS_PVT SQL Statements
12.1.1
-
APPS.IGW_PROPOSAL_APPROVAL SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGW_BUDGETS_PVT
12.1.1
-
APPS.IGW_REPORT_PROCESSING SQL Statements
12.1.1
-
APPS.IGW_BUDGET_OPERATIONS SQL Statements
12.1.1
-
APPS.IGW_BUDGETS_PVT dependencies on IGW_BUDGETS
12.1.1
-
APPS.IGW_REPORT_PROCESSING dependencies on IGW_BUDGETS
12.1.1
-
APPS.IGW_EDI_PROCESSING dependencies on IGW_BUDGETS
12.1.1
-
APPS.IGW_PROP_CHECKLIST_PVT dependencies on IGW_BUDGETS
12.1.1
-
APPS.IGW_PROP_COSTS 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_PROP_CHECKLIST_PVT dependencies on FND_MESSAGE
12.1.1
-
APPS.IGW_BUDGETS_PVT dependencies on FND_MESSAGE
12.1.1
-
PACKAGE BODY: APPS.IGW_PROP_APPROVALS_PVT
12.1.1
-
PACKAGE BODY: APPS.IGW_PROPOSAL_APPROVAL
12.1.1
-
PACKAGE BODY: APPS.IGW_REPORT_PROCESSING
12.1.1
-
APPS.IGW_PROP_CHECKLIST_PVT dependencies on FND_MSG_PUB
12.1.1
-
PACKAGE BODY: APPS.IGW_BUDGET_OPERATIONS
12.1.1
-
eTRM - IGW Tables and Views
12.1.1
description: Information on proposal subjects ,
-
APPS.IGW_BUDGETS_PVT dependencies on FND_API
12.1.1