Search Results pa_proj_elem_ver_structure
Overview
The PA_PROJ_ELEM_VER_STRUCTURE table is a foundational data object within the Oracle E-Business Suite (EBS) Projects module (PA). Its primary function is to store versioned attributes related to project element structures. In Oracle Projects, project elements are the core building blocks used to define the work breakdown structure (WBS) of a project, and versioning allows for the tracking of structural changes over time. This table serves as a junction, linking specific project element versions to their associated projects and base elements while holding structural metadata intended for future enhancements. As explicitly noted in the official documentation, its current implementation status is marked "For future use," indicating it is a core infrastructural table designed to support upcoming functionality within the project structure management framework.
Key Information Stored
The table's structure is defined by its key relationships, which are critical for understanding its role. The primary columns, as indicated by its foreign key constraints, establish essential linkages. The PROJECT_ID column references PA_PROJECTS_ALL, anchoring the structure data to a specific project. The PROJ_ELEMENT_ID column references PA_PROJ_ELEMENTS, identifying the base project element type. The ELEMENT_VERSION_ID column references PA_PROJ_ELEMENT_VERSIONS, pinpointing the specific version of that element. While the exact attribute columns are not detailed in the provided metadata, the table's purpose is to store the version-specific structural attributes that differ from the base element definition. The primary key constraint PPE_PK ensures the uniqueness of these versioned structure records.
Common Use Cases and Queries
Given its documented status for future use, direct operational or transactional use cases in standard implementations are limited. Its primary current utility is for reference and data integrity within the versioning schema. Common queries would typically involve joining to related master tables for analytical or support purposes. For instance, to retrieve a list of all versioned structures for a given project, one might use a query such as:
- SELECT pevs.*, pv.version_name, pe.element_name FROM pa_proj_elem_ver_structure pevs JOIN pa_proj_element_versions pv ON pevs.element_version_id = pv.element_version_id JOIN pa_proj_elements pe ON pevs.proj_element_id = pe.proj_element_id WHERE pevs.project_id = :p_project_id;
Data validation and integrity checks are also key use cases, ensuring that every record in PA_PROJ_ELEM_VER_STRUCTURE has valid corresponding entries in the three parent tables. Reporting on the existence of versioned structures across the project portfolio would also leverage this table as a central relationship point.
Related Objects
PA_PROJ_ELEM_VER_STRUCTURE is intrinsically linked to several core Projects tables, forming part of the project element versioning data model. As per the provided foreign key metadata, its key dependencies are:
- PA_PROJECTS_ALL: The master table for all projects. The PROJECT_ID foreign key ties versioned structures to a specific project.
- PA_PROJ_ELEMENTS: The definition table for project element types (e.g., Task, Deliverable). The PROJ_ELEMENT_ID foreign key links to the base element.
- PA_PROJ_ELEMENT_VERSIONS: The core table managing different versions of a project element. The ELEMENT_VERSION_ID foreign key is the direct link to a specific, versioned instance of an element.
This table is likely referenced by internal Oracle Projects APIs and may be used by seeded reports or analytics, though its "future use" designation suggests more extensive integration is planned for later releases.
-
Table: PA_PROJ_ELEM_VER_STRUCTURE
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_ELEM_VER_STRUCTURE, object_name:PA_PROJ_ELEM_VER_STRUCTURE, status:VALID, product: PA - Projects , description: PA_PROJ_ELEM_VER_STRUCTURE stores the structure attributes which are versioned. - For future use , implementation_dba_data: PA.PA_PROJ_ELEM_VER_STRUCTURE ,
-
Table: PA_PROJ_ELEM_VER_STRUCTURE
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_ELEM_VER_STRUCTURE, object_name:PA_PROJ_ELEM_VER_STRUCTURE, status:VALID, product: PA - Projects , description: PA_PROJ_ELEM_VER_STRUCTURE stores the structure attributes which are versioned. - For future use , implementation_dba_data: PA.PA_PROJ_ELEM_VER_STRUCTURE ,
-
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_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_FIN_PERCENT_COMP_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_PERCENT_COMP_HIST_V, object_name:PA_FIN_PERCENT_COMP_HIST_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_FIN_PERCENT_COMP_HIST_V ,
-
View: PA_FIN_LATEST_PUB_TASKS_V
12.1.1
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 ,
-
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 ,
-
View: PA_FIN_WP_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_WP_TASKS_V, object_name:PA_FIN_WP_TASKS_V, status:VALID, product: PA - Projects , description: PA_FIN_WP_TASKS_V selects the tasks in the workplan structure, financial structure, or a shared structure. , implementation_dba_data: APPS.PA_FIN_WP_TASKS_V ,
-
View: PA_FIN_WP_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_WP_TASKS_V, object_name:PA_FIN_WP_TASKS_V, status:VALID, product: PA - Projects , description: PA_FIN_WP_TASKS_V selects the tasks in the workplan structure, financial structure, or a shared structure. , implementation_dba_data: APPS.PA_FIN_WP_TASKS_V ,
-
View: PA_FIN_PERCENT_COMP_HIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_PERCENT_COMP_HIST_V, object_name:PA_FIN_PERCENT_COMP_HIST_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_FIN_PERCENT_COMP_HIST_V ,
-
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 ,
-
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_ASSGN_COST_EFFORT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ASSGN_COST_EFFORT_V, object_name:PA_ASSGN_COST_EFFORT_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ASSGN_COST_EFFORT_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_STRUCTURE_VERSION_NAMES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUCTURE_VERSION_NAMES_V, object_name:PA_STRUCTURE_VERSION_NAMES_V, status:VALID, product: PA - Projects , description: PA_STRUCTURE_VERSION_NAMES_V selects structure version name and structure number. - For future use , implementation_dba_data: APPS.PA_STRUCTURE_VERSION_NAMES_V ,
-
View: PA_STRUCTURE_VERSION_NAMES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUCTURE_VERSION_NAMES_V, object_name:PA_STRUCTURE_VERSION_NAMES_V, status:VALID, product: PA - Projects , description: PA_STRUCTURE_VERSION_NAMES_V selects structure version name and structure number. - For future use , implementation_dba_data: APPS.PA_STRUCTURE_VERSION_NAMES_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_FIN_PERCENT_COMPLETES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_PERCENT_COMPLETES_V, object_name:PA_FIN_PERCENT_COMPLETES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_FIN_PERCENT_COMPLETES_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_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_LATEST_PUB_STRUC_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_LATEST_PUB_STRUC_TASKS_V, object_name:PA_LATEST_PUB_STRUC_TASKS_V, status:VALID, product: PA - Projects , description: PA_LATEST_PUB_STRUC_TASKS_V selects the information of the latest published structure version. - For future use , implementation_dba_data: APPS.PA_LATEST_PUB_STRUC_TASKS_V ,
-
View: PA_LATEST_PUB_STRUC_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_LATEST_PUB_STRUC_TASKS_V, object_name:PA_LATEST_PUB_STRUC_TASKS_V, status:VALID, product: PA - Projects , description: PA_LATEST_PUB_STRUC_TASKS_V selects the information of the latest published structure version. - For future use , implementation_dba_data: APPS.PA_LATEST_PUB_STRUC_TASKS_V ,
-
View: PA_STRUCT_VERSIONS_LOV_AMG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUCT_VERSIONS_LOV_AMG_V, object_name:PA_STRUCT_VERSIONS_LOV_AMG_V, status:VALID, product: PA - Projects , description: This view provides a list of structure versions , implementation_dba_data: APPS.PA_STRUCT_VERSIONS_LOV_AMG_V ,
-
View: PA_STRUCT_VERSIONS_LOV_AMG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUCT_VERSIONS_LOV_AMG_V, object_name:PA_STRUCT_VERSIONS_LOV_AMG_V, status:VALID, product: PA - Projects , description: This view provides a list of structure versions , implementation_dba_data: APPS.PA_STRUCT_VERSIONS_LOV_AMG_V ,
-
View: PA_FIN_PERCENT_COMPLETES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_PERCENT_COMPLETES_V, object_name:PA_FIN_PERCENT_COMPLETES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_FIN_PERCENT_COMPLETES_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_STRUCT_PUB_TASK_VERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUCT_PUB_TASK_VERS_V, object_name:PA_STRUCT_PUB_TASK_VERS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_STRUCT_PUB_TASK_VERS_V ,
-
View: PA_STRUCT_PUB_TASK_VERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUCT_PUB_TASK_VERS_V, object_name:PA_STRUCT_PUB_TASK_VERS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_STRUCT_PUB_TASK_VERS_V ,
-
View: PA_ASSGN_COST_EFFORT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ASSGN_COST_EFFORT_V, object_name:PA_ASSGN_COST_EFFORT_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ASSGN_COST_EFFORT_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_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 ,
-
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 ,
-
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_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 ,
-
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 ,
-
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_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_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 ,
-
View: PA_STRUC_TASK_SEARCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUC_TASK_SEARCH_V, object_name:PA_STRUC_TASK_SEARCH_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_STRUC_TASK_SEARCH_V ,
-
View: PA_BACK_PROJ_TASK_PROG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BACK_PROJ_TASK_PROG_V, object_name:PA_BACK_PROJ_TASK_PROG_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_BACK_PROJ_TASK_PROG_V ,
-
View: PA_DELIVERABLE_PROG_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DELIVERABLE_PROG_HIST_V, object_name:PA_DELIVERABLE_PROG_HIST_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_DELIVERABLE_PROG_HIST_V ,
-
View: PA_STRUC_TASK_SEARCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUC_TASK_SEARCH_V, object_name:PA_STRUC_TASK_SEARCH_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_STRUC_TASK_SEARCH_V ,
-
View: PA_FIN_STRUCTURE_VERSIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_STRUCTURE_VERSIONS_V, object_name:PA_FIN_STRUCTURE_VERSIONS_V, status:VALID, product: PA - Projects , description: PA_FIN_STRUCTURE_VERSIONS_V selects all structure-related attributes. , implementation_dba_data: APPS.PA_FIN_STRUCTURE_VERSIONS_V ,
-
View: PA_FIN_STRUCTURE_VERSIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_STRUCTURE_VERSIONS_V, object_name:PA_FIN_STRUCTURE_VERSIONS_V, status:VALID, product: PA - Projects , description: PA_FIN_STRUCTURE_VERSIONS_V selects all structure-related attributes. , implementation_dba_data: APPS.PA_FIN_STRUCTURE_VERSIONS_V ,
-
View: PA_STRUCTURES_LINKS_V
12.2.2
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 ,
-
View: PA_BACK_PROJ_TASK_PROG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BACK_PROJ_TASK_PROG_V, object_name:PA_BACK_PROJ_TASK_PROG_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_BACK_PROJ_TASK_PROG_V ,
-
View: PA_DELIVERABLE_PROG_HIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DELIVERABLE_PROG_HIST_V, object_name:PA_DELIVERABLE_PROG_HIST_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_DELIVERABLE_PROG_HIST_V ,