Search Results current_project_name_number
Overview
PA_RESOURCE_AVAIL_STAFF_V is an Oracle E-Business Suite internal view owned by the APPS schema and registered under FND Design Data as PA.PA_RESOURCE_AVAIL_STAFF_V. It is classified with a status of VALID and a view type of Internal, and forms part of the resource availability and staffing model within Oracle Projects (PA). The view consolidates staffing-relevant attributes for project resources—employees and contingent workers—into a single denormalized presentation, exposing identity, organization, reporting hierarchy, geographic location, and current project assignment information.
Because the object is designated Internal, Oracle Corporation does not support direct access to application data through it except from standard Oracle Applications programs. The following warning accompanies the object: "Oracle Internal Use Only — Oracle Corporation does not support access to Oracle applications data using this object, except from standard Oracle Applications programs." Consequently, it should be treated as a supporting object for Oracle Projects functionality such as resource search, staffing, and availability analysis rather than a published integration interface. Customers who query it do so at their own risk, since column semantics and definitions may change without notice across releases such as 12.1.1 and 12.2.2.
The column CURRENT_PROJECT_NAME_NUMBER, which matches the user's search term, is a notable output of this view: it returns the project name and project number of the project on which a resource is currently working, concatenated into a single VARCHAR2(4000) value.
Underlying Base Objects
The documented view metadata for release 12.2.2 identifies the following referenced base objects:
- FND_GRANTS (SYNONYM)
- FND_MENUS (SYNONYM)
- FND_OBJECTS (SYNONYM)
- HR_ALL_ORGANIZATION_UNITS_TL (SYNONYM)
- PA_RESOURCES_DENORM (SYNONYM)
- PA_RESOURCE_UTILS (PACKAGE)
- PER_ALL_PEOPLE_F (SYNONYM)
- WF_ROLES (VIEW)
The primary staffing data originates from PA_RESOURCES_DENORM, the denormalized resource table that supplies resource identity and assignment attributes. PER_ALL_PEOPLE_F provides person-level details such as full names and dates, while HR_ALL_ORGANIZATION_UNITS_TL supplies the translated organization names associated with primary assignments. The FND_GRANTS, FND_MENUS, and FND_OBJECTS synonyms and the WF_ROLES view relate to function security and workflow role resolution, supporting the view's internal use in menu-driven or role-aware resource availability logic. PA_RESOURCE_UTILS is a PL/SQL package whose functions are invoked from within the view definition to derive calculated attributes.
Key Columns
The view exposes the following significant columns:
- ROW_ID – ROWID of the underlying row.
- RESOURCE_ID – Internal identifier for the resource.
- RESOURCE_NAME – Full name of the resource.
- ORGANIZATION_ID / ORGANIZATION_NAME – Identifier and name of the organization of the resource's primary assignment.
- MANAGER_ID / MANAGER_NAME – Identifier and full name of the person to whom the resource directly reports.
- JOB_LEVEL – Job level of the resource.
- RESOURCE_EFFECTIVE_START_DATE / RESOURCE_EFFECTIVE_END_DATE – Effective date range of the resource record.
- RESOURCE_CITY, RESOURCE_REGION, RESOURCE_COUNTRY_CODE, RESOURCE_COUNTRY – Home location attributes of the resource.
- CURRENT_PROJECT_NAME_NUMBER – Project Name (Project Number) of the project the resource is currently working on, returned as VARCHAR2(4000).
- CURRENT_PROJECT_ID – Identifier of the current project.
- RESOURCE_PERSON_TYPE – Indicates whether the resource is a contingent worker or an employee.
Common Use Cases and Queries
Typical scenarios include identifying which project each resource is currently assigned to, locating resources by organization, manager, job level, or geography, and distinguishing employees from contingent workers for staffing and availability analysis. A representative query selecting the requested column is shown below.
SELECT resource_id, resource_name, current_project_id, current_project_name_number FROM apps.pa_resource_avail_staff_v;
To narrow results to a specific project, filter on CURRENT_PROJECT_ID or search the concatenated CURRENT_PROJECT_NAME_NUMBER. Because of the Internal designation, such queries should be confined to diagnostic or reporting purposes, and any reliance on the view should be validated against the specific patch level in use.
-
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_AVAILABILITY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RESOURCE_AVAILABILITY_V, object_name:PA_RESOURCE_AVAILABILITY_V, status:VALID,
-
VIEW: APPS.PA_RESOURCE_AVAILABILITY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RESOURCE_AVAILABILITY_V, object_name:PA_RESOURCE_AVAILABILITY_V, status:VALID,
-
View: PA_RESOURCE_AVAILABILITY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RESOURCE_AVAILABILITY_V, object_name:PA_RESOURCE_AVAILABILITY_V, status:VALID, product: PA - Projects , description: PA_RESOURCE_AVAILABILITY_V is a view that shows all resources with their resource manager AND availability. , implementation_dba_data: APPS.PA_RESOURCE_AVAILABILITY_V ,
-
View: PA_RESOURCE_AVAILABILITY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RESOURCE_AVAILABILITY_V, object_name:PA_RESOURCE_AVAILABILITY_V, status:VALID, product: PA - Projects , description: PA_RESOURCE_AVAILABILITY_V is a view that shows all resources with their resource manager AND availability. , implementation_dba_data: APPS.PA_RESOURCE_AVAILABILITY_V ,
-
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 ,
-
PACKAGE: APPS.PA_RESOURCE_UTILS
12.1.1
-
PACKAGE: APPS.PA_RESOURCE_UTILS
12.2.2
-
PACKAGE BODY: APPS.PA_RESOURCE_UTILS
12.1.1
-
PACKAGE BODY: APPS.PA_RESOURCE_UTILS
12.2.2
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PA Tables and Views
12.2.2