Search Results fiibv_pa_budget_f_fcv
Overview
FIIBV_PA_BUDGET_F_FCV is an Oracle EBS 12.1.1 / 12.2.2 view owned by the APPS schema and classified under the FII (Financial Intelligence) product family. Within the ETRM metadata it is described as the "EDW Project Budget fact base view" — that is, a base-level (staging) fact view that feeds the Enterprise Data Warehouse layer for Project Budgeting analytics. It is marked with the _FCV suffix typical of Financial Intelligence base fact views, and STATUS is VALID in the reported environment.
The view presents one row per project budget line, keyed by a composite business key that concatenates the resource assignment identifier, the budget line start date, and the FII instance code. Its primary role is to expose Project Accounting budget data — raw cost, burdened cost, quantity, and revenue — in a denormalised, warehouse-ready form, with all surrogate keys (PROJECT_FK, BUDGET_FK, EXPENDITURE_TYPE_FK, GL_PERIOD_FK, PA_PERIOD_FK, UNIT_OF_MEASURE_FK, etc.) pre-computed so that downstream ETL and star-schema population processes can join directly to conformed dimensions. It sits in the integration layer between the EBS PA transactional tables and the FII reporting/BI repository.
Underlying Base Objects
The documented ETRM metadata for 12.2.2 does not enumerate referenced base objects, but the view text itself is authoritative. The FROM clause references the FII Project Accounting package view FII_PA_BUDGET_PK (aliased FIIPK), which is the principal driving object and supplies budget line values, the PA budget version, task, resource, and period attributes, and the CONVERSION_DATE used as the reporting transaction date. It is joined to GL sets of books data (aliased SOB and BV) to supply SET_OF_BOOKS_ID, CURRENCY_CODE, and PERIOD_SET_NAME. The aliases referenced in the SELECT list — BL, LI, RA, R, RT, PRJ, T, BEM, BV, SOB — indicate further joins to Project Accounting budget lines, resources, resource types, tasks, projects, budget entry methods, and budget versions, plus the FII instance table supplying INSTANCE_CODE. Because the joins are executed inside FII_PA_BUDGET_PK and the GL objects, the effective lineage of this view is the PA budget schema (PA_BUDGET_VERSIONS, PA_BUDGET_LINES, PA_RESOURCES, PA_TASKS, PA_PROJECTS) plus GL_SETS_OF_BOOKS, resolved through the FII package layer.
Key Columns
- BUDGET_LINE_PK — composite primary key of the fact: RESOURCE_ASSIGNMENT_ID, START_DATE (YYYY/MM/DD), and INSTANCE_CODE.
- INSTANCE_FK / SET_OF_BOOKS_FK — instance and set-of-books linkage, maintained as string concatenations for dimensional conformity.
- PROJECT_FK — decoded so that project-level budget entries (ENTRY_LEVEL_CODE = 'P') resolve to the PROJECT_ID and task-level entries resolve to TASK_ID.
- BUDGET_FK — built from BUDGET_VERSION_ID, identifying the budget version to which the line belongs.
- EXPENDITURE_TYPE_FK — the resource name where the resource type is EXPENDITURE_TYPE, otherwise NA_EDW.
- GL_PERIOD_FK / PA_PERIOD_FK — period keys derived from PERIOD_SET_NAME and PERIOD_NAME, decoded by TIME_PHASED_TYPE_CODE ('G' for GL periods, 'P' for PA periods).
- RAW_COST_B, BURDENED_COST_B, REVENUE_B, QUANTITY — the numeric measures, NVL'd to 0; the _G amount columns are NULL, confirming the view delivers only the ledger/base currency figures.
- GLOBAL_CURRENCY_RATE / TRANSACTION_DATE — conversion rate and reporting date supplied by EDW_CURRENCY and FIIPK.CONVERSION_DATE.
- Descriptor flex columns — fixed tokens such as _DF:PA:PA_BUDGET_VERSIONS_DESC_FLEX:BV that drive FII descriptive-flexfield dimension resolution.
Common Use Cases and Queries
Typical use is period-end extraction of project budget facts for the EDW, variance reporting of budget versus actuals, and multi-currency normalisation of budget amounts. A representative query aggregates budgeted cost by project and budget version for a given instance:
SELECT PROJECT_FK,
BUDGET_FK,
SUM(RAW_COST_B) RAW_COST,
SUM(BURDENED_COST_B) BURDENED_COST,
SUM(QUANTITY) QUANTITY
FROM APPS.FIIBV_PA_BUDGET_F_FCV
WHERE INSTANCE_FK = :instance_code
AND RANGE_FROM_DATE >= :from_date
AND RANGE_TO_DATE <= :to_date
GROUP BY PROJECT_FK, BUDGET_FK;
Because the view carries no WHERE clause of its own, filtering by INSTANCE_FK and the RANGE_FROM_DATE / RANGE_TO_DATE pair is essential to bound the result set to the desired extract window. A second common pattern joins GL_PERIOD_FK to the FII period dimension to produce budget by accounting period, while SET_OF_BOOKS_FK and CURRENCY_GL_FK support consolidation. Consumers should note that measures are presented only in ledger currency (_B columns), with GLOBAL_CURRENCY_RATE available for translation and the original-currency columns reserved for the target fact layer.
-
View: FIIBV_PA_BUDGET_F_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FIIBV_PA_BUDGET_F_FCV, object_name:FIIBV_PA_BUDGET_F_FCV, status:VALID, product: FII - Financial Intelligence , description: FIIBV_PA_BUDGET_F_FCV is the EDW Project Budget fact base view , implementation_dba_data: APPS.FIIBV_PA_BUDGET_F_FCV ,
-
View: FIIBV_PA_BUDGET_F_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_PA_BUDGET_F_FCV is the EDW Project Budget fact base view , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.FII_PA_BUDGET_F_FCV
12.1.1
-
SYNONYM: APPS.FII_PA_BUDGET_PK
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FII_PA_BUDGET_PK, status:VALID,
-
PACKAGE: APPS.EDW_UTIL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:EDW_UTIL, status:VALID,
-
PACKAGE: APPS.EDW_CURRENCY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:EDW_CURRENCY, status:VALID,
-
View: FII_PA_BUDGET_F_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_PA_BUDGET_F_FCV is the EDW Project Budget fact source view , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.FIIBV_PA_BUDGET_F_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FIIBV_PA_BUDGET_F_FCV, object_name:FIIBV_PA_BUDGET_F_FCV, status:VALID,
-
SYNONYM: APPS.PA_RESOURCE_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_RESOURCE_TYPES, status:VALID,
-
View: FII_PA_BUDGET_F_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_PA_BUDGET_F_FCV, object_name:FII_PA_BUDGET_F_FCV, status:VALID, product: FII - Financial Intelligence , description: FII_PA_BUDGET_F_FCV is the EDW Project Budget fact source view , implementation_dba_data: APPS.FII_PA_BUDGET_F_FCV ,
-
SYNONYM: APPS.PA_BUDGET_ENTRY_METHODS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_BUDGET_ENTRY_METHODS, status:VALID,
-
VIEW: APPS.FII_PA_BUDGET_F_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_PA_BUDGET_F_FCV, object_name:FII_PA_BUDGET_F_FCV, status:VALID,
-
SYNONYM: APPS.PA_RESOURCES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_RESOURCES, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.PA_BUDGET_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_BUDGET_LINES, status:VALID,
-
SYNONYM: APPS.PA_IMPLEMENTATIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_IMPLEMENTATIONS_ALL, status:VALID,
-
SYNONYM: APPS.EDW_LOCAL_INSTANCE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:EDW_LOCAL_INSTANCE, status:VALID,
-
SYNONYM: APPS.PA_RESOURCE_LIST_MEMBERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_RESOURCE_LIST_MEMBERS, status:VALID,
-
SYNONYM: APPS.PA_RESOURCE_ASSIGNMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_RESOURCE_ASSIGNMENTS, status:VALID,
-
SYNONYM: APPS.PA_BUDGET_VERSIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_BUDGET_VERSIONS, status:VALID,
-
SYNONYM: APPS.PA_TASKS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_TASKS, status:VALID,
-
SYNONYM: APPS.PA_PROJECTS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECTS_ALL, status:VALID,
-
VIEW: APPS.GL_SETS_OF_BOOKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS, object_name:GL_SETS_OF_BOOKS, status:VALID,
-
eTRM - FII Tables and Views
12.1.1
description: This table stores the mapping of leaf nodes from pruned dimension to nodes in the child value sets ,
-
12.1.1 DBA Data
12.1.1
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,
-
eTRM - FII Tables and Views
12.1.1
description: This table stores the mapping of leaf nodes from pruned dimension to nodes in the child value sets ,
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,