Search Results pa_proj_elements
Overview
The PA_PROJ_ELEMENTS table is a core data repository within the Oracle E-Business Suite Projects module (PA). It serves as a master table for storing fundamental, non-versioned information pertaining to project tasks and hierarchical structures. Its primary role is to act as a central reference point for project element definitions, linking to various versioned details and transactional data. While the provided ETRM documentation notes its description is "For future use," its extensive foreign key relationships indicate it is a foundational object for structuring project work breakdowns, managing task attributes, and supporting related functionalities like progress tracking and ERP integrations.
Key Information Stored
The table's structure centers on the unique identifier PROJ_ELEMENT_ID, which is the primary key. Key relational columns establish critical links to other master data, including PROJECT_ID (to PA_PROJECTS_ALL), PARENT_STRUCTURE_ID (for hierarchical relationships within the same table), and PHASE_VERSION_ID (to PA_PROJ_ELEMENT_VERSIONS). Other significant attributes define task characteristics and context, such as TYPE_ID (task type from PA_TASK_TYPES), PHASE_CODE (project status), LOCATION_ID, CARRYING_OUT_ORGANIZATION_ID, and TASK_PROGRESS_ENTRY_PAGE_ID for defining progress entry layouts.
Common Use Cases and Queries
This table is integral for queries that need to analyze the foundational task structure of projects, independent of schedule or budget versions. Common use cases include generating task hierarchy reports, validating task setup, and serving as the anchor for joins to version-specific details. A typical query pattern retrieves the task hierarchy for a given project:
- SELECT pe.proj_element_id, pe.parent_structure_id, tt.name task_type FROM pa_proj_elements pe, pa_task_types tt WHERE pe.project_id = :p_project_id AND pe.type_id = tt.task_type_id(+) ORDER BY pe.parent_structure_id, pe.proj_element_id;
It is also frequently joined to PA_PROJ_ELEMENT_VERSIONS to get the complete picture of a task, including its schedule and resource assignments. Furthermore, its links to PA_PROGRESS_ROLLUP and PA_PROJ_PROGRESS_ATTR underscore its role in progress calculation and reporting workflows.
Related Objects
PA_PROJ_ELEMENTS has a wide network of dependencies, as shown by its foreign keys. Key related objects include:
- PA_PROJ_ELEMENT_VERSIONS: Stores versioned details (schedule, budget) for each project element.
- PA_PROJECTS_ALL: The master projects table.
- PA_PROGRESS_ROLLUP / PA_PROJ_PROGRESS_ATTR: For progress calculation and attribute storage.
- PA_PROJECTS_ERP_EXT_B/TL: For ERP integration extensions.
- PA_TASK_TYPES, PA_PROJECT_STATUSES, HR_ALL_ORGANIZATION_UNITS: Reference tables for descriptive flexfield and validation data.
- PA_PROJ_ELEM_VER_SCHEDULE & PA_PROJ_ELEM_VER_STRUCTURE: For detailed versioned scheduling and structure information.
-
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_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_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_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_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_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 ,
-
Table: PA_XBS_DENORM
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_XBS_DENORM, object_name:PA_XBS_DENORM, status:VALID, product: PA - Projects , description: This table stores normalized work breakdown structure and program hierarchy information , implementation_dba_data: PA.PA_XBS_DENORM ,
-
Table: PA_XBS_DENORM
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_XBS_DENORM, object_name:PA_XBS_DENORM, status:VALID, product: PA - Projects , description: This table stores normalized work breakdown structure and program hierarchy information , implementation_dba_data: PA.PA_XBS_DENORM ,
-
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 ,
-
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 ,
-
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_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_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_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_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 ,
-
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 ,
-
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_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_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_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.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_DLVR_ACTIONS_AMG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DLVR_ACTIONS_AMG_V, object_name:PA_DLVR_ACTIONS_AMG_V, status:VALID, product: PA - Projects , description: PA_DLVR_ACTIONS_AMG_V selects all the attributes of a Deliverable Action. , implementation_dba_data: APPS.PA_DLVR_ACTIONS_AMG_V ,
-
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_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_DLVR_ACTIONS_AMG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DLVR_ACTIONS_AMG_V, object_name:PA_DLVR_ACTIONS_AMG_V, status:VALID, product: PA - Projects , description: PA_DLVR_ACTIONS_AMG_V selects all the attributes of a Deliverable Action. , implementation_dba_data: APPS.PA_DLVR_ACTIONS_AMG_V ,
-
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 ,
-
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_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_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_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_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 ,
-
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_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_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_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 ,
-
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_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_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_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_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 ,
-
Table: PA_PROJ_PROGRESS_ATTR
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_PROGRESS_ATTR, object_name:PA_PROJ_PROGRESS_ATTR, status:VALID, product: PA - Projects , description: PA_PROJ_PROGRESS_ATTR stores progress setup related information for structures. , implementation_dba_data: PA.PA_PROJ_PROGRESS_ATTR ,
-
Table: PA_LIFECYCLE_USAGES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_LIFECYCLE_USAGES, object_name:PA_LIFECYCLE_USAGES, status:VALID, product: PA - Projects , description: PA_LIFECYCLE_USAGES stores information about the usuage types of the existing lifecycle. , implementation_dba_data: PA.PA_LIFECYCLE_USAGES ,
-
Table: PA_PROJ_PROGRESS_ATTR
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_PROGRESS_ATTR, object_name:PA_PROJ_PROGRESS_ATTR, status:VALID, product: PA - Projects , description: PA_PROJ_PROGRESS_ATTR stores progress setup related information for structures. , implementation_dba_data: PA.PA_PROJ_PROGRESS_ATTR ,
-
Table: PA_PROJ_STRUCTURE_TYPES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_STRUCTURE_TYPES, object_name:PA_PROJ_STRUCTURE_TYPES, status:VALID, product: PA - Projects , description: PA_PROJ_STRUCTURE_TYPES stores the structure types for a particular structure. - For future use , implementation_dba_data: PA.PA_PROJ_STRUCTURE_TYPES ,