Search Results pa_proj_element_versions
Overview
The PA_PROJ_ELEMENT_VERSIONS table is a core data repository within the Oracle E-Business Suite Projects module (PA). It is designed to store versioned information related to project tasks and hierarchical structures, serving as a central hub for managing different iterations of project elements over time. Its primary role is to support complex project management functionalities that require historical tracking and multiple concurrent versions of work breakdown structures (WBS), resource breakdown structures (RBS), and other project element hierarchies. The official documentation notes its description is "For future use," indicating its foundational architecture supports advanced, version-aware features within the application's data model.
Key Information Stored
The table's structure facilitates the management of element versions. The primary key is ELEMENT_VERSION_ID, which uniquely identifies each version record. Two critical foreign key columns establish its core relationships: PROJ_ELEMENT_ID links to the base project element definition in PA_PROJ_ELEMENTS, and PROJECT_ID ties the version to a specific project in PA_PROJECTS_ALL. A significant self-referencing column, PARENT_STRUCTURE_VERSION_ID, creates hierarchical relationships between different element versions, enabling the construction of versioned project structures. Other attributes, while not explicitly listed in the provided metadata, typically include version numbers, effective dates, statuses, and system who columns to track creation and modification.
Common Use Cases and Queries
This table is integral to processes involving version-controlled project planning. Common use cases include querying the current or historical structure of a project for audit purposes, supporting financial and progress rollup calculations across specific structure versions, and serving as the backbone for budget and forecast planning tied to a particular RBS or project structure snapshot. A typical reporting query might join this table to project and element tables to retrieve a version history for a task.
- Sample Query: Retrieving all structure versions for a specific project element.
SELECT pev.element_version_id, pev.version_number, pev.effective_date
FROM pa_proj_element_versions pev
WHERE pev.proj_element_id = :p_element_id
ORDER BY pev.effective_date DESC; - Integration Point: The table is frequently referenced in temporary tables (e.g., PA_PROJ_ROLLUP_TEMP) for performance-intensive operations like progress and financial summarization, where a specific structure version must be locked for calculation consistency.
Related Objects
PA_PROJ_ELEMENT_VERSIONS has extensive relationships, underscoring its central role. It is referenced by numerous key tables across the Projects module:
- Core Elements and Projects: PA_PROJ_ELEMENTS, PA_PROJECTS_ALL.
- Budgeting and Forecasting: PA_BUDGET_VERSIONS (for RBS and project structure versions), PA_PROJ_FP_OPTIONS.
- Progress and Performance Measurement: PA_PERCENT_COMPLETES, PA_PROGRESS_ROLLUP.
- Workplan and Scheduling: PA_PROJ_ELEM_VER_SCHEDULE, PA_PROJ_ELEM_VER_STRUCTURE, PA_PROJ_WORKPLAN_ATTR (for lifecycle and phase versions).
- Calculation and Temporary Data: PA_PROJ_ROLLUP_TEMP, PA_PROJ_ROLLUP_OBJ_TEMP.
These relationships demonstrate that the table is a critical linchpin for version-aware data in project structures, budgets, and progress tracking, enabling complex project management scenarios within Oracle EBS.
-
Table: PA_PROJ_ELEMENT_VERSIONS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_ELEMENT_VERSIONS, object_name:PA_PROJ_ELEMENT_VERSIONS, status:VALID, product: PA - Projects , description: PA_PROJ_ELEMENT_VERSIONS stores the common versioned information related to tasks and structures. - For future use , implementation_dba_data: PA.PA_PROJ_ELEMENT_VERSIONS ,
-
Table: PA_PROJ_ELEMENT_VERSIONS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_ELEMENT_VERSIONS, object_name:PA_PROJ_ELEMENT_VERSIONS, status:VALID, product: PA - Projects , description: PA_PROJ_ELEMENT_VERSIONS stores the common versioned information related to tasks and structures. - For future use , implementation_dba_data: PA.PA_PROJ_ELEMENT_VERSIONS ,
-
View: PA_DEPENDENCIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DEPENDENCIES_V, object_name:PA_DEPENDENCIES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_DEPENDENCIES_V ,
-
View: PA_DEPENDENCIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DEPENDENCIES_V, object_name:PA_DEPENDENCIES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_DEPENDENCIES_V ,
-
View: PA_STRUCTURES_TASKS_V
12.1.1
product: PA - Projects , description: PA_STRUCTURES_TASKS_V selects all the attributes of a structure version and a task version. - For future use , implementation_dba_data: Not implemented in this database ,
-
View: PA_STRUCT_TASK_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUCT_TASK_LOV_V, object_name:PA_STRUCT_TASK_LOV_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_STRUCT_TASK_LOV_V ,
-
View: PA_STRUCT_TASK_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUCT_TASK_LOV_V, object_name:PA_STRUCT_TASK_LOV_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_STRUCT_TASK_LOV_V ,
-
View: PA_STRUCTURES_TASKS_V
12.2.2
product: PA - Projects , description: PA_STRUCTURES_TASKS_V selects all the attributes of a structure version and a task version. - For future use , implementation_dba_data: Not implemented in this database ,
-
Table: PA_PROJ_WORKPLAN_ATTR
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_WORKPLAN_ATTR, object_name:PA_PROJ_WORKPLAN_ATTR, status:VALID, product: PA - Projects , description: This table stores the workplan attributes for projects. , implementation_dba_data: PA.PA_PROJ_WORKPLAN_ATTR ,
-
Table: PA_PROJ_WORKPLAN_ATTR
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_WORKPLAN_ATTR, object_name:PA_PROJ_WORKPLAN_ATTR, status:VALID, product: PA - Projects , description: This table stores the workplan attributes for projects. , implementation_dba_data: PA.PA_PROJ_WORKPLAN_ATTR ,
-
Table: PA_PROGRESS_ROLLUP
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROGRESS_ROLLUP, object_name:PA_PROGRESS_ROLLUP, status:VALID, product: PA - Projects , description: PA_PROGRESS_ROLLUP stores rolled up progress information for tasks and structures. , implementation_dba_data: PA.PA_PROGRESS_ROLLUP ,
-
Table: PA_PROJ_ROLLUP_OBJ_TEMP
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_ROLLUP_OBJ_TEMP, object_name:PA_PROJ_ROLLUP_OBJ_TEMP, status:VALID, product: PA - Projects , description: PA_PROJ_ROLLUP_OBJ_TEMP temporarily holds the data to be processed by the scheduling API , implementation_dba_data: PA.PA_PROJ_ROLLUP_OBJ_TEMP ,
-
Table: PA_OBJECT_RELATIONSHIPS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_OBJECT_RELATIONSHIPS, object_name:PA_OBJECT_RELATIONSHIPS, status:VALID, product: PA - Projects , description: This table is used to store all relationships relating to projects, structures and tasks. , implementation_dba_data: PA.PA_OBJECT_RELATIONSHIPS ,
-
Table: PA_OBJECT_RELATIONSHIPS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_OBJECT_RELATIONSHIPS, object_name:PA_OBJECT_RELATIONSHIPS, status:VALID, product: PA - Projects , description: This table is used to store all relationships relating to projects, structures and tasks. , implementation_dba_data: PA.PA_OBJECT_RELATIONSHIPS ,
-
View: PA_EGO_LIFECYCLES_PHASES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EGO_LIFECYCLES_PHASES_V, object_name:PA_EGO_LIFECYCLES_PHASES_V, status:VALID, product: PA - Projects , description: Only - Retrofitted , implementation_dba_data: APPS.PA_EGO_LIFECYCLES_PHASES_V ,
-
View: PA_EGO_LIFECYCLES_PHASES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EGO_LIFECYCLES_PHASES_V, object_name:PA_EGO_LIFECYCLES_PHASES_V, status:VALID, product: PA - Projects , description: Only - Retrofitted , implementation_dba_data: APPS.PA_EGO_LIFECYCLES_PHASES_V ,
-
Table: PA_PROJ_ROLLUP_TEMP
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_ROLLUP_TEMP, object_name:PA_PROJ_ROLLUP_TEMP, status:VALID, product: PA - Projects , description: This table is used to generate schedules for sets of dates in a project. Records are deleted from the table at the end of the user session. , implementation_dba_data: PA.PA_PROJ_ROLLUP_TEMP ,
-
Table: PA_PROGRESS_ROLLUP
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROGRESS_ROLLUP, object_name:PA_PROGRESS_ROLLUP, status:VALID, product: PA - Projects , description: PA_PROGRESS_ROLLUP stores rolled up progress information for tasks and structures. , implementation_dba_data: PA.PA_PROGRESS_ROLLUP ,
-
Table: PA_PROJ_ROLLUP_OBJ_TEMP
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_ROLLUP_OBJ_TEMP, object_name:PA_PROJ_ROLLUP_OBJ_TEMP, status:VALID, product: PA - Projects , description: PA_PROJ_ROLLUP_OBJ_TEMP temporarily holds the data to be processed by the scheduling API , implementation_dba_data: PA.PA_PROJ_ROLLUP_OBJ_TEMP ,
-
Table: PA_PROJ_ROLLUP_TEMP
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_ROLLUP_TEMP, object_name:PA_PROJ_ROLLUP_TEMP, status:VALID, product: PA - Projects , description: This table is used to generate schedules for sets of dates in a project. Records are deleted from the table at the end of the user session. , implementation_dba_data: PA.PA_PROJ_ROLLUP_TEMP ,
-
View: PA_TASK_NAMES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_NAMES_V, object_name:PA_TASK_NAMES_V, status:VALID, product: PA - Projects , description: PA_TASK_NAMES_V selects the important display information of a task. - For future use. , implementation_dba_data: APPS.PA_TASK_NAMES_V ,
-
View: PA_TASK_NAMES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_NAMES_V, object_name:PA_TASK_NAMES_V, status:VALID, product: PA - Projects , description: PA_TASK_NAMES_V selects the important display information of a task. - For future use. , implementation_dba_data: APPS.PA_TASK_NAMES_V ,
-
View: PA_STRUC_PREDECESSORS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUC_PREDECESSORS_V, object_name:PA_STRUC_PREDECESSORS_V, status:VALID, product: PA - Projects , description: PA_STRUC_PREDECESSORS_V selects the information of the predecessors. - For future use , implementation_dba_data: APPS.PA_STRUC_PREDECESSORS_V ,
-
View: PA_STRUC_SUCCESSORS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUC_SUCCESSORS_V, object_name:PA_STRUC_SUCCESSORS_V, status:VALID, product: PA - Projects , description: PA_STRUC_SUCCESSORS_V selects the information of the successors. - For future use , implementation_dba_data: APPS.PA_STRUC_SUCCESSORS_V ,
-
View: PA_STRUC_ASSOCIATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUC_ASSOCIATIONS_V, object_name:PA_STRUC_ASSOCIATIONS_V, status:VALID, product: PA - Projects , description: PA_STRUC_ASSOCIATIONS_V view selects the information of the associated object. - For future use , implementation_dba_data: APPS.PA_STRUC_ASSOCIATIONS_V ,
-
View: PA_EGO_PHASES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EGO_PHASES_V, object_name:PA_EGO_PHASES_V, status:VALID, product: PA - Projects , description: Only - Retrofitted , implementation_dba_data: APPS.PA_EGO_PHASES_V ,
-
View: PA_EGO_PHASES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EGO_PHASES_V, object_name:PA_EGO_PHASES_V, status:VALID, product: PA - Projects , description: Only - Retrofitted , implementation_dba_data: APPS.PA_EGO_PHASES_V ,
-
Table: PA_PROJ_ELEMENTS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_ELEMENTS, object_name:PA_PROJ_ELEMENTS, status:VALID, product: PA - Projects , description: PA_PROJ_ELEMENTS stores the common non-versioned information related to tasks and structures. - For future use , implementation_dba_data: PA.PA_PROJ_ELEMENTS ,
-
View: PA_STRUC_ASSOCIATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUC_ASSOCIATIONS_V, object_name:PA_STRUC_ASSOCIATIONS_V, status:VALID, product: PA - Projects , description: PA_STRUC_ASSOCIATIONS_V view selects the information of the associated object. - For future use , implementation_dba_data: APPS.PA_STRUC_ASSOCIATIONS_V ,
-
View: PA_STRUC_SUCCESSORS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUC_SUCCESSORS_V, object_name:PA_STRUC_SUCCESSORS_V, status:VALID, product: PA - Projects , description: PA_STRUC_SUCCESSORS_V selects the information of the successors. - For future use , implementation_dba_data: APPS.PA_STRUC_SUCCESSORS_V ,
-
View: PA_STRUC_PREDECESSORS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUC_PREDECESSORS_V, object_name:PA_STRUC_PREDECESSORS_V, status:VALID, product: PA - Projects , description: PA_STRUC_PREDECESSORS_V selects the information of the predecessors. - For future use , implementation_dba_data: APPS.PA_STRUC_PREDECESSORS_V ,
-
Table: PA_RESOURCE_ASSIGNMENTS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_ASSIGNMENTS, object_name:PA_RESOURCE_ASSIGNMENTS, status:VALID, product: PA - Projects , description: Resource assignments for a budget version at a branch of project's work breakdown , implementation_dba_data: PA.PA_RESOURCE_ASSIGNMENTS ,
-
View: PA_STRUCT_TASKS_LITE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUCT_TASKS_LITE_V, object_name:PA_STRUCT_TASKS_LITE_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_STRUCT_TASKS_LITE_V ,
-
Table: PA_RESOURCE_ASSIGNMENTS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_ASSIGNMENTS, object_name:PA_RESOURCE_ASSIGNMENTS, status:VALID, product: PA - Projects , description: Resource assignments for a budget version at a branch of project's work breakdown , implementation_dba_data: PA.PA_RESOURCE_ASSIGNMENTS ,
-
View: PA_STRUC_CHILD_LINKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUC_CHILD_LINKS_V, object_name:PA_STRUC_CHILD_LINKS_V, status:VALID, product: PA - Projects , description: PA_STRUC_CHILD_LINKS_V selects the child object information of a link. - For future use , implementation_dba_data: APPS.PA_STRUC_CHILD_LINKS_V ,
-
View: PA_STRUC_CHILD_LINKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUC_CHILD_LINKS_V, object_name:PA_STRUC_CHILD_LINKS_V, status:VALID, product: PA - Projects , description: PA_STRUC_CHILD_LINKS_V selects the child object information of a link. - For future use , implementation_dba_data: APPS.PA_STRUC_CHILD_LINKS_V ,
-
View: PA_PROGRAM_LINKS_AMG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROGRAM_LINKS_AMG_V, object_name:PA_PROGRAM_LINKS_AMG_V, status:VALID, product: PA - Projects , description: This view provides program links information , implementation_dba_data: APPS.PA_PROGRAM_LINKS_AMG_V ,
-
View: PA_STRUCT_TASKS_LITE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUCT_TASKS_LITE_V, object_name:PA_STRUCT_TASKS_LITE_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_STRUCT_TASKS_LITE_V ,
-
View: PA_STRUC_PARENT_LINKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUC_PARENT_LINKS_V, object_name:PA_STRUC_PARENT_LINKS_V, status:VALID, product: PA - Projects , description: PA_STRUC_PARENT_LINKS_V selects the parent object information of a link. - For future use , implementation_dba_data: APPS.PA_STRUC_PARENT_LINKS_V ,
-
View: PA_PROGRAM_LINKS_AMG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROGRAM_LINKS_AMG_V, object_name:PA_PROGRAM_LINKS_AMG_V, status:VALID, product: PA - Projects , description: This view provides program links information , implementation_dba_data: APPS.PA_PROGRAM_LINKS_AMG_V ,
-
View: PA_WORKPLAN_OPTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_WORKPLAN_OPTIONS_V, object_name:PA_WORKPLAN_OPTIONS_V, status:VALID, product: PA - Projects , description: Single-Org , implementation_dba_data: APPS.PA_WORKPLAN_OPTIONS_V ,
-
View: PA_FIN_STRUCTURES_LINKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_STRUCTURES_LINKS_V, object_name:PA_FIN_STRUCTURES_LINKS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_FIN_STRUCTURES_LINKS_V ,
-
View: PA_FIN_STRUCTURES_LINKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_STRUCTURES_LINKS_V, object_name:PA_FIN_STRUCTURES_LINKS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_FIN_STRUCTURES_LINKS_V ,
-
View: PA_STRUC_PARENT_LINKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUC_PARENT_LINKS_V, object_name:PA_STRUC_PARENT_LINKS_V, status:VALID, product: PA - Projects , description: PA_STRUC_PARENT_LINKS_V selects the parent object information of a link. - For future use , implementation_dba_data: APPS.PA_STRUC_PARENT_LINKS_V ,
-
View: PA_WORKPLAN_OPTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_WORKPLAN_OPTIONS_V, object_name:PA_WORKPLAN_OPTIONS_V, status:VALID, product: PA - Projects , description: Single-Org , implementation_dba_data: APPS.PA_WORKPLAN_OPTIONS_V ,
-
Table: PA_PROJ_ELEMENTS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_ELEMENTS, object_name:PA_PROJ_ELEMENTS, status:VALID, product: PA - Projects , description: PA_PROJ_ELEMENTS stores the common non-versioned information related to tasks and structures. - For future use , implementation_dba_data: PA.PA_PROJ_ELEMENTS ,
-
Table: PA_BUDGET_VERSIONS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BUDGET_VERSIONS, object_name:PA_BUDGET_VERSIONS, status:VALID, product: PA - Projects , description: Versions of project budgets , implementation_dba_data: PA.PA_BUDGET_VERSIONS ,
-
View: PA_FIN_LATEST_PUB_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_LATEST_PUB_TASKS_V, object_name:PA_FIN_LATEST_PUB_TASKS_V, status:VALID, product: PA - Projects , description: PA_FIN_LATEST_PUB_TASKS_V selects the tasks in the latest published structure version and the financial structure version. , implementation_dba_data: APPS.PA_FIN_LATEST_PUB_TASKS_V ,
-
Table: PA_BUDGET_VERSIONS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BUDGET_VERSIONS, object_name:PA_BUDGET_VERSIONS, status:VALID, product: PA - Projects , description: Versions of project budgets , implementation_dba_data: PA.PA_BUDGET_VERSIONS ,
-
View: PA_STRUCTURES_LINKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUCTURES_LINKS_V, object_name:PA_STRUCTURES_LINKS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_STRUCTURES_LINKS_V ,