Search Results pa_resources
Overview
The PA_RESOURCES table is a core master data table within the Oracle E-Business Suite Projects (PA) module, specifically for releases 12.1.1 and 12.2.2. It serves as the central repository for defining and storing all resources that can be utilized for project planning, budgeting, and execution. As indicated by its description, it holds resources used in budgeting and project summary amounts. This table is fundamental to the resource management lifecycle, enabling the association of individuals, jobs, organizations, and other resource types to project tasks, financial plans, and forecasts. Its integrity is maintained by a primary key constraint (PA_RESOURCES_PK) on the RESOURCE_ID column, ensuring each record is uniquely identifiable.
Key Information Stored
While the provided metadata does not list individual columns, the primary and foreign key relationships reveal the table's critical structure. The RESOURCE_ID column is the unique identifier for each resource record. A key foreign key relationship exists with PA_RESOURCE_TYPES (via RESOURCE_TYPE_ID), classifying each resource (e.g., person, job, equipment, organization). Another significant foreign key links to JTF_RS_RESOURCE_EXTNS, integrating the table with the broader Oracle Trading Community Architecture and Resource Manager, thereby allowing resources to be shared across other EBS applications like HR and CRM. Other essential columns typically found in this table include the RESOURCE_NAME, a START_DATE_ACTIVE and END_DATE_ACTIVE for controlling resource availability, and attributes for managing resource calendars and costing rules.
Common Use Cases and Queries
This table is central to numerous project management operations. Common use cases include generating resource listings for project staffing, creating budgets with specific resource rates, and running utilization or availability reports. A typical query might join PA_RESOURCES with PA_RESOURCE_TYPES and PA_PROJECT_ASSIGNMENTS to list all person resources assigned to active projects. For budgeting purposes, a report might query PA_RESOURCES against PA_BUDGET_LINES to summarize planned costs by resource type. Administrators often query this table to audit resource setup or to identify resources nearing their inactivation date (END_DATE_ACTIVE). The extensive foreign key relationships indicate it is heavily referenced in transactional data for assignments, forecasts, and accumulations.
Related Objects
As detailed in the metadata, PA_RESOURCES has a wide array of dependent objects, underscoring its central role. Key related tables include:
- PA_RESOURCE_TYPES: Provides the classification for each resource record.
- JTF_RS_RESOURCE_EXTNS: The master source for resource details from the Trading Community model.
- PA_PROJECT_ASSIGNMENTS: Links resources to specific project tasks.
- PA_CANDIDATES & PA_RESOURCE_LIST_MEMBERS: Used in resource search and proposal processes.
- PA_FORECAST_ITEM_DETAILS & PA_RESOURCE_ACCUM_DETAILS: Store forecasted and actual transaction amounts for resources.
- Denormalized and Mapping Tables: Such as PA_RESOURCES_DENORM and PA_RESOURCE_MAPS, which support performance and integration.
- PA_RES_AVAILABILITY & PA_ROLE_PROFILES: Support capacity planning and role-based resource management.
-
Table: PA_RESOURCES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCES, object_name:PA_RESOURCES, status:VALID, product: PA - Projects , description: Resources used in budgeting and project summary amounts , implementation_dba_data: PA.PA_RESOURCES ,
-
Table: PA_RESOURCES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCES, object_name:PA_RESOURCES, status:VALID, product: PA - Projects , description: Resources used in budgeting and project summary amounts , implementation_dba_data: PA.PA_RESOURCES ,
-
View: PA_FCST_PROJ_ERR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FCST_PROJ_ERR_V, object_name:PA_FCST_PROJ_ERR_V, status:VALID, product: PA - Projects , description: PA_PROJ_FCST_ERR_V is a view that shows project forecasting error information , implementation_dba_data: APPS.PA_FCST_PROJ_ERR_V ,
-
View: PA_FCST_PROJ_ERR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FCST_PROJ_ERR_V, object_name:PA_FCST_PROJ_ERR_V, status:VALID, product: PA - Projects , description: PA_PROJ_FCST_ERR_V is a view that shows project forecasting error information , implementation_dba_data: APPS.PA_FCST_PROJ_ERR_V ,
-
View: PA_QUERY_RES_LIST_MEMBERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_QUERY_RES_LIST_MEMBERS_V, object_name:PA_QUERY_RES_LIST_MEMBERS_V, status:VALID, product: PA - Projects , description: This view displays all the Resource List Members which have been defined for a Resource List , implementation_dba_data: APPS.PA_QUERY_RES_LIST_MEMBERS_V ,
-
View: PA_QUERY_RES_LIST_MEMBERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_QUERY_RES_LIST_MEMBERS_V, object_name:PA_QUERY_RES_LIST_MEMBERS_V, status:VALID, product: PA - Projects , description: This view displays all the Resource List Members which have been defined for a Resource List , implementation_dba_data: APPS.PA_QUERY_RES_LIST_MEMBERS_V ,
-
Table: PA_RES_AVAILABILITY
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RES_AVAILABILITY, object_name:PA_RES_AVAILABILITY, status:VALID, product: PA - Projects , description: PA_RES_AVAILABILITY is a table storing available/overcommitted percent and hours of a resource for a given period. , implementation_dba_data: PA.PA_RES_AVAILABILITY ,
-
Table: PA_CANDIDATES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CANDIDATES, object_name:PA_CANDIDATES, status:VALID, product: PA - Projects , description: The PA_CANDIDATES table contains candidates for a requirement. , implementation_dba_data: PA.PA_CANDIDATES ,
-
Table: PA_RESOURCES_DENORM
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCES_DENORM, object_name:PA_RESOURCES_DENORM, status:VALID, product: PA - Projects , description: PA_RESOURCES_DENORM is a denormalized table containing attributes for resources. , implementation_dba_data: PA.PA_RESOURCES_DENORM ,
-
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 ,
-
Table: PA_CANDIDATES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CANDIDATES, object_name:PA_CANDIDATES, status:VALID, product: PA - Projects , description: The PA_CANDIDATES table contains candidates for a requirement. , implementation_dba_data: PA.PA_CANDIDATES ,
-
Table: PA_FORECAST_ITEM_DETAILS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FORECAST_ITEM_DETAILS, object_name:PA_FORECAST_ITEM_DETAILS, status:VALID, product: PA - Projects , description: This table stores the detailed amount information for each forecast item. An example of the amounts stored is labor hours , implementation_dba_data: PA.PA_FORECAST_ITEM_DETAILS ,
-
Table: PA_RESOURCE_ACCUM_DETAILS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_ACCUM_DETAILS, object_name:PA_RESOURCE_ACCUM_DETAILS, status:VALID, product: PA - Projects , description: Information on how a PA_TXN_ACCUM record was mapped to a resource list member , implementation_dba_data: PA.PA_RESOURCE_ACCUM_DETAILS ,
-
Table: PA_FORECAST_ITEM_DETAILS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FORECAST_ITEM_DETAILS, object_name:PA_FORECAST_ITEM_DETAILS, status:VALID, product: PA - Projects , description: This table stores the detailed amount information for each forecast item. An example of the amounts stored is labor hours , implementation_dba_data: PA.PA_FORECAST_ITEM_DETAILS ,
-
Table: PA_RES_AVAILABILITY
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RES_AVAILABILITY, object_name:PA_RES_AVAILABILITY, status:VALID, product: PA - Projects , description: PA_RES_AVAILABILITY is a table storing available/overcommitted percent and hours of a resource for a given period. , implementation_dba_data: PA.PA_RES_AVAILABILITY ,
-
Table: PA_RESOURCES_DENORM
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCES_DENORM, object_name:PA_RESOURCES_DENORM, status:VALID, product: PA - Projects , description: PA_RESOURCES_DENORM is a denormalized table containing attributes for resources. , implementation_dba_data: PA.PA_RESOURCES_DENORM ,
-
View: PABV_RESOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_RESOURCES, object_name:PABV_RESOURCES, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_RESOURCES ,
-
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_ACCUM_DETAILS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_ACCUM_DETAILS, object_name:PA_RESOURCE_ACCUM_DETAILS, status:VALID, product: PA - Projects , description: Information on how a PA_TXN_ACCUM record was mapped to a resource list member , implementation_dba_data: PA.PA_RESOURCE_ACCUM_DETAILS ,
-
View: PA_ADW_TOP_RLMEM_B_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ADW_TOP_RLMEM_B_V, object_name:PA_ADW_TOP_RLMEM_B_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_ADW_TOP_RLMEM_B_V ,
-
View: PA_RESOURCE_LIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RESOURCE_LIST_V, object_name:PA_RESOURCE_LIST_V, status:VALID, product: PA - Projects , description: Details about a resource list and related resource list members. , implementation_dba_data: APPS.PA_RESOURCE_LIST_V ,
-
View: PA_RESOURCE_LIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RESOURCE_LIST_V, object_name:PA_RESOURCE_LIST_V, status:VALID, product: PA - Projects , description: Details about a resource list and related resource list members. , implementation_dba_data: APPS.PA_RESOURCE_LIST_V ,
-
View: PAFV_RESOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_RESOURCES, object_name:PAFV_RESOURCES, status:VALID, product: PA - Projects , description: Business view to show information about the resources used in projects. , implementation_dba_data: APPS.PAFV_RESOURCES ,
-
Table: PA_PROJECT_PARTIES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_PARTIES, object_name:PA_PROJECT_PARTIES, status:VALID, product: PA - Projects , description: Resources involved in a Specified Project , implementation_dba_data: PA.PA_PROJECT_PARTIES ,
-
View: PABV_RESOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_RESOURCES, object_name:PABV_RESOURCES, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_RESOURCES ,
-
Table: PA_ROLE_PROFILES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ROLE_PROFILES, object_name:PA_ROLE_PROFILES, status:VALID, product: PA - Projects , description: PA_ROLE_PROFILES stores business level attributes and resource id for each project role profile. The entries are categorized into two types: resource profile and business level specific (default) profile. A resource profile has all business , implementation_dba_data: PA.PA_ROLE_PROFILES ,
-
View: PA_LOWEST_LEVEL_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_LOWEST_LEVEL_RESOURCES_V, object_name:PA_LOWEST_LEVEL_RESOURCES_V, status:VALID, product: PA - Projects , description: This view that displays details about the lowest level resource list members , implementation_dba_data: APPS.PA_LOWEST_LEVEL_RESOURCES_V ,
-
View: PABV_RESOURCE_LIST_RESOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_RESOURCE_LIST_RESOURCES, object_name:PABV_RESOURCE_LIST_RESOURCES, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_RESOURCE_LIST_RESOURCES ,
-
View: PABV_RESOURCE_LIST_RESOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_RESOURCE_LIST_RESOURCES, object_name:PABV_RESOURCE_LIST_RESOURCES, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_RESOURCE_LIST_RESOURCES ,
-
View: PA_PARENT_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PARENT_RESOURCES_V, object_name:PA_PARENT_RESOURCES_V, status:VALID, product: PA - Projects , description: 10Sc Only , implementation_dba_data: APPS.PA_PARENT_RESOURCES_V ,
-
Table: PA_PROJECT_PARTIES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_PARTIES, object_name:PA_PROJECT_PARTIES, status:VALID, product: PA - Projects , description: Resources involved in a Specified Project , implementation_dba_data: PA.PA_PROJECT_PARTIES ,
-
View: PA_LOWEST_LEVEL_RESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_LOWEST_LEVEL_RESOURCES_V, object_name:PA_LOWEST_LEVEL_RESOURCES_V, status:VALID, product: PA - Projects , description: This view that displays details about the lowest level resource list members , implementation_dba_data: APPS.PA_LOWEST_LEVEL_RESOURCES_V ,
-
Table: PA_RESOURCE_TXN_ATTRIBUTES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_TXN_ATTRIBUTES, object_name:PA_RESOURCE_TXN_ATTRIBUTES, status:VALID, product: PA - Projects , description: Combination of transaction attributes for a resource that define which transactions to map to the resource , implementation_dba_data: PA.PA_RESOURCE_TXN_ATTRIBUTES ,
-
View: PA_PARENT_RESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PARENT_RESOURCES_V, object_name:PA_PARENT_RESOURCES_V, status:VALID, product: PA - Projects , description: 10Sc Only , implementation_dba_data: APPS.PA_PARENT_RESOURCES_V ,
-
Table: PA_RESOURCE_MAPS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_MAPS, object_name:PA_RESOURCE_MAPS, status:VALID, product: PA - Projects , description: Mapping of a resource list member to a combination of resource transaction attributes , implementation_dba_data: PA.PA_RESOURCE_MAPS ,
-
View: PA_ADW_TOP_RLMEM_B_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ADW_TOP_RLMEM_B_V, object_name:PA_ADW_TOP_RLMEM_B_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_ADW_TOP_RLMEM_B_V ,
-
Table: PA_ROLE_PROFILES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ROLE_PROFILES, object_name:PA_ROLE_PROFILES, status:VALID, product: PA - Projects , description: PA_ROLE_PROFILES stores business level attributes and resource id for each project role profile. The entries are categorized into two types: resource profile and business level specific (default) profile. A resource profile has all business , implementation_dba_data: PA.PA_ROLE_PROFILES ,
-
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 ,
-
Table: PA_RESOURCE_MAPS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_MAPS, object_name:PA_RESOURCE_MAPS, status:VALID, product: PA - Projects , description: Mapping of a resource list member to a combination of resource transaction attributes , implementation_dba_data: PA.PA_RESOURCE_MAPS ,
-
Table: PA_RESOURCE_TXN_ATTRIBUTES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_TXN_ATTRIBUTES, object_name:PA_RESOURCE_TXN_ATTRIBUTES, status:VALID, product: PA - Projects , description: Combination of transaction attributes for a resource that define which transactions to map to the resource , implementation_dba_data: PA.PA_RESOURCE_TXN_ATTRIBUTES ,
-
View: PAFV_RESOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_RESOURCES, object_name:PAFV_RESOURCES, status:VALID, product: PA - Projects , description: Business view to show information about the resources used in projects. , implementation_dba_data: APPS.PAFV_RESOURCES ,
-
View: PA_RESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RESOURCES_V, object_name:PA_RESOURCES_V, status:VALID, product: PA - Projects , description: 10Sc Only , implementation_dba_data: APPS.PA_RESOURCES_V ,
-
View: PAFV_RESOURCE_LIST_RESOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_RESOURCE_LIST_RESOURCES, object_name:PAFV_RESOURCE_LIST_RESOURCES, status:VALID, product: PA - Projects , description: Business view to show information about the resources used in the resource lists. , implementation_dba_data: APPS.PAFV_RESOURCE_LIST_RESOURCES ,
-
View: PA_RESOURCES_V_R
12.2.2
product: PA - Projects , description: 10Sc Only , implementation_dba_data: Not implemented in this database ,
-
View: PA_RESOURCES_V_R
12.1.1
product: PA - Projects , description: 10Sc Only , implementation_dba_data: Not implemented in this database ,
-
View: PAFV_RESOURCE_LIST_RESOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_RESOURCE_LIST_RESOURCES, object_name:PAFV_RESOURCE_LIST_RESOURCES, status:VALID, product: PA - Projects , description: Business view to show information about the resources used in the resource lists. , implementation_dba_data: APPS.PAFV_RESOURCE_LIST_RESOURCES ,
-
View: PA_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RESOURCES_V, object_name:PA_RESOURCES_V, status:VALID, product: PA - Projects , description: 10Sc Only , implementation_dba_data: APPS.PA_RESOURCES_V ,
-
View: PA_CHILD_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CHILD_RESOURCES_V, object_name:PA_CHILD_RESOURCES_V, status:VALID, product: PA - Projects , description: 10Sc Only , implementation_dba_data: APPS.PA_CHILD_RESOURCES_V ,
-
View: PA_BUDG_CONTROL_RES_GRP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BUDG_CONTROL_RES_GRP_V, object_name:PA_BUDG_CONTROL_RES_GRP_V, status:VALID, product: PA - Projects , description: Base View for Budgetary Controls Form - Resource Group and Resource Block , implementation_dba_data: APPS.PA_BUDG_CONTROL_RES_GRP_V ,
-
View: PA_ADW_LOWEST_RLMEM_B_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ADW_LOWEST_RLMEM_B_V, object_name:PA_ADW_LOWEST_RLMEM_B_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_ADW_LOWEST_RLMEM_B_V ,