Search Results pa_resource_types
Overview
The PA_RESOURCE_TYPES table is a foundational reference data object within the Oracle E-Business Suite Projects module (PA). It serves as the master repository for defining the different categories or classifications of resources that can be utilized across project activities. These resource types are fundamental to the project resource management lifecycle, enabling the system to categorize, assign, and manage personnel, equipment, materials, and other cost elements. The table's role is critical for establishing the framework within which resources are defined, resource lists are built, and project parties are identified, ensuring consistent resource classification and reporting across the application.
Key Information Stored
While the provided metadata does not list specific columns, the primary and foreign key relationships define its core structure. The central column is RESOURCE_TYPE_ID, which is the unique identifier (Primary Key) for each resource type record. Based on standard Oracle Projects functionality, typical columns in this table would include RESOURCE_TYPE (a user-friendly name or code, such as 'EMPLOYEE', 'CONTRACTOR', or 'EQUIPMENT'), a description field, and control attributes like START_DATE_ACTIVE and END_DATE_ACTIVE. The table essentially stores the discrete list of valid resource classifications available for use within the Projects module.
Common Use Cases and Queries
This table is primarily referenced in setups and master data maintenance. Common use cases include defining resource types during implementation, populating list of values (LOVs) for resource-related fields, and generating reports on resource categorization. A typical query would retrieve all active resource types for a setup screen or validation. For example:
- To list all active resource types:
SELECT resource_type_id, resource_type, description FROM pa_resource_types WHERE SYSDATE BETWEEN start_date_active AND NVL(end_date_active, SYSDATE); - To find resources of a specific type by joining with the PA_RESOURCES table:
SELECT r.resource_name, rt.resource_type FROM pa_resources r, pa_resource_types rt WHERE r.resource_type_id = rt.resource_type_id AND rt.resource_type = 'EMPLOYEE';
Related Objects
As indicated by the foreign key constraints, PA_RESOURCE_TYPES is a key parent table referenced by several core resource management entities. The PA_RESOURCES table links every individual resource (person or item) to a type defined here. The PA_PROJECT_PARTIES table uses it to classify project team members and stakeholders. Furthermore, it is integral to the resource list functionality, being referenced by PA_RESOURCE_LIST_MEMBERS for list entries, PA_RESOURCE_LISTS_ALL_BG to define group types, and PA_DIST_LIST_DENORM for distribution list processing. These relationships underscore its central role in the Projects data model.
-
Table: PA_RESOURCE_TYPES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_TYPES, object_name:PA_RESOURCE_TYPES, status:VALID, product: PA - Projects , description: Types of resources , implementation_dba_data: PA.PA_RESOURCE_TYPES ,
-
Table: PA_RESOURCE_TYPES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_TYPES, object_name:PA_RESOURCE_TYPES, status:VALID, product: PA - Projects , description: Types of resources , implementation_dba_data: PA.PA_RESOURCE_TYPES ,
-
APPS.PA_RESOURCE_PUB dependencies on PA_RESOURCE_TYPES
12.1.1
-
APPS.PA_BUDGET_ACCOUNT_PKG dependencies on PA_RESOURCE_TYPES
12.1.1
-
APPS.PA_RESOURCE_LIST_PKG dependencies on PA_RESOURCE_TYPES
12.1.1
-
APPS.PA_PROGRESS_UTILS dependencies on PA_RESOURCE_TYPES
12.2.2
-
APPS.PA_RESOURCE_PUB dependencies on PA_RESOURCE_TYPES
12.2.2
-
APPS.PA_RESOURCE_LIST_PKG dependencies on PA_RESOURCE_TYPES
12.2.2
-
APPS.PA_CREATE_RESOURCE dependencies on PA_RESOURCE_TYPES
12.1.1
-
APPS.PA_PROGRESS_UTILS dependencies on PA_RESOURCE_TYPES
12.1.1
-
APPS.PA_AP_INTEGRATION dependencies on PA_RESOURCE_TYPES
12.2.2
-
APPS.PA_RESOURCE_UTILS dependencies on PA_RESOURCE_TYPES
12.2.2
-
APPS.PA_PROJECT_PARTIES_PUB dependencies on PA_RESOURCE_TYPES
12.2.2
-
APPS.GMS_RES_MAP dependencies on PA_RESOURCE_TYPES
12.2.2
-
APPS.PA_R_PROJECT_RESOURCES_PVT dependencies on PA_RESOURCE_TYPES
12.2.2
-
APPS.PA_PROJECT_PARTIES_PUB dependencies on PA_RESOURCE_TYPES
12.1.1
-
APPS.PA_RESOURCES_PKG dependencies on PA_RESOURCE_TYPES
12.1.1
-
APPS.PA_RES_ACCUMS dependencies on PA_RESOURCE_TYPES
12.2.2
-
APPS.GMS_RES_MAP dependencies on PA_RESOURCE_TYPES
12.1.1
-
APPS.PA_RESOURCE_UTILS dependencies on PA_RESOURCE_TYPES
12.1.1
-
APPS.PA_BUDGET_ACCOUNT_PKG dependencies on PA_RESOURCE_TYPES
12.2.2
-
APPS.PA_AP_INTEGRATION dependencies on PA_RESOURCE_TYPES
12.1.1
-
APPS.PA_R_PROJECT_RESOURCES_PVT dependencies on PA_RESOURCE_TYPES
12.1.1
-
APPS.PA_RES_ACCUMS dependencies on PA_RESOURCE_TYPES
12.1.1
-
APPS.PA_BUDGET_ACCOUNT_PKG dependencies on PA_RESOURCE_TYPES
12.1.1
-
APPS.PA_CREATE_RESOURCE dependencies on PA_RESOURCE_TYPES
12.2.2
-
APPS.PA_FORECAST_ITEMS_UTILS dependencies on PA_RESOURCE_TYPES
12.1.1
-
APPS.PA_R_PROJECT_RESOURCES_PVT dependencies on PA_RESOURCE_TYPES
12.1.1
-
APPS.PA_GET_RESOURCE dependencies on PA_RESOURCE_TYPES
12.1.1
-
APPS.PA_RES_LIST_UPGRADE_PKG dependencies on PA_RESOURCE_TYPES
12.1.1
-
APPS.GMS_RES_MAP dependencies on PA_RESOURCE_TYPES
12.1.1
-
APPS.PA_FORECAST_ITEMS_UTILS dependencies on PA_RESOURCE_TYPES
12.2.2
-
APPS.PA_RES_LIST_UPGRADE_PKG dependencies on PA_RESOURCE_TYPES
12.2.2
-
APPS.PA_BUDGET_ACCOUNT_PKG dependencies on PA_RESOURCE_TYPES
12.2.2
-
APPS.GMS_RES_MAP dependencies on PA_RESOURCE_TYPES
12.2.2
-
APPS.PA_RESOURCES_PKG dependencies on PA_RESOURCE_TYPES
12.2.2
-
APPS.PA_GET_RESOURCE dependencies on PA_RESOURCE_TYPES
12.2.2
-
APPS.PA_R_PROJECT_RESOURCES_PVT dependencies on PA_RESOURCE_TYPES
12.2.2
-
VIEW: PA.PA_RESOURCE_TYPES#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_RESOURCE_TYPES#, status:VALID,
-
APPS.GMS_RES_MAP dependencies on PA_RESOURCES
12.1.1
-
APPS.GMS_RES_MAP dependencies on PA_RESOURCES
12.2.2
-
APPS.PA_CREATE_RESOURCE dependencies on PA_RESOURCES
12.1.1
-
VIEW: APPS.PA_RESOURCE_TYPES_ACTIVE_V
12.1.1
-
APPS.PA_RESOURCE_PUB dependencies on PA_RESOURCES
12.2.2
-
APPS.PA_RESOURCE_LIST_PKG dependencies on PA_RESOURCES
12.1.1
-
APPS.PA_RESOURCE_PUB dependencies on PA_RESOURCES
12.1.1
-
APPS.PA_CREATE_RESOURCE dependencies on PA_RESOURCES
12.2.2
-
VIEW: APPS.PA_QUERY_RES_LIST_MEMBERS_V
12.1.1
-
VIEW: APPS.PA_QUERY_RES_LIST_MEMBERS_V
12.2.2
-
APPS.GMS_RES_MAP dependencies on PA_RESOURCE_LIST_MEMBERS
12.2.2