Search Results resource_middle_names
Overview
PA_C_RES_ASGN_V is an APPS-owned database view in the Oracle E-Business Suite Projects (PA) module. It identifies all resources that are available for use at this time or in the future, drawing from human resources assignment and person data combined with Oracle Projects resource definitions. The view exposes a denormalized, read-only projection of the resource master, presenting each active employee resource alongside name components, resource identifiers, organization context, and assignment effective dates. Because it filters to currently valid and future-available resources, it serves as a convenient reporting and integration entry point for queries that require a list of assignable project resources without the complexity of joining the underlying HR and Projects base tables directly. The view has a status of VALID and is referenced by reporting extracts, project staffing reports, and downstream integrations that need resource names and numbers.
Underlying Base Objects
PA_C_RES_ASGN_V is defined over a set of HR and Projects objects. The documented referenced base objects include the views PER_PEOPLE_F and PER_ASSIGNMENTS_F, the synonyms PER_ASSIGNMENT_STATUS_TYPES, PA_RESOURCES, PA_RESOURCE_TXN_ATTRIBUTES, PA_RESOURCE_TYPES, PA_ALL_ORGANIZATIONS, and PA_IMPLEMENTATIONS, together with the packages PA_RESOURCE_UTILS, HR_GENERAL, HR_PERSON_NAME, and HR_SECURITY. In the view text, PER_PEOPLE_F supplies person identity and name attributes; PER_ASSIGNMENTS_F supplies the primary employee assignment, organization, and effective dates; PER_ASSIGNMENT_STATUS_TYPES restricts the result set to assignments with a PER_SYSTEM_STATUS of ACTIVE_ASSIGN; and PA_RESOURCES and PA_RESOURCE_TYPES supply the Projects resource and resource type definitions. PA_ALL_ORGANIZATIONS constrains rows to organizations in use for EXPENDITURES that are not inactive, while PA_RESOURCE_TXN_ATTRIBUTES is joined outer to enrich the resource with transaction attributes. PA_IMPLEMENTATIONS ties the operating unit to the implementation, and PA_RESOURCE_UTILS.GET_ORGANIZATION_NAME resolves organization names. Because the view depends on date-effective HR tables (PER_PEOPLE_F, PER_ASSIGNMENTS_F), it is version-aware and returns the row effective at the current date.
Key Columns
- RESOURCE_SOURCE_ID — The PERSON_ID from PER_PEOPLE_F, identifying the source person.
- RESOURCE_ID — The PA_RESOURCES resource identifier.
- RESOURCE_NAME — The employee's full name (PER.FULL_NAME).
- RESOURCE_FIRST_NAME, RESOURCE_LAST_NAME, RESOURCE_MIDDLE_NAMES — Individual name components. The RESOURCE_MIDDLE_NAMES column maps to PER.MIDDLE_NAMES and is the attribute frequently sought for name formatting and matching.
- RESOURCE_TYPE and RESOURCE_TYPE_ID — The resource type code and its identifier from PA_RESOURCE_TYPES.
- RESOURCE_NUMBER — The employee number (PER.EMPLOYEE_NUMBER).
- RESOURCE_ORGANIZATION_ID and RESOURCE_ORGANIZATION_NAME — The assignment organization and its resolved name.
- ASSIGNMENT_START_DATE and ASSIGNMENT_END_DATE — The effective start and end dates of the primary assignment.
- RESOURCE_ORG_OU_ID and RESOURCE_ORG_OU_NAME — The operating unit organization identifier and its resolved name.
Common Use Cases and Queries
The view is typically used to retrieve the current population of assignable resources for staffing, utilization, and name-based lookups. A common pattern selects the resource identity and name components, for example:
SELECT resource_id, resource_number, resource_name, resource_middle_names, resource_organization_name FROM pa_c_res_asgn_v;— lists available resources with their middle names.SELECT resource_name, resource_number FROM pa_c_res_asgn_v WHERE resource_organization_id = :org_id ORDER BY resource_name;— resources within a given organization.SELECT resource_id, resource_name FROM pa_c_res_asgn_v WHERE UPPER(resource_name) LIKE UPPER('%SMITH%');— name search across full names.- Joining to project assignment or expenditure tables on RESOURCE_ID to attribute effort or cost to assignable resources.
Because the view is restricted to resources that are available now or in the future, it is appropriate for forward-looking reporting and should not be relied upon for historical resource availability without additional date-effective logic.
-
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.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: APPS.PA_C_RES_DENORM_V
12.2.2
-
VIEW: APPS.PA_C_ELIG_RESOURCE_V
12.2.2
-
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_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: 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: APPS.PA_C_ELIG_RESOURCE_V
12.1.1
-
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.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_RES_ASGN_V
12.2.2
-
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_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: 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_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
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_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_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: APPS.PA_C_RESOURCE_V
12.1.1
-
eTRM - PA Tables and Views
12.2.2
-
eTRM - PA Tables and Views
12.1.1