Search Results labor_hours
Overview
APPS.PA_FCST_PROJ_PERIODIC_V is a forecasting view in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 that presents project forecast data aggregated at the intersection of assignment and accounting period. It is part of the Oracle Projects (PA) forecasting infrastructure, which supports the Project Forecasting and Resource Forecasting functionality used to project cost, revenue, margin, and labor quantities across future periods. The view consolidates rows from resource assignment records and budget/forecast period lines, applying business logic embedded in the PA_FCST_GLOBAL package to determine presentation formats based on the current forecasting profile settings.
The view's most notable characteristic is its profile-driven column behaviour. The amount-related columns are conditioned by calls to PA_FCST_GLOBAL.GetProjFcstShowAmount, which returns values such as 'REVENUE', 'COST', 'LABOR_HOURS', 'MARGIN', or 'MARGIN_PERCENTAGE'. This means that a single view dynamically exposes the correct measure — including labor hours — depending on how the deployment is configured. Because these values are resolved at query runtime via package functions, the view plays a central role in both reporting and integration scenarios where forecast figures must be interpreted consistently with the user's profile options.
Underlying Base Objects
The view is defined over a set of documented base objects:
- PA_RESOURCE_ASSIGNMENTS (SYNONYM) — supplies the assignment-level forecast rows, including resource_assignment_id, standard bill rates, average bill rates, discount percentage, plan revenue, plan burdened cost, and plan quantity.
- PA_PROJECT_ASSIGNMENTS (SYNONYM) — provides project_id, assignment_id, and assignment_name used to identify the assignment in context.
- PA_BUDGET_LINES (SYNONYM) and PA_BUDGET_VERSIONS (SYNONYM) — supply the period-level budget/forecast lines (referenced as bl), including period_name, revenue, and burdened_cost.
- PA_FCST_PERIODS_TMP_V (VIEW) — the period driver that generates the forecast period rows (period_name, period_start_date).
- PA_FCST_GLOBAL (PACKAGE) — the core business logic package invoked for profile-driven formatting (GetProjFcstShowAmount, GetProbabilityPerFlag, GetProbabilityPer, find_project_fixed_price).
- PA_PERIOD_PROCESS_PKG (PACKAGE) — supporting period processing logic.
- FND_PROFILE (PACKAGE) and DUAL (SYNONYM) — profile-option lookup and scalar row support.
Key Columns
- PROJECT_ID, ASSIGNMENT_ID, ASSIGNMENT_NAME — identify the project and the specific assignment being forecast.
- RESOURCE_ASSIGNMENT_ID — the underlying resource assignment key.
- PERIOD_NAME, PERIOD_START_DATE — the forecast accounting period and its start date.
- PLAN_PROCESSING_CODE — derived from a DECODE on plan_error_code, returning '-1' when NULL and '0' otherwise; indicates whether the plan processed cleanly.
- STD_BILL_RATE, AVG_BILL_RATE, AVG_DISCOUNT_PERCENTAGE — rate columns rounded to two decimals, populated or nulled according to the show-amount profile; returns NULL under 'LABOR_HOURS' and 'COST'.
- PROJECT_TOTAL — the total measure for the project/period. For 'LABOR_HOURS' this resolves to total_plan_quantity, preserving the hours regardless of currency settings.
- Period-level revenue and burdened cost columns — used to derive margin and margin-percentage values when the profile requests them.
Common Use Cases and Queries
The view is commonly used to report forecast labor hours, cost, revenue, and margin by period. A typical query filtering for labor-hour reporting is:
SELECT project_id, assignment_id, period_name, project_total FROM apps.pa_fcst_proj_periodic_v WHERE period_name = :period;SELECT project_id, SUM(project_total) hours FROM apps.pa_fcst_proj_periodic_v WHERE assignment_name LIKE :pattern GROUP BY project_id;
Because the measure returned by PROJECT_TOTAL depends on the GetProjFcstShowAmount profile, report authors must confirm the active setting before interpreting results as labor hours. The view is also used as a validation source for plan_processing_code to detect assignments whose forecasts failed processing.
-
VIEW: APPS.PA_FCST_PROJ_PERIODIC_V
12.2.2
-
VIEW: PA.PA_SUBBUDGETS#
12.2.2
-
VIEW: PA.PA_BUDGET_ITEMS#
12.2.2
-
VIEW: APPS.PA_FCST_PROJ_PERIODIC_V
12.1.1
-
View: PA_FCST_PROJ_PERIODIC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FCST_PROJ_PERIODIC_V, object_name:PA_FCST_PROJ_PERIODIC_V, status:VALID, product: PA - Projects , description: PA_PROJ_FCST_PERIODIC_V is a view that shows project periodic forecasting , implementation_dba_data: APPS.PA_FCST_PROJ_PERIODIC_V ,
-
View: PA_FCST_PROJ_PERIODIC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FCST_PROJ_PERIODIC_V, object_name:PA_FCST_PROJ_PERIODIC_V, status:VALID, product: PA - Projects , description: PA_PROJ_FCST_PERIODIC_V is a view that shows project periodic forecasting , implementation_dba_data: APPS.PA_FCST_PROJ_PERIODIC_V ,
-
VIEW: APPS.PA_FCST_PROJ_HDR_V
12.1.1
-
VIEW: APPS.PA_FCST_PROJ_HDR_V
12.2.2
-
VIEW: PJI.PJI_FM_XBS_ACCUM_TMP1_DEBUG#
12.2.2
-
VIEW: PA.PA_BUDGET_ITEMS#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_BUDGET_ITEMS#, status:VALID,
-
View: PA_FCST_PROJ_HDR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FCST_PROJ_HDR_V, object_name:PA_FCST_PROJ_HDR_V, status:VALID, product: PA - Projects , description: PA_FCST_PROJ_HDR_V is a view that shows project forecasting , implementation_dba_data: APPS.PA_FCST_PROJ_HDR_V ,
-
VIEW: PA.PA_SUBBUDGETS#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_SUBBUDGETS#, status:VALID,
-
View: PA_FCST_PROJ_HDR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FCST_PROJ_HDR_V, object_name:PA_FCST_PROJ_HDR_V, status:VALID, product: PA - Projects , description: PA_FCST_PROJ_HDR_V is a view that shows project forecasting , implementation_dba_data: APPS.PA_FCST_PROJ_HDR_V ,
-
Lookup Type: PA_FINANCIAL_AMOUNT_TYPE
12.1.1
product: PA - Projects , meaning: Financial Amount Types for Configurable Regions , description: Financial Amount Types for Configurable Regions ,
-
TABLE: PJI.PJI_FM_XBS_ACCUM_TMP2
12.1.1
owner:PJI, object_type:TABLE, object_name:PJI_FM_XBS_ACCUM_TMP2, status:VALID,
-
VIEW: APPS.PA_ACT_BY_GL_PERIOD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ACT_BY_GL_PERIOD_V, object_name:PA_ACT_BY_GL_PERIOD_V, status:VALID,
-
VIEW: APPS.PA_ACT_BY_PA_PERIOD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ACT_BY_PA_PERIOD_V, object_name:PA_ACT_BY_PA_PERIOD_V, status:VALID,
-
VIEW: APPS.PA_ACT_BY_GL_PERIOD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ACT_BY_GL_PERIOD_V, object_name:PA_ACT_BY_GL_PERIOD_V, status:VALID,
-
TABLE: PJI.PJI_FM_XBS_ACCUM_TMP2
12.2.2
owner:PJI, object_type:TABLE, object_name:PJI_FM_XBS_ACCUM_TMP2, status:VALID,
-
VIEW: APPS.PA_TXN_ACCUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TXN_ACCUM_V, object_name:PA_TXN_ACCUM_V, status:VALID,
-
Lookup Type: PA_FORECAST_AMOUNT_TYPE
12.2.2
product: PA - Projects , meaning: Indicates the type of amount to show , description: Indicates the type of amount to show ,
-
Lookup Type: PA_FINANCIAL_AMOUNT_TYPE
12.2.2
product: PA - Projects , meaning: Financial Amount Types for Configurable Regions , description: Financial Amount Types for Configurable Regions ,
-
VIEW: APPS.PA_TXN_ACCUM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TXN_ACCUM_V, object_name:PA_TXN_ACCUM_V, status:VALID,
-
TABLE: PA.PA_FP_FCST_GEN_TMP1
12.1.1
owner:PA, object_type:TABLE, object_name:PA_FP_FCST_GEN_TMP1, status:VALID,
-
TABLE: PA.PA_FP_FCST_GEN_TMP1_1
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FP_FCST_GEN_TMP1_1, object_name:PA_FP_FCST_GEN_TMP1_1, status:VALID,
-
VIEW: APPS.PA_ACT_BY_PA_PERIOD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ACT_BY_PA_PERIOD_V, object_name:PA_ACT_BY_PA_PERIOD_V, status:VALID,
-
VIEW: PJI.PJI_FM_XBS_ACCUM_INT#
12.2.2
-
Lookup Type: PA_FORECAST_AMOUNT_TYPE
12.1.1
product: PA - Projects , meaning: Indicates the type of amount to show , description: Indicates the type of amount to show ,
-
VIEW: APPS.PA_FCST_PROJECT_SUM_V
12.2.2
-
TABLE: PA.PA_BUDGET_ITEMS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BUDGET_ITEMS, object_name:PA_BUDGET_ITEMS, status:VALID,
-
TABLE: PA.PA_BUDGET_ITEMS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BUDGET_ITEMS, object_name:PA_BUDGET_ITEMS, status:VALID,
-
TABLE: PA.PA_FIN_VP_AMTS_VIEW_TMP
12.2.2
owner:PA, object_type:TABLE, object_name:PA_FIN_VP_AMTS_VIEW_TMP, status:VALID,
-
TABLE: PA.PA_FIN_VP_AMTS_VIEW_TMP
12.1.1
owner:PA, object_type:TABLE, object_name:PA_FIN_VP_AMTS_VIEW_TMP, status:VALID,
-
VIEW: APPS.PA_FCST_PROJECT_SUM_V
12.1.1
-
View: PA_ACT_BY_PA_PERIOD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ACT_BY_PA_PERIOD_V, object_name:PA_ACT_BY_PA_PERIOD_V, status:VALID, product: PA - Projects , description: Actual cost and revenue totals for lowest level tasks and resources by PA period. , implementation_dba_data: APPS.PA_ACT_BY_PA_PERIOD_V ,
-
VIEW: APPS.PA_FCST_PERIODIC_SUM_V
12.1.1
-
TABLE: PA.PA_SUBBUDGETS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_SUBBUDGETS, object_name:PA_SUBBUDGETS, status:VALID,
-
VIEW: APPS.PA_FCST_PERIODIC_SUM_V
12.2.2
-
View: PA_ACT_BY_GL_PERIOD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ACT_BY_GL_PERIOD_V, object_name:PA_ACT_BY_GL_PERIOD_V, status:VALID, product: PA - Projects , description: Actual cost and revenue totals for lowest level tasks and resources by GL period. , implementation_dba_data: APPS.PA_ACT_BY_GL_PERIOD_V ,
-
TABLE: PJI.PJI_FM_XBS_ACCUM_TMP1_DEBUG
12.1.1
owner:PJI, object_type:TABLE, fnd_design_data:PJI.PJI_FM_XBS_ACCUM_TMP1_DEBUG, object_name:PJI_FM_XBS_ACCUM_TMP1_DEBUG, status:VALID,
-
TABLE: PA.PA_SUBBUDGETS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_SUBBUDGETS, object_name:PA_SUBBUDGETS, status:VALID,
-
VIEW: PJI.PJI_FM_XBS_ACCUM_TMP1_DEBUG#
12.2.2
owner:PJI, object_type:VIEW, object_name:PJI_FM_XBS_ACCUM_TMP1_DEBUG#, status:VALID,
-
View: PA_ACT_BY_PA_PERIOD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ACT_BY_PA_PERIOD_V, object_name:PA_ACT_BY_PA_PERIOD_V, status:VALID, product: PA - Projects , description: Actual cost and revenue totals for lowest level tasks and resources by PA period. , implementation_dba_data: APPS.PA_ACT_BY_PA_PERIOD_V ,
-
TABLE: PJI.PJI_FM_XBS_ACCUM_TMP1_DEBUG
12.2.2
owner:PJI, object_type:TABLE, fnd_design_data:PJI.PJI_FM_XBS_ACCUM_TMP1_DEBUG, object_name:PJI_FM_XBS_ACCUM_TMP1_DEBUG, status:VALID,
-
View: PA_ACT_BY_GL_PERIOD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ACT_BY_GL_PERIOD_V, object_name:PA_ACT_BY_GL_PERIOD_V, status:VALID, product: PA - Projects , description: Actual cost and revenue totals for lowest level tasks and resources by GL period. , implementation_dba_data: APPS.PA_ACT_BY_GL_PERIOD_V ,
-
APPS.PA_FP_VIEW_PLANS_PUB SQL Statements
12.1.1
-
Lookup Type: ACCUMULATION_COLUMN
12.1.1
product: PA - Projects , meaning: Accumulation Column , description: Accumulation_Column ,
-
View: PA_FCST_PERIODIC_SUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FCST_PERIODIC_SUM_V, object_name:PA_FCST_PERIODIC_SUM_V, status:VALID, product: PA - Projects , description: PA_PROJ_FCST_DTL_V is a view that shows project detail forecasting , implementation_dba_data: APPS.PA_FCST_PERIODIC_SUM_V ,
-
View: PA_TXN_ACCUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TXN_ACCUM_V, object_name:PA_TXN_ACCUM_V, status:VALID, product: PA - Projects , description: This view displays detail information for a given transaction by various transaction attributes , implementation_dba_data: APPS.PA_TXN_ACCUM_V ,
-
Lookup Type: ACCUMULATION_COLUMN
12.2.2
product: PA - Projects , meaning: Accumulation Column , description: Accumulation_Column ,