Search Results assignment_start_date
Overview
The PA_RES_ASGN_TIMELINE_ROWLBL_V view is a reporting and integration object in the Oracle E-Business Suite Projects (PA) module, owned by the APPS schema. Its documented purpose is to provide row labels for the resource assignments and requirements timeline. In practice, the view functions as a filtered, denormalized read interface over the timeline row-label data used by the Project Resource Management timeline UI and related analytics. The view exposes assignment-level and resource-level attributes—including the assignment start date that users frequently search for—so that downstream reports, dashboards, and integrations can retrieve timeline row labels without querying the base table directly. It is a view object with VALID status in the ETRM metadata for both 12.1.1 and 12.2.2, and it is not a table; therefore it cannot be updated directly and reflects the current state of the underlying data at query time.
Underlying Base Objects
The view is defined over a single referenced base object: PA_TIMELINE_ROW_LABEL, accessed through a synonym. The view text applies a restricting predicate on ROW_LABEL_TYPE, returning only rows where ROW_LABEL_TYPE is in ('PROJECT', 'ADMIN', 'AVAILABLE'). This design narrows the base table's full row-label population to the categories relevant to resource assignment and requirement timelines. Because the view does not join additional tables, all columns are projected from PA_TIMELINE_ROW_LABEL, and any data maintained in that base table is immediately visible through the view subject to the ROW_LABEL_TYPE filter. Administrators should note that performance characteristics follow the base table, and the filter predicate on ROW_LABEL_TYPE should be considered when creating supporting indexes or tuning timeline queries.
Key Columns
- ROW_LABEL_ID – Unique identifier for the timeline row label; primary key equivalent from the base table.
- ROW_LABEL_TYPE – Category of the row label; the view restricts values to PROJECT, ADMIN, and AVAILABLE.
- PROJECT_ID, PROJECT_NUMBER, PROJECT_NAME – Project context for the row label.
- ASSIGNMENT_ID, ASSIGNMENT_NAME, ASSIGNMENT_STATUS – Identifier, name, and status of the assignment/requirement row.
- ASSIGNMENT_START_DATE, ASSIGNMENT_END_DATE – The start and end dates of the assignment; ASSIGNMENT_START_DATE is the column most commonly searched for in timeline analysis.
- RESOURCE_ID, RESOURCE_NAME – The resource assigned to or required for the row.
- ORGANIZATION_NAME, RESOURCE_MGR_NAME – Owning organization and the resource manager associated with the row.
- SCH_UPD_PENDING_FLAG – Flag indicating whether a schedule update is pending, useful for synchronization and exception reporting.
Common Use Cases and Queries
Typical usage includes timeline reporting, resource assignment dashboards, and data extracts for integration with external scheduling tools. Because ASSIGNMENT_START_DATE is exposed directly, the view is well suited to date-driven queries such as identifying assignments beginning within a period or comparing planned versus actual timelines. A sample query filtering by project and start date follows:
SELECT assignment_id, assignment_name, assignment_status, assignment_start_date, assignment_end_date, resource_name FROM apps.pa_res_asgn_timeline_rowlbl_v WHERE project_number = :p_project AND assignment_start_date >= :p_from_date ORDER BY assignment_start_date;SELECT row_label_type, COUNT(*) FROM apps.pa_res_asgn_timeline_rowlbl_v GROUP BY row_label_type;
The view returns only PROJECT, ADMIN, and AVAILABLE row-label types, so consumers should not expect other categories present in the base table. As a read-only view, it supports reporting and integration patterns but not DML.
-
View: PA_RES_ASGN_TIMELINE_ROWLBL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RES_ASGN_TIMELINE_ROWLBL_V, object_name:PA_RES_ASGN_TIMELINE_ROWLBL_V, status:VALID, product: PA - Projects , description: The purpose of this view is to provide row labels for the resource assignments / requirements timeline , implementation_dba_data: APPS.PA_RES_ASGN_TIMELINE_ROWLBL_V ,
-
View: PA_RES_ASGN_TIMELINE_ROWLBL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RES_ASGN_TIMELINE_ROWLBL_V, object_name:PA_RES_ASGN_TIMELINE_ROWLBL_V, status:VALID, product: PA - Projects , description: The purpose of this view is to provide row labels for the resource assignments / requirements timeline , implementation_dba_data: APPS.PA_RES_ASGN_TIMELINE_ROWLBL_V ,
-
View: PA_C_RES_ASGN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_C_RES_ASGN_V, object_name:PA_C_RES_ASGN_V, status:VALID, product: PA - Projects , description: PA_C_RES_ASGN_V is a view that identifies all resources that are available for use at this time or in the future. , implementation_dba_data: APPS.PA_C_RES_ASGN_V ,
-
View: PA_NOMINATE_RESOURCE_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_NOMINATE_RESOURCE_LOV_V, object_name:PA_NOMINATE_RESOURCE_LOV_V, status:VALID, product: PA - Projects , description: This view is for Project Super User. It stores information of all candidates. , implementation_dba_data: APPS.PA_NOMINATE_RESOURCE_LOV_V ,
-
View: PA_C_RES_DENORM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_C_RES_DENORM_V, object_name:PA_C_RES_DENORM_V, status:VALID, product: PA - Projects , description: PA_C_RES_DENORM_V is a view that identifies all resources that are available for use at this time or in the future based on resources available in Projects , implementation_dba_data: APPS.PA_C_RES_DENORM_V ,
-
View: PA_C_RES_ASGN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_C_RES_ASGN_V, object_name:PA_C_RES_ASGN_V, status:VALID, product: PA - Projects , description: PA_C_RES_ASGN_V is a view that identifies all resources that are available for use at this time or in the future. , implementation_dba_data: APPS.PA_C_RES_ASGN_V ,
-
View: PA_C_ELIG_RESOURCE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_C_ELIG_RESOURCE_V, object_name:PA_C_ELIG_RESOURCE_V, status:VALID, product: PA - Projects , description: PA_C_ELIG_RESOURCE_V is a view that identifies all resources that are available for use at this time or in the future. , implementation_dba_data: APPS.PA_C_ELIG_RESOURCE_V ,
-
View: PA_C_ELIG_RESOURCE_V_R
12.1.1
product: PA - Projects , description: PA_C_ELIG_RESOURCE_V is a view that identifies all resources that are available for use at this time or in the future. , implementation_dba_data: Not implemented in this database ,
-
View: PA_NOMINATE_RESOURCE_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_NOMINATE_RESOURCE_LOV_V, object_name:PA_NOMINATE_RESOURCE_LOV_V, status:VALID, product: PA - Projects , description: This view is for Project Super User. It stores information of all candidates. , implementation_dba_data: APPS.PA_NOMINATE_RESOURCE_LOV_V ,
-
View: PA_C_ELIG_RESOURCE_V_R
12.2.2
product: PA - Projects , description: PA_C_ELIG_RESOURCE_V is a view that identifies all resources that are available for use at this time or in the future. , implementation_dba_data: Not implemented in this database ,
-
View: PA_C_ELIG_RESOURCE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_C_ELIG_RESOURCE_V, object_name:PA_C_ELIG_RESOURCE_V, status:VALID, product: PA - Projects , description: PA_C_ELIG_RESOURCE_V is a view that identifies all resources that are available for use at this time or in the future. , implementation_dba_data: APPS.PA_C_ELIG_RESOURCE_V ,
-
View: PA_R_PROJECT_RESOURCES_IND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_R_PROJECT_RESOURCES_IND_V, object_name:PA_R_PROJECT_RESOURCES_IND_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_R_PROJECT_RESOURCES_IND_V ,
-
View: PA_NOMINATE_RES_LOV_STAFF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_NOMINATE_RES_LOV_STAFF_V, object_name:PA_NOMINATE_RES_LOV_STAFF_V, status:VALID, product: PA - Projects , description: This view is for Staffing Manager. It stores information of all candidates that can be nominated by each staffing manager. , implementation_dba_data: APPS.PA_NOMINATE_RES_LOV_STAFF_V ,
-
View: PA_R_PROJECT_RESOURCES_IND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_R_PROJECT_RESOURCES_IND_V, object_name:PA_R_PROJECT_RESOURCES_IND_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_R_PROJECT_RESOURCES_IND_V ,
-
View: PA_C_RESOURCE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_C_RESOURCE_V, object_name:PA_C_RESOURCE_V, status:VALID, product: PA - Projects , description: PA_C_RESOURCE_V is a view that identifies all resources that are av available for use at this time or in the future. , implementation_dba_data: APPS.PA_C_RESOURCE_V ,
-
View: PA_NOMINATE_RES_LOV_STAFF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_NOMINATE_RES_LOV_STAFF_V, object_name:PA_NOMINATE_RES_LOV_STAFF_V, status:VALID, product: PA - Projects , description: This view is for Staffing Manager. It stores information of all candidates that can be nominated by each staffing manager. , implementation_dba_data: APPS.PA_NOMINATE_RES_LOV_STAFF_V ,
-
View: PA_C_RESOURCE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_C_RESOURCE_V, object_name:PA_C_RESOURCE_V, status:VALID, product: PA - Projects , description: PA_C_RESOURCE_V is a view that identifies all resources that are av available for use at this time or in the future. , implementation_dba_data: APPS.PA_C_RESOURCE_V ,
-
View: PA_R_PROJECT_RESOURCES_IND_T_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_R_PROJECT_RESOURCES_IND_T_V, object_name:PA_R_PROJECT_RESOURCES_IND_T_V, status:VALID, product: PA - Projects , description: This view provides information about project resources , implementation_dba_data: APPS.PA_R_PROJECT_RESOURCES_IND_T_V ,
-
View: PA_R_PROJECT_RESOURCES_TERM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_R_PROJECT_RESOURCES_TERM_V, object_name:PA_R_PROJECT_RESOURCES_TERM_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_R_PROJECT_RESOURCES_TERM_V ,
-
View: PA_C_JOBLEVEL_RES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_C_JOBLEVEL_RES_V, object_name:PA_C_JOBLEVEL_RES_V, status:VALID, product: PA - Projects , description: PA_C_JOBLEVEL_RES_V shows the job level and historical, current and future primary assignment information for all resources. , implementation_dba_data: APPS.PA_C_JOBLEVEL_RES_V ,
-
View: PA_PROJ_ASSIGNMENTS_ACTUALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_ASSIGNMENTS_ACTUALS_V, object_name:PA_PROJ_ASSIGNMENTS_ACTUALS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_ASSIGNMENTS_ACTUALS_V ,
-
View: PA_R_PROJECT_RESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_R_PROJECT_RESOURCES_V, object_name:PA_R_PROJECT_RESOURCES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_R_PROJECT_RESOURCES_V ,
-
View: PA_R_PROJECT_RESOURCES_TERM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_R_PROJECT_RESOURCES_TERM_V, object_name:PA_R_PROJECT_RESOURCES_TERM_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_R_PROJECT_RESOURCES_TERM_V ,
-
View: PA_R_PROJECT_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_R_PROJECT_RESOURCES_V, object_name:PA_R_PROJECT_RESOURCES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_R_PROJECT_RESOURCES_V ,
-
View: PA_PROJ_ASSIGNMENTS_ACTUALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_ASSIGNMENTS_ACTUALS_V, object_name:PA_PROJ_ASSIGNMENTS_ACTUALS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_ASSIGNMENTS_ACTUALS_V ,
-
View: PA_C_JOBLEVEL_RES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_C_JOBLEVEL_RES_V, object_name:PA_C_JOBLEVEL_RES_V, status:VALID, product: PA - Projects , description: PA_C_JOBLEVEL_RES_V shows the job level and historical, current and future primary assignment information for all resources. , implementation_dba_data: APPS.PA_C_JOBLEVEL_RES_V ,
-
View: PA_RES_ASGN_TIME_CHART_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RES_ASGN_TIME_CHART_V, object_name:PA_RES_ASGN_TIME_CHART_V, status:VALID, product: PA - Projects , description: The purpose of this view is to provide the time chart data for the resource assignments / requirements timeline , implementation_dba_data: APPS.PA_RES_ASGN_TIME_CHART_V ,
-
View: PA_PROJ_ASGN_TIMELINE_ROWLBL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_ASGN_TIMELINE_ROWLBL_V, object_name:PA_PROJ_ASGN_TIMELINE_ROWLBL_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_ASGN_TIMELINE_ROWLBL_V ,
-
View: PA_PROJ_ASGN_TIMELINE_ROWLBL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_ASGN_TIMELINE_ROWLBL_V, object_name:PA_PROJ_ASGN_TIMELINE_ROWLBL_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_ASGN_TIMELINE_ROWLBL_V ,
-
View: PA_RES_ASGN_TIME_CHART_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RES_ASGN_TIME_CHART_V, object_name:PA_RES_ASGN_TIME_CHART_V, status:VALID, product: PA - Projects , description: The purpose of this view is to provide the time chart data for the resource assignments / requirements timeline , implementation_dba_data: APPS.PA_RES_ASGN_TIME_CHART_V ,
-
View: PA_PROJ_ASGN_TIME_CHART_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_ASGN_TIME_CHART_V, object_name:PA_PROJ_ASGN_TIME_CHART_V, status:VALID, product: PA - Projects , description: The purpose of this view is to provide the time chart data for the project assignments / requirements timeline , implementation_dba_data: APPS.PA_PROJ_ASGN_TIME_CHART_V ,
-
View: PA_PROJ_ASGN_TIME_CHART_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_ASGN_TIME_CHART_V, object_name:PA_PROJ_ASGN_TIME_CHART_V, status:VALID, product: PA - Projects , description: The purpose of this view is to provide the time chart data for the project assignments / requirements timeline , implementation_dba_data: APPS.PA_PROJ_ASGN_TIME_CHART_V ,
-
View: PA_CANDIDATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CANDIDATES_V, object_name:PA_CANDIDATES_V, status:VALID, product: PA - Projects , description: This view stores information of candidate nomination. , implementation_dba_data: APPS.PA_CANDIDATES_V ,
-
View: PA_CANDIDATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CANDIDATES_V, object_name:PA_CANDIDATES_V, status:VALID, product: PA - Projects , description: This view stores information of candidate nomination. , implementation_dba_data: APPS.PA_CANDIDATES_V ,
-
View: PA_CANDIDATE_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CANDIDATE_DETAILS_V, object_name:PA_CANDIDATE_DETAILS_V, status:VALID, product: PA - Projects , description: This view stores detailed information of candidates. , implementation_dba_data: APPS.PA_CANDIDATE_DETAILS_V ,
-
View: PA_CANDIDATE_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CANDIDATE_DETAILS_V, object_name:PA_CANDIDATE_DETAILS_V, status:VALID, product: PA - Projects , description: This view stores detailed information of candidates. , implementation_dba_data: APPS.PA_CANDIDATE_DETAILS_V ,
-
View: PA_RES_APRVL_ROLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RES_APRVL_ROLES_V, object_name:PA_RES_APRVL_ROLES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_RES_APRVL_ROLES_V ,
-
View: PA_RES_APRVL_ROLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RES_APRVL_ROLES_V, object_name:PA_RES_APRVL_ROLES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_RES_APRVL_ROLES_V ,
-
View: PA_TASK_ASGMTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_ASGMTS_V, object_name:PA_TASK_ASGMTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TASK_ASGMTS_V ,
-
View: PA_TASK_ASGMTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_ASGMTS_V, object_name:PA_TASK_ASGMTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TASK_ASGMTS_V ,
-
View: PA_PROJ_ASSIGNMENTS_AMG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_ASSIGNMENTS_AMG_V, object_name:PA_PROJ_ASSIGNMENTS_AMG_V, status:VALID, product: PA - Projects , description: This view shows all project assignments. , implementation_dba_data: APPS.PA_PROJ_ASSIGNMENTS_AMG_V ,
-
View: PA_PROJ_ASSIGNMENTS_AMG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_ASSIGNMENTS_AMG_V, object_name:PA_PROJ_ASSIGNMENTS_AMG_V, status:VALID, product: PA - Projects , description: This view shows all project assignments. , implementation_dba_data: APPS.PA_PROJ_ASSIGNMENTS_AMG_V ,
-
View: PA_TASK_ASSIGNMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_ASSIGNMENTS_V, object_name:PA_TASK_ASSIGNMENTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TASK_ASSIGNMENTS_V ,
-
View: PA_TASK_ASSIGNMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_ASSIGNMENTS_V, object_name:PA_TASK_ASSIGNMENTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TASK_ASSIGNMENTS_V ,
-
View: PA_TASK_ASSIGNMENTS_AMG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_ASSIGNMENTS_AMG_V, object_name:PA_TASK_ASSIGNMENTS_AMG_V, status:VALID, product: PA - Projects , description: This view provides progress data for task assignments. , implementation_dba_data: APPS.PA_TASK_ASSIGNMENTS_AMG_V ,
-
View: PA_TASK_ASSIGNMENTS_AMG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_ASSIGNMENTS_AMG_V, object_name:PA_TASK_ASSIGNMENTS_AMG_V, status:VALID, product: PA - Projects , description: This view provides progress data for task assignments. , implementation_dba_data: APPS.PA_TASK_ASSIGNMENTS_AMG_V ,