Search Results resource_analyst_id
Overview
PA_RES_SCH_TIMELINE_ROWLBL_V is an APPS-owned database view in the Oracle E-Business Suite Projects (PA) module. Its documented purpose is to supply row label data for the resource schedule timeline, meaning it produces the descriptive entries that populate the resource-oriented rows of the timeline user interface and related reporting structures. The view is a read-only, security-filtered projection: it joins the timeline row label table to a denormalized resource table, then filters the result through Oracle Projects resource authorization and Oracle Applications user identity so that a session sees only the resources it is permitted to view. In EBS 12.1.1 and 12.2.2 the object remains a VALID view in the APPS schema and is used primarily to render resource rows in Project Resource Management scheduling pages and to support queries that need resource names, organizations, managers, and job levels aligned to timeline row labels.
Underlying Base Objects
The view text draws on the following documented base objects: PA_TIMELINE_ROW_LABEL (SYNONYM), which holds the row label records and types; PA_RESOURCES_DENORM (SYNONYM), the denormalized resource source supplying resource name, organization, manager, and job level; FND_GRANTS (SYNONYM) and FND_OBJECTS (SYNONYM), which drive the resource authorization check against the menu returned by PA_SECURITY_PVT.GET_MENU_ID('PA_PRM_RES_AUTH'); WF_ROLES (VIEW), used to link the grantee key to an HZ_PARTY original system; PER_ALL_PEOPLE_F (SYNONYM), used to resolve the party to a person identifier; and the packages PA_EXPENDITURES_UTILS and PA_SECURITY_PVT for organization name and menu resolution. The join is outer on the grants/objects side and constrained to row label type 'RESOURCE', with the resource effective dates bracketing the current system date and the person effective dates bracketing SYSDATE.
Key Columns
- ROW_LABEL_ID, ROW_LABEL_TYPE — Identifier and type of the timeline row label; the view is filtered to type 'RESOURCE'.
- RESOURCE_ID, RESOURCE_NAME — The resource whose schedule row is being labeled.
- SCH_UPD_PENDING_FLAG — Indicates a pending schedule update for the row.
- RESOURCE_ANALYST_ID — The person identifier resolved from PER_ALL_PEOPLE_F (PER.PERSON_ID), representing the resource analyst associated with the authorized user.
- RESOURCE_SOURCE_ID, ORGANIZATION_ID, ORGANIZATION_NAME — Resource source key, resource organization identifier, and its translated name via PA_EXPENDITURES_UTILS.GETORGTLNAME.
- MANAGER_ID, MANAGER_NAME, JOB_LEVEL — Resource manager identity and the resource job level.
Common Use Cases and Queries
Typical usage includes validating resource authorization, reproducing the timeline resource row list, and reporting on resource analysts. Because the view is already security-filtered, results depend on the connected user's grants.
SELECT resource_id, resource_name, resource_analyst_id FROM pa_res_sch_timeline_rowlbl_v;
SELECT resource_id, resource_name, organization_name, manager_name FROM pa_res_sch_timeline_rowlbl_v WHERE sch_upd_pending_flag = 'Y';
SELECT resource_analyst_id, COUNT(*) FROM pa_res_sch_timeline_rowlbl_v GROUP BY resource_analyst_id;
Queries filtered by resource_analyst_id are common when reconciling resources to their assigned analysts, and joins to PER_ALL_PEOPLE_F on resource_analyst_id return the analyst's display name.
-
View: PA_RES_SCH_TIMELINE_ROWLBL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RES_SCH_TIMELINE_ROWLBL_V, object_name:PA_RES_SCH_TIMELINE_ROWLBL_V, status:VALID, product: PA - Projects , description: The purpose of this view is to provide row label data for the resource schedule timeline , implementation_dba_data: APPS.PA_RES_SCH_TIMELINE_ROWLBL_V ,
-
View: PA_RES_SCH_TIMELINE_ROWLBL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RES_SCH_TIMELINE_ROWLBL_V, object_name:PA_RES_SCH_TIMELINE_ROWLBL_V, status:VALID, product: PA - Projects , description: The purpose of this view is to provide row label data for the resource schedule timeline , implementation_dba_data: APPS.PA_RES_SCH_TIMELINE_ROWLBL_V ,
-
VIEW: APPS.PA_RES_SCH_TIMELINE_ROWLBL_V
12.1.1
-
VIEW: APPS.PA_RES_SCH_TIMELINE_ROWLBL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RES_SCH_TIMELINE_ROWLBL_V, object_name:PA_RES_SCH_TIMELINE_ROWLBL_V, status:VALID,
-
VIEW: APPS.PA_RES_SCH_TIME_CHART_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RES_SCH_TIME_CHART_V, object_name:PA_RES_SCH_TIME_CHART_V, status:VALID,
-
View: PA_RESOURCE_AVAIL_STAFF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RESOURCE_AVAIL_STAFF_V, object_name:PA_RESOURCE_AVAIL_STAFF_V, status:VALID, product: PA - Projects , description: PA_RESOURCE_AVAIL_STAFF_V is a view that shows all resources with their resource manager AND availability. , implementation_dba_data: APPS.PA_RESOURCE_AVAIL_STAFF_V ,
-
View: PA_RESOURCE_AVAIL_STAFF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RESOURCE_AVAIL_STAFF_V, object_name:PA_RESOURCE_AVAIL_STAFF_V, status:VALID, product: PA - Projects , description: PA_RESOURCE_AVAIL_STAFF_V is a view that shows all resources with their resource manager AND availability. , implementation_dba_data: APPS.PA_RESOURCE_AVAIL_STAFF_V ,
-
VIEW: APPS.PA_RES_SCH_TIMELINE_ROWLBL_V
12.2.2
-
VIEW: APPS.PA_RES_SCH_TIMELINE_ROWLBL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RES_SCH_TIMELINE_ROWLBL_V, object_name:PA_RES_SCH_TIMELINE_ROWLBL_V, status:VALID,
-
VIEW: APPS.PA_RES_SCH_TIME_CHART_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RES_SCH_TIME_CHART_V, object_name:PA_RES_SCH_TIME_CHART_V, status:VALID,
-
VIEW: APPS.PA_RESOURCE_AVAIL_STAFF_V
12.1.1
-
VIEW: APPS.PA_RESOURCE_AVAIL_STAFF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RESOURCE_AVAIL_STAFF_V, object_name:PA_RESOURCE_AVAIL_STAFF_V, status:VALID,
-
VIEW: APPS.PA_RESOURCE_AVAIL_STAFF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RESOURCE_AVAIL_STAFF_V, object_name:PA_RESOURCE_AVAIL_STAFF_V, status:VALID,
-
VIEW: APPS.PA_RESOURCE_AVAIL_STAFF_V
12.2.2
-
View: PA_RES_SCH_TIME_CHART_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RES_SCH_TIME_CHART_V, object_name:PA_RES_SCH_TIME_CHART_V, status:VALID, product: PA - Projects , description: The purpose of this view is to provide the time chart data for the resource schedule timeline , implementation_dba_data: APPS.PA_RES_SCH_TIME_CHART_V ,
-
View: PA_RES_SCH_TIME_CHART_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RES_SCH_TIME_CHART_V, object_name:PA_RES_SCH_TIME_CHART_V, status:VALID, product: PA - Projects , description: The purpose of this view is to provide the time chart data for the resource schedule timeline , implementation_dba_data: APPS.PA_RES_SCH_TIME_CHART_V ,
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PA Tables and Views
12.2.2