Search Results rate_based_flag
Overview
PA_ASSIGNMENT_PROG_HIST_V is a Projects (PA) module view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. It presents summarized assignment-level progress history used by the Progress workbench and related project progress reporting. The view consolidates actual-to-date quantities, estimated-to-complete (ETC) values, and derived estimates-at-completion (EAC) for cost and effort at the assignment level, organized by resource class.
Because it drives progress rollup and EAC/ETC presentation, the view is queried by Progress Manager, Project Status Inquiry style reports, and custom progress dashboards. It returns data as of a specific reporting date (AS_OF_DATE) and supports baseline versus current comparisons through baseline assignment dates. In 12.2.2 the object is documented as VALID with the same definition as 12.1.1, allowing identical SQL to be used across both releases without modification.
Underlying Base Objects
The view is defined over the following documented base tables, synonyms, views, and packages:
- PA_PROGRESS_ROLLUP (SYNONYM) — supplies rolled-up progress actuals and ETC columns used in EAC and remaining-effort derivations.
- PA_PROGRESS_UTILS (PACKAGE) — the PA_PROGRESS_UTILS.SUM_ETC_VALUES function calculates the effective ETC by resource class and combines it with actuals to yield EST_AT_COMPLETION.
- PA_PROJECTS_ALL, PA_PROJECT_STATUSES (SYNONYMS) — project-level context, status, and reporting filters.
- PA_PROJ_ELEMENTS, PA_PROJ_ELEMENT_VERSIONS, PA_PROJ_ELEM_VER_STRUCTURE (SYNONYMS) — work breakdown and version structures that qualify the assignment.
- PA_PROJ_PROGRESS_ATTR (SYNONYM) — progress attributes relevant to reporting.
- PA_TASK_ASGMTS_V (VIEW) — the assignment-level source, providing current and baselined assignment dates and planned quantities.
- PA_TASK_ASSIGNMENT_UTILS (PACKAGE) — assignment utility logic used in the underlying stack.
- PA_TASK_TYPES (SYNONYM) — task/assignment type classification.
Documented references explicitly include PTAV (PA_TASK_ASGMTS_V) and PPR (PA_PROGRESS_ROLLUP), from which the view DERIVES its DECODE-based columns.
Key Columns
- ACTUAL_COST — resource-class aware actual cost to date, sourced from the appropriate PPR cost column.
- ACTUAL_EFFORT — actual effort to date (People, Equipment, or Other quantity).
- AS_OF_DATE — reporting snapshot date from PA_PROGRESS_ROLLUP.
- BASELINED_ASGMT_START_DATE / BASELINED_ASGMT_END_DATE — baseline assignment dates from PA_TASK_ASGMTS_V.
- EST_AT_COMPLETION_COST and EST_AT_COMPLETION_EFFORT — sum of actuals plus SUM_ETC_VALUES derived ETC.
- ESTIMATED_REMAINING_EFFORT — remaining effort derived via SUM_ETC_VALUES.
- ACTUAL_START_DATE, ACTUAL_FINISH_DATE, ESTIMATED_START_DATE, ESTIMATED_FINISH_DATE — schedule actuals and forecasts.
Common Use Cases and Queries
The view supports progress analysis by resource class, baseline versus current variance, and cost/effort EAC reporting. A typical query filters by project and as-of date:
- SELECT project, task, actual_cost, est_at_completion_cost, actual_effort, est_at_completion_effort FROM pa_assignment_prog_hist_v WHERE as_of_date = :as_of_date;
- Join to PA_PROJECTS_ALL and PA_TASK_ASGMTS_V on project and assignment for descriptive columns and assignment-level baselines.
- Compare BASELINED_ASGMT dates against ACTUAL/ESTIMATED dates for schedule slippage analysis.
- Feed data to custom dashboards presenting baseline versus current cost and effort EAC at assignment level.
Users searching for pa_assignment_prog_hist_v typically need these assignment-level progress results for custom reporting, since the view already encapsulates the resource-class DECODE and the SUM_ETC_VALUES logic required for accurate EAC calculation.
-
View: PA_ASSIGNMENT_PROG_HIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ASSIGNMENT_PROG_HIST_V, object_name:PA_ASSIGNMENT_PROG_HIST_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ASSIGNMENT_PROG_HIST_V ,
-
View: PA_ASSIGNMENT_PROG_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ASSIGNMENT_PROG_HIST_V, object_name:PA_ASSIGNMENT_PROG_HIST_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ASSIGNMENT_PROG_HIST_V ,
-
View: PA_TASK_ASGMTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_ASGMTS_V, object_name:PA_TASK_ASGMTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TASK_ASGMTS_V ,
-
View: PA_TASK_ASGMTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_ASGMTS_V, object_name:PA_TASK_ASGMTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TASK_ASGMTS_V ,
-
View: PA_TASKS_ASSIGNS_PROGRESS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASKS_ASSIGNS_PROGRESS_V, object_name:PA_TASKS_ASSIGNS_PROGRESS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TASKS_ASSIGNS_PROGRESS_V ,
-
View: PA_TASKS_ASSIGNS_PROGRESS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASKS_ASSIGNS_PROGRESS_V, object_name:PA_TASKS_ASSIGNS_PROGRESS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TASKS_ASSIGNS_PROGRESS_V ,
-
View: PA_TASK_ASSIGNMENTS_AMG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_ASSIGNMENTS_AMG_V, object_name:PA_TASK_ASSIGNMENTS_AMG_V, status:VALID, product: PA - Projects , description: This view provides progress data for task assignments. , implementation_dba_data: APPS.PA_TASK_ASSIGNMENTS_AMG_V ,
-
View: PA_TASK_ASSIGNMENTS_AMG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_ASSIGNMENTS_AMG_V, object_name:PA_TASK_ASSIGNMENTS_AMG_V, status:VALID, product: PA - Projects , description: This view provides progress data for task assignments. , implementation_dba_data: APPS.PA_TASK_ASSIGNMENTS_AMG_V ,
-
View: PA_TASK_ASSIGNMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_ASSIGNMENTS_V, object_name:PA_TASK_ASSIGNMENTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TASK_ASSIGNMENTS_V ,
-
View: PA_TASK_ASSIGNMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_ASSIGNMENTS_V, object_name:PA_TASK_ASSIGNMENTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TASK_ASSIGNMENTS_V ,
-
View: PA_ASSIGNMENT_PROGRESS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ASSIGNMENT_PROGRESS_V, object_name:PA_ASSIGNMENT_PROGRESS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ASSIGNMENT_PROGRESS_V ,
-
View: PA_ASSIGNMENT_PROGRESS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ASSIGNMENT_PROGRESS_V, object_name:PA_ASSIGNMENT_PROGRESS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ASSIGNMENT_PROGRESS_V ,