Search Results funding_variance
Overview
APPS.FPA_AW_PCLASS_FUNDS_V is a reporting view in Oracle EBS Release 12.1.1 and 12.2.2 that exposes project class funding data held in an Oracle OLAP analytic workspace. It is the principal surface through which the Enterprise Project Portfolio Analysis (Project Funding / Capital Planning) application presents, for each project classification and planning scenario, the funds made available, the funds required, the resulting funding variance, and the associated total benefit. The view is the object most commonly returned by a search for the term "funding_variance", because funding_variance is one of the measures it publishes.
Rather than selecting from a conventional relational table, the view is defined over a table function call. The OLAP_TABLE function resolves rows from the FPA_PROJ_CLASS_TBL OLAP object within an analytic workspace whose logical name is assembled at runtime from FPA_UTILITIES_PVT.AW_SPACE_NAME concatenated with the literal string " duration query". This design makes the view a relational projection of a multidimensional cube: dimensions and measures are mapped to relational columns inside the OLAP_TABLE invocation, and the outer query filters the result set.
Underlying Base Objects
Two base objects are documented for this view: the package FPA_UTILITIES_PVT and the synonym OLAP_TABLE.
- FPA_UTILITIES_PVT — a package in the APPS schema that supplies the analytic workspace name (AW_SPACE_NAME) used to identify the cube at runtime. Because the name is resolved dynamically, the view reflects the workspace configured for the current environment rather than a hard-coded object.
- OLAP_TABLE — the synonym for the Oracle OLAP table function that converts a stored OLAP object (
FPA_PROJ_CLASS_TBL) into a relational row source. The dimension and measure clauses inside the call bind each OLAP element to an output column.
The view therefore does not read base tables directly; it depends on the analytic workspace being built and populated by the Project Portfolio Analysis processes.
Key Columns
- CLASS_CODE — the project classification dimension, sourced from CLASS_CODE_D.
- SCENARIO — the planning scenario dimension, sourced from SCENARIO_D; PLANNING_CYCLE is carried as an attribute of the scenario from PLANNING_CYCLE_SCENARIO_R.
- PLANNING_CYCLE — the planning cycle associated with the scenario.
- FUNDS_AVAILABLE — funding available, from measure SCENARIO_CLASS_CODE_FUNDING_M.
- FUNDS_REQUIRED — funding required, from measure SCENARIO_CLASS_CODE_FUNDS_REQ_M.
- FUNDING_VARIANCE — the variance between available and required funds, from measure SCENARIO_CLASS_CODE_FUND_VAR_M; this is the column the view is usually queried for.
- TOTAL_BENEFIT — aggregate benefit, from measure SCENARIO_CLASS_CODE_BENEFIT_M.
- SCE_CLASS_CODE_VALID — a validity indicator from SCENARIO_CLASS_CODE_M. The view filters on this column, returning only rows where it equals 1.
Common Use Cases and Queries
Typical uses include reviewing funding shortfalls or surpluses by project classification for a planning cycle, comparing scenarios, and feeding variance data into dashboards or custom concurrent programs. Because the validity flag is applied internally, callers automatically see only valid scenario/class combinations.
Querying all variances for a scenario:
SELECT class_code, scenario, planning_cycle, funds_available, funds_required, funding_variance, total_benefit FROM apps.fpa_aw_pclass_funds_v WHERE scenario = :p_scenario ORDER BY funding_variance;
Isolating classifications with a funding shortfall:
SELECT class_code, funding_variance, total_benefit FROM apps.fpa_aw_pclass_funds_v WHERE scenario = :p_scenario AND funding_variance < 0;
Because the rows originate from an OLAP table function, performance depends on the analytic workspace being current; queries should be restricted by scenario and planning cycle where possible.
-
VIEW: APPS.FPA_AW_PCLASS_FUNDS_V
12.2.2
-
VIEW: APPS.FPA_AW_PCLASS_FIN_METRICS_V
12.2.2
-
View: FPA_AW_PCLASS_FUNDS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FPA.FPA_AW_PCLASS_FUNDS_V, object_name:FPA_AW_PCLASS_FUNDS_V, status:INVALID, product: FPA - Project Portfolio Analysis , implementation_dba_data: APPS.FPA_AW_PCLASS_FUNDS_V ,
-
VIEW: APPS.FPA_AW_SCE_FUNDS_V
12.1.1
-
VIEW: APPS.FPA_AW_SCE_FIN_METRICS_V
12.1.1
-
VIEW: APPS.FPA_AW_SCE_FUNDS_V
12.2.2
-
View: FPA_AW_PCLASS_FIN_METRICS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FPA.FPA_AW_PCLASS_FIN_METRICS_V, object_name:FPA_AW_PCLASS_FIN_METRICS_V, status:VALID, product: FPA - Project Portfolio Analysis , implementation_dba_data: APPS.FPA_AW_PCLASS_FIN_METRICS_V ,
-
View: FPA_AW_PCLASS_FIN_METRICS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FPA.FPA_AW_PCLASS_FIN_METRICS_V, object_name:FPA_AW_PCLASS_FIN_METRICS_V, status:INVALID, product: FPA - Project Portfolio Analysis , implementation_dba_data: APPS.FPA_AW_PCLASS_FIN_METRICS_V ,
-
VIEW: APPS.FPA_AW_SCE_FIN_METRICS_V
12.2.2
-
VIEW: APPS.FPA_AW_PCLASS_FUNDS_V
12.1.1
-
View: FPA_AW_SCE_FUNDS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FPA.FPA_AW_SCE_FUNDS_V, object_name:FPA_AW_SCE_FUNDS_V, status:INVALID, product: FPA - Project Portfolio Analysis , implementation_dba_data: APPS.FPA_AW_SCE_FUNDS_V ,
-
View: FPA_AW_SCE_FIN_METRICS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FPA.FPA_AW_SCE_FIN_METRICS_V, object_name:FPA_AW_SCE_FIN_METRICS_V, status:VALID, product: FPA - Project Portfolio Analysis , implementation_dba_data: APPS.FPA_AW_SCE_FIN_METRICS_V ,
-
VIEW: APPS.FPA_AW_SCE_CONTEXT_V
12.1.1
-
View: FPA_AW_SCE_FUNDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FPA.FPA_AW_SCE_FUNDS_V, object_name:FPA_AW_SCE_FUNDS_V, status:VALID, product: FPA - Project Portfolio Analysis , implementation_dba_data: APPS.FPA_AW_SCE_FUNDS_V ,
-
VIEW: APPS.FPA_AW_SCE_CONTEXT_V
12.2.2
-
View: FPA_AW_PCLASS_FUNDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FPA.FPA_AW_PCLASS_FUNDS_V, object_name:FPA_AW_PCLASS_FUNDS_V, status:VALID, product: FPA - Project Portfolio Analysis , implementation_dba_data: APPS.FPA_AW_PCLASS_FUNDS_V ,
-
VIEW: APPS.FPA_AW_PCLASS_FIN_METRICS_V
12.1.1
-
View: FPA_AW_SCE_FIN_METRICS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FPA.FPA_AW_SCE_FIN_METRICS_V, object_name:FPA_AW_SCE_FIN_METRICS_V, status:INVALID, product: FPA - Project Portfolio Analysis , implementation_dba_data: APPS.FPA_AW_SCE_FIN_METRICS_V ,
-
VIEW: APPS.FPA_AW_SCE_CONTEXT_V
12.1.1
owner:APPS, object_type:VIEW, object_name:FPA_AW_SCE_CONTEXT_V, status:VALID,
-
VIEW: APPS.FPA_AW_PCLASS_FUNDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FPA.FPA_AW_PCLASS_FUNDS_V, object_name:FPA_AW_PCLASS_FUNDS_V, status:VALID,
-
VIEW: APPS.FPA_AW_SCE_CONTEXT_V
12.2.2
owner:APPS, object_type:VIEW, object_name:FPA_AW_SCE_CONTEXT_V, status:INVALID,
-
VIEW: APPS.FPA_AW_PCLASS_FUNDS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FPA.FPA_AW_PCLASS_FUNDS_V, object_name:FPA_AW_PCLASS_FUNDS_V, status:INVALID,
-
VIEW: APPS.FPA_AW_SCE_FUNDS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FPA.FPA_AW_SCE_FUNDS_V, object_name:FPA_AW_SCE_FUNDS_V, status:INVALID,
-
VIEW: APPS.FPA_AW_SCE_FIN_METRICS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FPA.FPA_AW_SCE_FIN_METRICS_V, object_name:FPA_AW_SCE_FIN_METRICS_V, status:VALID,
-
VIEW: APPS.FPA_AW_SCE_FUNDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FPA.FPA_AW_SCE_FUNDS_V, object_name:FPA_AW_SCE_FUNDS_V, status:VALID,
-
VIEW: APPS.FPA_AW_PCLASS_FIN_METRICS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FPA.FPA_AW_PCLASS_FIN_METRICS_V, object_name:FPA_AW_PCLASS_FIN_METRICS_V, status:INVALID,
-
VIEW: APPS.FPA_AW_PCLASS_FIN_METRICS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FPA.FPA_AW_PCLASS_FIN_METRICS_V, object_name:FPA_AW_PCLASS_FIN_METRICS_V, status:VALID,
-
VIEW: APPS.FPA_AW_SCE_FIN_METRICS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FPA.FPA_AW_SCE_FIN_METRICS_V, object_name:FPA_AW_SCE_FIN_METRICS_V, status:INVALID,
-
TYPE: APPS.FPA_PROJ_CLASS_OBJ
12.1.1
owner:APPS, object_type:TYPE, object_name:FPA_PROJ_CLASS_OBJ, status:VALID,
-
TYPE: APPS.FPA_PROJ_CLASS_OBJ
12.2.2
owner:APPS, object_type:TYPE, object_name:FPA_PROJ_CLASS_OBJ, status:VALID,
-
TYPE: APPS.FPA_SCEN_CONTEXT_VO_OBJ
12.1.1
owner:APPS, object_type:TYPE, object_name:FPA_SCEN_CONTEXT_VO_OBJ, status:VALID,
-
TYPE: APPS.FPA_SCEN_CONTEXT_VO_OBJ
12.2.2
owner:APPS, object_type:TYPE, object_name:FPA_SCEN_CONTEXT_VO_OBJ, status:VALID,
-
TYPE: APPS.FPA_SCENARIO_OBJ
12.1.1
owner:APPS, object_type:TYPE, object_name:FPA_SCENARIO_OBJ, status:VALID,
-
TYPE: APPS.FPA_SCENARIO_OBJ
12.2.2
owner:APPS, object_type:TYPE, object_name:FPA_SCENARIO_OBJ, status:VALID,
-
eTRM - FPA Tables and Views
12.2.2
-
eTRM - FPA Tables and Views
12.1.1