Search Results pa_non_labor_resources
Overview
The PA_NON_LABOR_RESOURCES table is a core master data table within the Oracle E-Business Suite Projects (PA) module. It serves as the central repository for defining and managing non-labor assets utilized during project work. In the context of Oracle EBS 12.1.1 and 12.2.2, this table is essential for project costing, billing, and resource planning, as it catalogs resources such as equipment, materials, facilities, or other expense items that are not personnel-based. Its primary role is to provide a validated list of non-labor resource codes that can be assigned to tasks, used in transactions, and referenced for rate application and revenue recognition rules.
Key Information Stored
The table's primary key is the NON_LABOR_RESOURCE column, which stores the unique identifier for each non-labor asset. A critical foreign key relationship exists with the PA_EXPENDITURE_TYPES table via the EXPENDITURE_TYPE column. This link classifies the non-labor resource within the project's accounting and costing structure, determining how costs are accumulated and accounted for. While the full column list is not detailed in the provided metadata, typical columns in such a master table would include descriptive fields (e.g., DESCRIPTION, ENABLED_FLAG), creation and last update dates, and potentially attributes for unit of measure and default rate.
Common Use Cases and Queries
This table is central to several operational and reporting processes. Administrators use it to maintain the list of billable and non-billable non-labor items. Common queries involve listing all active resources for a given expenditure type or validating a resource code during transaction entry. For instance, a report to show all non-labor resources available for assignment might use SQL similar to: SELECT non_labor_resource, description FROM pa_non_labor_resources WHERE enabled_flag = 'Y' ORDER BY non_labor_resource;. Another critical use case is during project setup, where resources from this table are added to resource lists or assigned directly to project tasks, enabling subsequent capture of actual usage and costs.
Related Objects
As indicated by its extensive foreign key relationships, PA_NON_LABOR_RESOURCES is a parent table to numerous transactional and setup tables. Key dependent objects include:
- PA_RESOURCE_ASSIGNMENTS: Links the resource to specific project tasks.
- PA_BILL_RATES_ALL and PA_NL_BILL_RATE_OVERRIDES: Store standard and project-specific billing rates for the resource.
- PA_TRANSACTION_CONTROLS: Governs which transaction sources are allowed for the resource.
- PA_RESOURCE_TXN_ATTRIBUTES: Defines default attributes for transactions involving this resource.
- PA_PROJ_RETN_RULES: Holds revenue recognition rules associated with the resource.
- PA_RESOURCE_LIST_MEMBERS and PA_RESOURCE_MAPS: Include the resource in broader resource catalogs and mapping rules.
-
Table: PA_NON_LABOR_RESOURCES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_NON_LABOR_RESOURCES, object_name:PA_NON_LABOR_RESOURCES, status:VALID, product: PA - Projects , description: Non-labor assets utilized during project work , implementation_dba_data: PA.PA_NON_LABOR_RESOURCES ,
-
Table: PA_NON_LABOR_RESOURCES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_NON_LABOR_RESOURCES, object_name:PA_NON_LABOR_RESOURCES, status:VALID, product: PA - Projects , description: Non-labor assets utilized during project work , implementation_dba_data: PA.PA_NON_LABOR_RESOURCES ,
-
View: PA_NON_LABOR_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_NON_LABOR_RESOURCES_V, object_name:PA_NON_LABOR_RESOURCES_V, status:VALID, product: PA - Projects , description: PA_NON_LABOR_RESOURCES view stores non-labor assets that are utilized during project work and for which costs and revenue are tracked , implementation_dba_data: APPS.PA_NON_LABOR_RESOURCES_V ,
-
View: PA_NON_LABOR_RESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_NON_LABOR_RESOURCES_V, object_name:PA_NON_LABOR_RESOURCES_V, status:VALID, product: PA - Projects , description: PA_NON_LABOR_RESOURCES view stores non-labor assets that are utilized during project work and for which costs and revenue are tracked , implementation_dba_data: APPS.PA_NON_LABOR_RESOURCES_V ,
-
Table: PA_PROJ_RETN_RULES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_RETN_RULES, object_name:PA_PROJ_RETN_RULES, status:VALID, product: PA - Projects , description: PA_PROJ_RETN_RULES stores retention setup rules. These rules are entered at the project or top task level. , implementation_dba_data: PA.PA_PROJ_RETN_RULES ,
-
Table: PA_PROJ_RETN_RULES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_RETN_RULES, object_name:PA_PROJ_RETN_RULES, status:VALID, product: PA - Projects , description: PA_PROJ_RETN_RULES stores retention setup rules. These rules are entered at the project or top task level. , implementation_dba_data: PA.PA_PROJ_RETN_RULES ,
-
View: PAFV_NON_LABOR_RESOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_NON_LABOR_RESOURCES, object_name:PAFV_NON_LABOR_RESOURCES, status:VALID, product: PA - Projects , description: Business view to show information about the non-labor assets used for the projects for which charges are incurred. , implementation_dba_data: APPS.PAFV_NON_LABOR_RESOURCES ,
-
Table: PA_NL_BILL_RATE_OVERRIDES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_NL_BILL_RATE_OVERRIDES, object_name:PA_NL_BILL_RATE_OVERRIDES, status:VALID, product: PA - Projects , description: Non-standard non-labor bill rates negotiated for specific projects and tasks , implementation_dba_data: PA.PA_NL_BILL_RATE_OVERRIDES ,
-
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 ,
-
Table: PA_NON_LABOR_RESOURCE_ORGS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_NON_LABOR_RESOURCE_ORGS, object_name:PA_NON_LABOR_RESOURCE_ORGS, status:VALID, product: PA - Projects , description: Assignments of non-labor resources to organizations , implementation_dba_data: PA.PA_NON_LABOR_RESOURCE_ORGS ,
-
Table: PA_NON_LABOR_RESOURCE_ORGS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_NON_LABOR_RESOURCE_ORGS, object_name:PA_NON_LABOR_RESOURCE_ORGS, status:VALID, product: PA - Projects , description: Assignments of non-labor resources to organizations , implementation_dba_data: PA.PA_NON_LABOR_RESOURCE_ORGS ,
-
View: PABV_NON_LABOR_RESOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_NON_LABOR_RESOURCES, object_name:PABV_NON_LABOR_RESOURCES, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_NON_LABOR_RESOURCES ,
-
View: PABV_NON_LABOR_RESOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_NON_LABOR_RESOURCES, object_name:PABV_NON_LABOR_RESOURCES, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_NON_LABOR_RESOURCES ,
-
Table: PA_NL_BILL_RATE_OVERRIDES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_NL_BILL_RATE_OVERRIDES, object_name:PA_NL_BILL_RATE_OVERRIDES, status:VALID, product: PA - Projects , description: Non-standard non-labor bill rates negotiated for specific projects and tasks , implementation_dba_data: PA.PA_NL_BILL_RATE_OVERRIDES ,
-
Table: PA_BILL_RATES_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BILL_RATES_ALL, object_name:PA_BILL_RATES_ALL, status:VALID, product: PA - Projects , description: Information about bill rates and markups of standard bill rate schedules , implementation_dba_data: PA.PA_BILL_RATES_ALL ,
-
Table: PA_TRANSACTION_CONTROLS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TRANSACTION_CONTROLS, object_name:PA_TRANSACTION_CONTROLS, status:VALID, product: PA - Projects , description: Transaction controls of chargeable and billable status for projects and tasks , implementation_dba_data: PA.PA_TRANSACTION_CONTROLS ,
-
View: PA_NON_LABOR_RESOURCES_RES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_NON_LABOR_RESOURCES_RES_V, object_name:PA_NON_LABOR_RESOURCES_RES_V, status:VALID, product: PA - Projects , description: 10Sc Only , implementation_dba_data: APPS.PA_NON_LABOR_RESOURCES_RES_V ,
-
Table: PA_TRANSACTION_CONTROLS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TRANSACTION_CONTROLS, object_name:PA_TRANSACTION_CONTROLS, status:VALID, product: PA - Projects , description: Transaction controls of chargeable and billable status for projects and tasks , implementation_dba_data: PA.PA_TRANSACTION_CONTROLS ,
-
View: PA_NON_LABOR_RESOURCES_RES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_NON_LABOR_RESOURCES_RES_V, object_name:PA_NON_LABOR_RESOURCES_RES_V, status:VALID, product: PA - Projects , description: 10Sc Only , implementation_dba_data: APPS.PA_NON_LABOR_RESOURCES_RES_V ,
-
Table: PA_BILL_RATES_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BILL_RATES_ALL, object_name:PA_BILL_RATES_ALL, status:VALID, product: PA - Projects , description: Information about bill rates and markups of standard bill rate schedules , implementation_dba_data: PA.PA_BILL_RATES_ALL ,
-
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 ,
-
View: PAFV_NON_LABOR_RESOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_NON_LABOR_RESOURCES, object_name:PAFV_NON_LABOR_RESOURCES, status:VALID, product: PA - Projects , description: Business view to show information about the non-labor assets used for the projects for which charges are incurred. , implementation_dba_data: APPS.PAFV_NON_LABOR_RESOURCES ,
-
Table: PA_RESOURCE_LIST_MEMBERS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_LIST_MEMBERS, object_name:PA_RESOURCE_LIST_MEMBERS, status:VALID, product: PA - Projects , description: Resources within a resource list , implementation_dba_data: PA.PA_RESOURCE_LIST_MEMBERS ,
-
Table: PA_RESOURCE_ASSIGNMENTS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_ASSIGNMENTS, object_name:PA_RESOURCE_ASSIGNMENTS, status:VALID, product: PA - Projects , description: Resource assignments for a budget version at a branch of project's work breakdown , implementation_dba_data: PA.PA_RESOURCE_ASSIGNMENTS ,
-
Table: PA_RESOURCE_ASSIGNMENTS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_ASSIGNMENTS, object_name:PA_RESOURCE_ASSIGNMENTS, status:VALID, product: PA - Projects , description: Resource assignments for a budget version at a branch of project's work breakdown , implementation_dba_data: PA.PA_RESOURCE_ASSIGNMENTS ,
-
Table: PA_RESOURCE_LIST_MEMBERS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_LIST_MEMBERS, object_name:PA_RESOURCE_LIST_MEMBERS, status:VALID, product: PA - Projects , description: Resources within a resource list , implementation_dba_data: PA.PA_RESOURCE_LIST_MEMBERS ,
-
View: PA_RESOURCE_TXN_ATTRIBUTES_V_R
12.1.1
product: PA - Projects , description: 10Sc only , implementation_dba_data: Not implemented in this database ,
-
View: PA_RESOURCE_TXN_ATTRIBUTES_V_R
12.2.2
product: PA - Projects , description: 10Sc only , implementation_dba_data: Not implemented in this database ,
-
View: PA_RESOURCE_TXN_ATTRIBUTES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RESOURCE_TXN_ATTRIBUTES_V, object_name:PA_RESOURCE_TXN_ATTRIBUTES_V, status:VALID, product: PA - Projects , description: 10Sc only , implementation_dba_data: APPS.PA_RESOURCE_TXN_ATTRIBUTES_V ,
-
View: PA_RESOURCE_TXN_ATTRIBUTES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RESOURCE_TXN_ATTRIBUTES_V, object_name:PA_RESOURCE_TXN_ATTRIBUTES_V, status:VALID, product: PA - Projects , description: 10Sc only , implementation_dba_data: APPS.PA_RESOURCE_TXN_ATTRIBUTES_V ,
-
Table: PA_EXPENDITURE_TYPES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_TYPES, object_name:PA_EXPENDITURE_TYPES, status:VALID, product: PA - Projects , description: Implementation-defined classifications of expenditures charged to projects and tasks , implementation_dba_data: PA.PA_EXPENDITURE_TYPES ,
-
Table: PA_EXPENDITURE_TYPES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_TYPES, object_name:PA_EXPENDITURE_TYPES, status:VALID, product: PA - Projects , description: Implementation-defined classifications of expenditures charged to projects and tasks , implementation_dba_data: PA.PA_EXPENDITURE_TYPES ,