Search Results resource_last_name
Overview
PA_C_ELIG_RESOURCE_V is an Oracle E-Business Suite view owned by the APPS schema and shipped as part of the Oracle Projects (PA) product family. As its description states, the view identifies all resources that are available for use at this time or in the future. In practice it exposes the pool of people who can be selected as project resources—typically for assignment to project teams, expenditure entry, or resource searches within the Projects application and any downstream reporting that consumes the same pool.
The view is read-only and carries a status of VALID. It does not store data itself; it projects a filtered, denormalized result set assembled from Human Resources and Projects tables. Because the majority of the joins are outer joins to Projects-specific tables (PA_RESOURCES, PA_RESOURCE_TYPES, PA_RESOURCE_TXN_ATTRIBUTES), the view surfaces people who satisfy HR employment and assignment criteria even where a Projects resource record has not yet been fully established.
Underlying Base Objects
The view text joins the following documented base objects:
- PER_PEOPLE_F and PER_ASSIGNMENTS_F (views) — the person and assignment datable sources; the view requires a primary assignment with an assignment type of
E(employee) orC(contingent worker) and a non-nullJOB_ID. - PER_ASSIGNMENT_STATUS_TYPES — restricts results to assignment system statuses
ACTIVE_ASSIGNandACTIVE_CWK. - PER_JOB_EXTRA_INFO — requires the job extra information category
JOB CATEGORYwithJEI_INFORMATION6equal toY, effectively flagging jobs eligible for project resource use. - PA_ALL_ORGANIZATIONS — the assignment organization must exist with an organization use type of
EXPENDITURESand no inactive date. - PA_RESOURCES, PA_RESOURCE_TYPES, and PA_RESOURCE_TXN_ATTRIBUTES — joined via outer joins to supply resource identifiers and types.
- HR_ALL_ORGANIZATION_UNITS_TL — supplies the organization name in the session language.
Several HR packages (HR_GENERAL, HR_PERSON_NAME, HR_SECURITY) and the package PA_RESOURCE_UTILS are listed as referenced objects, indicating that security predicates or helper logic may be applied by the consuming application rather than embedded in the view text itself.
Key Columns
- RESOURCE_SOURCE_ID — the person identifier (
PER.PERSON_ID), the primary key for the underlying person. - RESOURCE_ID — the Projects resource identifier from
PA_RESOURCES; may be null because of the outer join. - RESOURCE_NAME — the full name. This is the column most users are looking for. RESOURCE_FIRST_NAME, the term the user searched on, is exposed directly as
PER.FIRST_NAME. - RESOURCE_LAST_NAME and RESOURCE_MIDDLE_NAMES — additional name components.
- RESOURCE_TYPE and RESOURCE_TYPE_ID — the resource type code and its identifier.
- RESOURCE_NUMBER — the employee number for current employees, otherwise the contingent worker (
NPW) number. - RESOURCE_ORGANIZATION_ID and NAME — the assignment organization and its translated name.
- ASSIGNMENT_START_DATE and ASSIGNMENT_END_DATE — the effective dates of the assignment.
- PERSON_TYPE —
EMPfor employees orCWKfor contingent workers.
Common Use Cases and Queries
The view is commonly used to search for eligible resources by name, to validate whether a person is currently eligible before creating a project assignment, and to feed resource lists into concurrent programs or reports.
Searching by first name, the term the user entered:
SELECT resource_source_id, resource_name, resource_first_name, resource_last_name, resource_number, person_type FROM apps.pa_c_elig_resource_v WHERE UPPER(resource_first_name) = 'JOHN' ORDER BY resource_last_name;
Listing eligible contingent workers with their organization:
SELECT resource_name, resource_number, name organization, assignment_start_date FROM apps.pa_c_elig_resource_v WHERE person_type = 'CWK' AND assignment_end_date > SYSDATE;
Because the view applies HR security and organization filters dynamically, results honour the responsibility-level access of the querying user, making it suitable for both interactive lookups and batch integration extracts.
-
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_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_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: APPS.PA_C_ELIG_RESOURCE_V
12.2.2
-
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_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_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: APPS.AST_RS_CAMPAIGNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_RS_CAMPAIGNS_V, object_name:AST_RS_CAMPAIGNS_V, status:VALID,
-
VIEW: APPS.PA_C_RES_DENORM_V
12.2.2
-
VIEW: APPS.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,
-
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_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_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: APPS.PA_C_RES_ASGN_V
12.2.2
-
VIEW: APPS.AST_RS_CAMPAIGNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_RS_CAMPAIGNS_V, object_name:AST_RS_CAMPAIGNS_V, status:VALID,
-
VIEW: APPS.PA_C_ELIG_RESOURCE_V
12.1.1
-
VIEW: APPS.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,
-
VIEW: APPS.PA_C_RES_ASGN_V
12.1.1
-
VIEW: APPS.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,
-
VIEW: APPS.PA_C_RES_DENORM_V
12.1.1
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.PA_C_RES_DENORM_V
12.1.1
owner:APPS, object_type:VIEW, object_name:PA_C_RES_DENORM_V, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.PA_C_RESOURCE_V
12.1.1
-
VIEW: APPS.PA_C_RESOURCE_V
12.2.2
-
VIEW: APPS.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,
-
View: AST_RS_CAMPAIGNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_RS_CAMPAIGNS_V, object_name:AST_RS_CAMPAIGNS_V, status:VALID, product: AST - TeleSales , description: To Show the assignment of Campaigns to resources with additional information , implementation_dba_data: APPS.AST_RS_CAMPAIGNS_V ,
-
View: AST_RS_CAMPAIGNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_RS_CAMPAIGNS_V, object_name:AST_RS_CAMPAIGNS_V, status:VALID, product: AST - TeleSales , description: To Show the assignment of Campaigns to resources with additional information , implementation_dba_data: APPS.AST_RS_CAMPAIGNS_V ,
-
eTRM - AST Tables and Views
12.1.1
description: All available web searches ,
-
eTRM - AST Tables and Views
12.2.2
description: All available web searches ,
-
eTRM - PA Tables and Views
12.2.2
-
eTRM - PA Tables and Views
12.1.1