Search Results element_number
Overview
PA_STRUC_PREDECESSORS_V is a read-only view owned by the APPS schema in Oracle E-Business Suite, defined within the Projects (PA) product family. As documented in the ETRM metadata for releases 12.1.1 and 12.2.2, the view "selects the information of the predecessors" and is explicitly annotated as being provided "for future use." It therefore does not participate in the standard Project Management or Project Costing processing flows, but rather exposes the predecessor relationships recorded between project structure elements in a denormalized, report-oriented form.
The view resolves relationships stored in PA_OBJECT_RELATIONSHIPS, specifically those whose relationship type is 'D', where the "to" object type is 'PA_TASKS' and the "from" object type is either 'PA_TASKS' or 'PA_STRUCTURES'. The result set combines the predecessor element (the "from" side) with the successor element version (the "to" side) and enriches each row with the owning project and element-version attributes. Because the underlying relationship table stores generic object links, this view renders the Projects-specific predecessor semantics in a form suitable for ad hoc SQL, custom reports, and integration extracts.
Underlying Base Objects
The documented base objects referenced by the view are:
- PA_OBJECT_RELATIONSHIPS (SYNONYM) — the driving table, aliased REL, supplying relationship identifiers, lag values, priority, and relationship type/subtype.
- PA_PROJECTS_ALL (SYNONYM) — supplies project number (SEGMENT1) and project name.
- PA_PROJ_ELEMENTS (SYNONYM) — supplies element number and element name for both predecessor and successor tasks.
- PA_PROJ_ELEMENT_VERSIONS (SYNONYM) — supplies element version identifiers used to resolve the parent/child structure linkage.
- PA_PROJ_ELEM_VER_STRUCTURE (SYNONYM) — supplies the version number and structure name used to join the predecessor element version to its project.
The view is a UNION of two branches. The first branch joins a successor element version (PV2/PE2) to its parent structure version (PV1/PE1/EVS) and then to the relationship row, returning full successor column values. The second branch returns only the predecessor side, emitting TO_NUMBER(NULL), NULL, NULL for the successor columns. Both branches restrict the result set with the same relationship predicates, ensuring only scheduling-style predecessor links are exposed.
h4>Key Columns- OBJECT_RELATIONSHIP_ID — primary identifier of the relationship row in PA_OBJECT_RELATIONSHIPS.
- PROJECT_ID, SEGMENT1, NAME — the project owning the predecessor/successor element, joined via PA_PROJECTS_ALL.
- PROJ_ELEMENT_ID, ELEMENT_NUMBER, NAME — the project element (task) identifier, number, and descriptive name.
- ELEMENT_VERSION_ID, VERSION_NUMBER — the project element version and its structure version number from PA_PROJ_ELEM_VER_STRUCTURE.
- OBJECT_ID_FROM1 — the originating object of the relationship, i.e., the predecessor.
- RELATIONSHIP_TYPE, RELATIONSHIP_SUBTYPE — the relationship classification; the view filters to 'D', denoting dependency/predecessor relationships.
- LAG_DAY, IMPORTED_LAG — the lag, in days, applied to the predecessor relationship, including any imported lag value.
- PRIORITY — the scheduling priority associated with the relationship.
- PM_PRODUCT_CODE — identifies the originating product (Project Management) for the relationship.
- RECORD_VERSION_NUMBER — the optimistic locking/version column carried over from the base table.
Common Use Cases and Queries
Because the view is designated "for future use," it is not referenced by seeded Oracle forms or concurrent programs. Practical use is limited to custom reporting, data migration validation, and integration extracts that must reconcile predecessor/successor structure outside the standard Project Management scheduling engine. A representative query retrieving all predecessor relationships for a given project is:
- SELECT OBJECT_RELATIONSHIP_ID, PROJECT_ID, SEGMENT1, ELEMENT_NUMBER, NAME, RELATIONSHIP_TYPE, RELATIONSHIP_SUBTYPE, LAG_DAY, IMPORTED_LAG, PRIORITY FROM APPS.PA_STRUC_PREDECESSORS_V WHERE PROJECT_ID = :project_id;
- SELECT SEGMENT1, ELEMENT_NUMBER, NAME, VERSION_NUMBER, LAG_DAY FROM APPS.PA_STRUC_PREDECESSORS_V WHERE RELATIONSHIP_TYPE = 'D' ORDER BY SEGMENT1, ELEMENT_NUMBER;
Consumers should note that the second UNION branch yields NULL successor identifiers, so queries requiring both sides of the relationship must filter for rows where OBJECT_ID_FROM1 and the successor columns are both populated. Join performance is generally acceptable given the indexed keys on PA_OBJECT_RELATIONSHIPS and PA_PROJ_ELEMENT_VERSIONS.
-
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.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_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_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_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.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_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_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_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_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 ,
-
View: PA_EGO_LIFECYCLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EGO_LIFECYCLES_V, object_name:PA_EGO_LIFECYCLES_V, status:VALID, product: PA - Projects , description: Only - Retrofitted , implementation_dba_data: APPS.PA_EGO_LIFECYCLES_V ,
-
View: PA_EGO_LIFECYCLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EGO_LIFECYCLES_V, object_name:PA_EGO_LIFECYCLES_V, status:VALID, product: PA - Projects , description: Only - Retrofitted , implementation_dba_data: APPS.PA_EGO_LIFECYCLES_V ,
-
View: PA_STRUCTURE_NAMES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUCTURE_NAMES_V, object_name:PA_STRUCTURE_NAMES_V, status:VALID, product: PA - Projects , description: PA_STRUCTURE_NAMES_V selects structure name and structure number. - For future use , implementation_dba_data: APPS.PA_STRUCTURE_NAMES_V ,
-
View: PA_STRUCTURE_NAMES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUCTURE_NAMES_V, object_name:PA_STRUCTURE_NAMES_V, status:VALID, product: PA - Projects , description: PA_STRUCTURE_NAMES_V selects structure name and structure number. - For future use , implementation_dba_data: APPS.PA_STRUCTURE_NAMES_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 ,
-
View: PA_DLVR_TYPE_ACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DLVR_TYPE_ACTIONS_V, object_name:PA_DLVR_TYPE_ACTIONS_V, status:VALID, product: PA - Projects , description: PA_DLVR_TYPE_ACTIONS_V selects all the attributes of a Deliverable Type Action , implementation_dba_data: APPS.PA_DLVR_TYPE_ACTIONS_V ,
-
View: PA_DLVR_TYPE_ACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DLVR_TYPE_ACTIONS_V, object_name:PA_DLVR_TYPE_ACTIONS_V, status:VALID, product: PA - Projects , description: PA_DLVR_TYPE_ACTIONS_V selects all the attributes of a Deliverable Type Action , implementation_dba_data: APPS.PA_DLVR_TYPE_ACTIONS_V ,
-
View: PA_STRUCTURE_VERSIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUCTURE_VERSIONS_V, object_name:PA_STRUCTURE_VERSIONS_V, status:VALID, product: PA - Projects , description: PA_STRUCTURE_VERSIONS_V selects all structure-related attributes. - For future use , implementation_dba_data: APPS.PA_STRUCTURE_VERSIONS_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 ,
-
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_DLVR_ACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DLVR_ACTIONS_V, object_name:PA_DLVR_ACTIONS_V, status:VALID, product: PA - Projects , description: PA_DLVR_ACTIONS_V selects all the attributes of a Deliverable Action , implementation_dba_data: APPS.PA_DLVR_ACTIONS_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_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_DELIVERABLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DELIVERABLES_V, object_name:PA_DELIVERABLES_V, status:VALID, product: PA - Projects , description: PA_DELIVERABLES_V selects all the attributes of a Deliverable. , implementation_dba_data: APPS.PA_DELIVERABLES_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_DELIVERABLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DELIVERABLES_V, object_name:PA_DELIVERABLES_V, status:VALID, product: PA - Projects , description: PA_DELIVERABLES_V selects all the attributes of a Deliverable. , implementation_dba_data: APPS.PA_DELIVERABLES_V ,
-
View: PA_TASKS_PUBLISHING_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASKS_PUBLISHING_V, object_name:PA_TASKS_PUBLISHING_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TASKS_PUBLISHING_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_TASKS_PUBLISHING_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASKS_PUBLISHING_V, object_name:PA_TASKS_PUBLISHING_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TASKS_PUBLISHING_V ,
-
View: PA_STRUCTURE_VERSIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUCTURE_VERSIONS_V, object_name:PA_STRUCTURE_VERSIONS_V, status:VALID, product: PA - Projects , description: PA_STRUCTURE_VERSIONS_V selects all structure-related attributes. - For future use , implementation_dba_data: APPS.PA_STRUCTURE_VERSIONS_V ,
-
View: PA_DLVR_ACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DLVR_ACTIONS_V, object_name:PA_DLVR_ACTIONS_V, status:VALID, product: PA - Projects , description: PA_DLVR_ACTIONS_V selects all the attributes of a Deliverable Action , implementation_dba_data: APPS.PA_DLVR_ACTIONS_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_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_DLV_ASSCN_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DLV_ASSCN_TASKS_V, object_name:PA_DLV_ASSCN_TASKS_V, status:VALID, product: PA - Projects , description: PA_DLV_ASSCN_TASKS_V selects all the attributes of a Deliverable , implementation_dba_data: APPS.PA_DLV_ASSCN_TASKS_V ,
-
View: PA_DLV_ASSCN_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DLV_ASSCN_TASKS_V, object_name:PA_DLV_ASSCN_TASKS_V, status:VALID, product: PA - Projects , description: PA_DLV_ASSCN_TASKS_V selects all the attributes of a Deliverable , implementation_dba_data: APPS.PA_DLV_ASSCN_TASKS_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_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_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_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_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_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_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_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_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 ,