Search Results pa_fcst_project_hdr_v
Overview
PA_FCST_PROJECT_HDR_V is a reporting view owned by the APPS schema in Oracle E-Business Suite, delivered as part of the Projects (PA) product family. It is documented as a VALID object in both Release 12.1.1 and 12.2.2. The view presents summarized project forecasting information at the project currency level, aggregating cost, revenue, quantity (hours), margin, and margin percentage for forecast data associated with projects.
In practical terms, the view acts as a header-level forecast summary: rather than exposing individual forecast budget lines, it rolls those lines up by the project's currency code and applies probability weighting through the PA_FCST_GLOBAL package. This makes it suitable for reporting layers, concurrent program output, and integration points where a compact, currency-grouped forecast total is required rather than line-level detail.
Underlying Base Objects
The view is defined over the following documented base objects:
- PA_FCST_PROJECT_LIST_V (VIEW) — supplies project-level attributes, including PROJECT_ID and PROJECT_CURRENCY_CODE.
- PA_BUDGET_LINES (SYNONYM) — the source of forecast line amounts: BURDENED_COST, REVENUE, and QUANTITY, keyed by PERIOD_NAME and RESOURCE_ASSIGNMENT_ID.
- PA_BUDGET_VERSIONS (SYNONYM) — joins forecast versions to projects and restricts to the FORECASTING_BUDGET_TYPE.
- PA_RESOURCE_ASSIGNMENTS (SYNONYM) — links budget versions to projects and filters on RESOURCE_LIST_MEMBER_ID = 103.
- PA_FCST_PERIODS_TMP (SYNONYM) — provides the period name join that constrains the forecast horizon.
- PA_FCST_GLOBAL (PACKAGE) — its GETPROBABILITYPERFLAG function governs whether probability weighting is applied to the summed amounts.
- FND_GLOBAL, PA_UTILS, PA_PROJECTS_MAINT_UTILS (PACKAGES) — supporting utilities referenced in the view's dependency chain.
The grouping is performed on PR.PROJECT_CURRENCY_CODE, so all forecast lines sharing a currency are consolidated into a single result row. Aggregation is applied to the probability-adjusted values, and all numeric results are converted to character strings using the format mask '999, 999, 999, 999, 990.99' (or '999, 999, 990.99' for the margin percentage).
Key Columns
- CURRENCY_CODE — the project currency code from PA_FCST_PROJECT_LIST_V, used as the grouping key.
- COST — the sum of BURDENED_COST across forecast lines, adjusted for probability where applicable, formatted as a string.
- REVENUE — the sum of REVENUE across forecast lines, similarly probability-adjusted and formatted.
- HOURS — the sum of QUANTITY, representing forecast effort in the forecast's unit of measure.
- MARGIN — the sum of (REVENUE − BURDENED_COST), probability-adjusted.
- MARGIN_PERCENTAGE — margin divided by revenue, multiplied by 100 and by the average probability factor; returns NULL when total revenue is zero.
Probability weighting is controlled by PA_FCST_GLOBAL.GETPROBABILITYPERFLAG. When the flag is 'N', no weighting is applied. Otherwise, the project's PROBABILITY_PERCENTAGE is divided by 100, with the value 1 (or null) treated as no adjustment.
Common Use Cases and Queries
Typical scenarios include forecast portfolio summaries, currency-level revenue and margin reporting, and feeding downstream dashboards or interfaces that require pre-aggregated forecast figures.
- Retrieving all currency-level forecast totals for a period range.
- Comparing forecast cost, revenue, and margin by currency.
- Extracting margin percentages for profitability review.
A representative query is:
SELECT currency_code, cost, revenue, hours, margin, margin_percentage
FROM apps.pa_fcst_project_hdr_v;
Because the view aggregates without a project identifier in its select list, consumers should treat each row as a currency-level roll-up rather than project-specific data. Note also that all amount columns are returned as formatted character strings, so numeric comparisons or arithmetic in downstream queries require an explicit conversion.
-
View: PA_FCST_PROJECT_HDR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FCST_PROJECT_HDR_V, object_name:PA_FCST_PROJECT_HDR_V, status:VALID, product: PA - Projects , description: PA_FCST_PROJECT_HDR_V is a view that shows project forecasting , implementation_dba_data: APPS.PA_FCST_PROJECT_HDR_V ,
-
View: PA_FCST_PROJECT_HDR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FCST_PROJECT_HDR_V, object_name:PA_FCST_PROJECT_HDR_V, status:VALID, product: PA - Projects , description: PA_FCST_PROJECT_HDR_V is a view that shows project forecasting , implementation_dba_data: APPS.PA_FCST_PROJECT_HDR_V ,
-
SYNONYM: APPS.PA_FCST_PERIODS_TMP
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_FCST_PERIODS_TMP, status:VALID,
-
PACKAGE: APPS.PA_FCST_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PA_FCST_GLOBAL, status:VALID,
-
PACKAGE: APPS.PA_FCST_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PA_FCST_GLOBAL, status:VALID,
-
SYNONYM: APPS.PA_FCST_PERIODS_TMP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_FCST_PERIODS_TMP, status:VALID,
-
PACKAGE: APPS.PA_PROJECTS_MAINT_UTILS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PA_PROJECTS_MAINT_UTILS, status:VALID,
-
PACKAGE: APPS.PA_PROJECTS_MAINT_UTILS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PA_PROJECTS_MAINT_UTILS, status:VALID,
-
VIEW: APPS.PA_FCST_PROJECT_HDR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FCST_PROJECT_HDR_V, object_name:PA_FCST_PROJECT_HDR_V, status:VALID,
-
VIEW: APPS.PA_FCST_PROJECT_HDR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FCST_PROJECT_HDR_V, object_name:PA_FCST_PROJECT_HDR_V, status:VALID,
-
VIEW: APPS.PA_FCST_PROJECT_LIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FCST_PROJECT_LIST_V, object_name:PA_FCST_PROJECT_LIST_V, status:VALID,
-
VIEW: APPS.PA_FCST_PROJECT_LIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FCST_PROJECT_LIST_V, object_name:PA_FCST_PROJECT_LIST_V, status:VALID,
-
SYNONYM: APPS.PA_BUDGET_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_BUDGET_LINES, status:VALID,
-
SYNONYM: APPS.PA_BUDGET_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_BUDGET_LINES, 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_RESOURCE_ASSIGNMENTS
12.2.2
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,
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.PA_BUDGET_VERSIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_BUDGET_VERSIONS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE: APPS.PA_UTILS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PA_UTILS, status:VALID,
-
PACKAGE: APPS.PA_UTILS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PA_UTILS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PA Tables and Views
12.2.2
-
PACKAGE: APPS.FND_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
eTRM - PA Tables and Views
12.2.2
-
eTRM - PA Tables and Views
12.1.1