Search Results pa_resources
The PA_RESOURCES table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical data structure within the Project Accounting (PA) module. It serves as the foundation for managing and tracking resources—such as employees, equipment, and materials—assigned to projects. This table stores essential information about resources, including their attributes, availability, and cost rates, enabling organizations to efficiently plan, allocate, and monitor project resources. Below is a detailed breakdown of its structure, purpose, and key functionalities.
1. Purpose of PA_RESOURCES
The PA_RESOURCES table acts as a central repository for all resource-related data in Oracle Projects. It supports:- Resource Definition: Stores metadata for each resource, including names, types (labor, non-labor, equipment), and organizational assignments.
- Cost and Revenue Rates: Maintains cost and billing rates for resources, which are used for project budgeting, forecasting, and invoicing.
- Integration with HR and Inventory: Links resources to HR employees (for labor) or inventory items (for materials/equipment), ensuring data consistency across modules.
- Utilization Tracking: Facilitates monitoring of resource assignments and availability, aiding in capacity planning.
2. Key Columns in PA_RESOURCES
The table includes columns that define resource properties and relationships:- RESOURCE_ID: Primary key, uniquely identifying each resource.
- RESOURCE_NAME: Descriptive name of the resource (e.g., "Senior Engineer" or "Crane").
- RESOURCE_TYPE: Categorizes resources as labor, non-labor, or equipment.
- ORGANIZATION_ID: Associates the resource with an inventory organization (for non-labor resources).
- PERSON_ID: References HR employees (for labor resources) via PER_ALL_PEOPLE_F.
- INVENTORY_ITEM_ID: Links to inventory items (for equipment/materials) via MTL_SYSTEM_ITEMS_B.
- START_DATE_ACTIVE/END_DATE_ACTIVE: Defines the resource's active period.
- COST_RATE: Default cost rate per unit (hour, day, etc.).
- BILL_RATE: Default billing rate for client invoicing.
3. Integration with Other Modules
PA_RESOURCES integrates with multiple Oracle EBS modules:- Human Resources (HRMS): Labor resources are linked to employee records via PERSON_ID.
- Inventory (INV): Equipment/materials reference inventory items.
- General Ledger (GL): Cost and revenue rates feed into project accounting entries.
- Project Costing: Resource costs are rolled up into project budgets and expenditures.
4. Functional Workflow
The table supports key workflows:- Resource Setup: Administrators define resources, rates, and hierarchies.
- Project Assignment: Resources are assigned to tasks via PA_PROJECT_ASSIGNMENTS.
- Time and Expense Entry: Employees log hours/usage, which reference RESOURCE_ID.
- Cost Rollup: Costs are calculated using rates from this table and posted to GL.
5. Customization and Extensions
Organizations often extend PA_RESOURCES via:- Descriptive Flexfields (DFFs): Adding custom attributes (e.g., certifications, skill levels).
- APIs: Bulk-loading resources or syncing with external systems.
- Views: Creating custom reports on resource utilization.
6. Performance Considerations
For large implementations:- Indexes on RESOURCE_ID, PERSON_ID, and INVENTORY_ITEM_ID are critical.
- Partitioning may be used for historical data.
- Caching resource rates can improve transaction processing speed.
Conclusion
The PA_RESOURCES table is a cornerstone of Oracle Projects, enabling end-to-end resource management. Its design ensures seamless integration with HR, inventory, and financial modules, while supporting complex project costing and billing requirements. Proper configuration and maintenance of this table are essential for accurate project accounting and reporting in Oracle EBS 12.1.1 and 12.2.2.-
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.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_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.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_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_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 ,
-
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 ,
-
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 ,
-
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_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 ,
-
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 ,
-
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_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 ,
-
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.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_R
12.2.2
product: PA - Projects , description: 10Sc Only , implementation_dba_data: Not implemented in this database ,
-
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 ,