Search Results baseline_start_date
Overview
PA_STRUCTURES_LINKS_V is a reporting view owned by the APPS schema in Oracle E-Business Suite, belonging to the Projects (PA) product family. It presents the links that connect project structures — specifically the relationships between a work breakdown structure (WBS) or structure element and its parent structure element across project versions. In ETRM terms, the view exposes the hierarchical and cross-project relationships recorded in the Projects structure model, together with the planned effort, baseline and scheduled dates, and project manager assignments associated with each structure element.
Its primary role is to support reporting and integration scenarios where the parent-to-child linkages between structure elements must be surfaced without consumers having to navigate the underlying relationship and version tables directly. The view is defined with a driving hint on PJI_FM_XBS_ACCUM_TMP1, indicating that it is tuned for accumulation and effort-rollup style queries rather than simple single-row lookups.
Underlying Base Objects
According to the documented ETRM metadata, the view is defined over the following base objects, all referenced through APPS synonyms except for the utility package:
- PA_OBJECT_RELATIONSHIPS — supplies the relationship rows and relationship type linking structure versions to one another.
- PA_PROJECTS_ALL — provides project number (SEGMENT1) and project name for both the linked and parent projects.
- PA_PROJ_ELEMENTS — supplies the structure element identity, element number, and element name.
- PA_PROJ_ELEMENT_VERSIONS — provides the structure version records for the linked and parent structures.
- PA_PROJ_ELEM_VER_SCHEDULE — contributes scheduled start and finish dates for the element version.
- PA_PROJ_ELEM_VER_STRUCTURE — links an element version to its parent structure version.
- PJI_FM_XBS_ACCUM_TMP1 — a temporary accumulation object supplying planned labor and equipment hours and the calendar/plan version context.
- PA_PROJECT_PARTIES_UTILS — a package whose functions resolve the project manager identity and name.
The joins connect PPV1 (parent structure versions) to PPV2 (linked structure versions) via PA_OBJECT_RELATIONSHIPS, with the relationship type constrained to 'LW' and 'LF'.
Key Columns
The view exposes identifier columns for both sides of the relationship, including PROJECT_ID, NAME, and SEGMENT1 for the parent (PPA1/PPV1) and linked (PPA2/PPV2) projects. Element-level columns include ELEMENT_VERSION_ID, PROJ_ELEMENT_ID, ELEMENT_NUMBER, and NAME. Relationship metadata is carried by RELATIONSHIP_TYPE, COMMENTS, OBJECT_RELATIONSHIP_ID, and RECORD_VERSION_NUMBER. Effort and schedule information is supplied through PLANNED_EFFORT (the sum of labor and equipment hours) and BASELINE_START_DATE, BASELINE_FINISH_DATE, SCHEDULED_START_DATE, and SCHEDULED_FINISH_DATE. Project manager details are returned via the PA_PROJECT_PARTIES_UTILS.GET_PROJECT_MANAGER and GET_PROJECT_MANAGER_NAME function calls.
Common Use Cases and Queries
Typical applications include structure hierarchy reporting, effort rollup analysis, and integration extracts that must reconcile linked project structures. A representative query retrieves the linked structures and planned effort for a given project:
- SELECT project_id, name, segment1, relationship_type, planned_effort, scheduled_start_date, scheduled_finish_date FROM pa_structures_links_v WHERE project_id = :p_project_id;
- SELECT project_id, element_number, relationship_type, planned_effort FROM pa_structures_links_v WHERE relationship_type IN ('LW','LF');
- SELECT project_id, name, scheduled_finish_date FROM pa_structures_links_v ORDER BY project_id, scheduled_finish_date;
Because PLANNED_EFFORT is derived through NVL-based arithmetic against the accumulation temporary object, results depend on the availability of accumulation rows for the relevant plan version and calendar. Queries should therefore constrain by project or structure version where possible to limit the volume of accumulation data processed.
-
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 ,
-
Lookup Type: PA_GANTT_FROM_TO_CODE
12.1.1
product: PA - Projects , meaning: Columns names for start from and end to , description: Columns names for start from and end to ,
-
Lookup Type: PA_GANTT_FROM_TO_CODE
12.2.2
product: PA - Projects , meaning: Columns names for start from and end to , description: Columns names for start from and end to ,
-
View: PA_PROJECTS_AMG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_AMG_V, object_name:PA_PROJECTS_AMG_V, status:VALID, product: PA - Projects , description: Internal , implementation_dba_data: APPS.PA_PROJECTS_AMG_V ,
-
Lookup Type: PA_TASK_FIND_ATTRIBUTES
12.1.1
product: PA - Projects , meaning: Attributes for the Find List of Task Details , description: Attributes for the Find List of Task Details ,
-
View: PA_PROJECTS
12.1.1
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: PA_TASK_FIND_ATTRIBUTES
12.2.2
product: PA - Projects , meaning: Attributes for the Find List of Task Details , description: Attributes for the Find List of Task Details ,
-
View: PA_PROJECTS_AMG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_AMG_V, object_name:PA_PROJECTS_AMG_V, status:VALID, product: PA - Projects , description: Internal , implementation_dba_data: APPS.PA_PROJECTS_AMG_V ,
-
View: PA_PROJECTS
12.2.2
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: PROJ_LIST_ADV_SRCH_COL
12.2.2
product: PA - Projects , meaning: Project Lists Advanced Search Columns , description: Project Lists Advanced Search Columns ,
-
Lookup Type: PROJ_LIST_ADV_SRCH_COL
12.1.1
product: PA - Projects , meaning: Project Lists Advanced Search Columns , description: Project Lists Advanced Search Columns ,
-
Lookup Type: PA_PROJECT_SEARCH_ATTR
12.1.1
product: PA - Projects , meaning: Project Search Attributes , description: Project Search Attributes ,
-
Lookup Type: PA_PROJECT_SEARCH_ATTR
12.2.2
product: PA - Projects , meaning: Project Search Attributes , description: Project Search Attributes ,
-
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 ,
-
Lookup Type: PROJ_LIST_ADVN_SRCH_COL
12.2.2
product: PA - Projects , meaning: Projects Lists Advanced Search Columns , description: Projects Lists Advanced Search Columns ,
-
View: PA_PROJECT_LISTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_LISTS_V, object_name:PA_PROJECT_LISTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_LISTS_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_PROJECT_LISTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_LISTS_V, object_name:PA_PROJECT_LISTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_LISTS_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_PROJECT_LISTS_USER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_LISTS_USER_V, object_name:PA_PROJECT_LISTS_USER_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_LISTS_USER_V ,
-
View: PA_PROJECT_LISTS_USER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_LISTS_USER_V, object_name:PA_PROJECT_LISTS_USER_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_LISTS_USER_V ,
-
View: PA_FIN_STRUCTURES_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_STRUCTURES_TASKS_V, object_name:PA_FIN_STRUCTURES_TASKS_V, status:VALID, product: PA - Projects , description: PA_FIN_STRUCTURES_TASKS_V selects all the attributes of a structure version and a task version. , implementation_dba_data: APPS.PA_FIN_STRUCTURES_TASKS_V ,
-
View: PA_FIN_STRUCTURES_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_STRUCTURES_TASKS_V, object_name:PA_FIN_STRUCTURES_TASKS_V, status:VALID, product: PA - Projects , description: PA_FIN_STRUCTURES_TASKS_V selects all the attributes of a structure version and a task version. , implementation_dba_data: APPS.PA_FIN_STRUCTURES_TASKS_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_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_PROJECTS_PRM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_PRM_V, object_name:PA_PROJECTS_PRM_V, status:VALID, product: PA - Projects , description: Single-Org , implementation_dba_data: APPS.PA_PROJECTS_PRM_V ,
-
View: PA_TASK_PROGRESS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_PROGRESS_V, object_name:PA_TASK_PROGRESS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TASK_PROGRESS_V ,
-
View: PA_TASK_PROGRESS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_PROGRESS_V, object_name:PA_TASK_PROGRESS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TASK_PROGRESS_V ,
-
View: PA_STRUCT_TASK_EDIT_V
12.1.1
product: PA - Projects , description: PA_STRUCT_TASK_EDIT_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_PROJ_TASK_PROG_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_TASK_PROG_HIST_V, object_name:PA_PROJ_TASK_PROG_HIST_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_TASK_PROG_HIST_V ,
-
View: PA_PROJECTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_V, object_name:PA_PROJECTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECTS_V ,
-
View: PA_PROJECTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_V, object_name:PA_PROJECTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECTS_V ,
-
View: PA_PROJECTS_PRM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_PRM_V, object_name:PA_PROJECTS_PRM_V, status:VALID, product: PA - Projects , description: Single-Org , implementation_dba_data: APPS.PA_PROJECTS_PRM_V ,
-
View: PA_PROJ_TASK_PROG_HIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_TASK_PROG_HIST_V, object_name:PA_PROJ_TASK_PROG_HIST_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_TASK_PROG_HIST_V ,
-
View: PA_STRUCT_TASK_EDIT_V
12.2.2
product: PA - Projects , description: PA_STRUCT_TASK_EDIT_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_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_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_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_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 ,
-
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_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_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_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_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 ,
-
Lookup Type: PA_PROJECT_RESULT_ATTR
12.1.1
product: PA - Projects , meaning: Project Result Attributes , description: Project Result Attributes ,