Search Results pa_non_labor_resource_orgs
Overview
The PA_NON_LABOR_RESOURCE_ORGS table is a core reference table within the Oracle E-Business Suite (EBS) Projects module (PA). Its primary function is to manage the organizational assignments for non-labor resources, such as equipment, materials, or purchased services. This table establishes a critical many-to-many relationship, defining which non-labor resources are available for use and costing within specific inventory or operating units (organizations). This assignment is a foundational setup step, enabling the accurate tracking, charging, and costing of non-labor expenditures against projects. Its integrity is essential for the downstream processing of project transactions, including expenditure item validation and the application of usage-based cost rates.
Key Information Stored
The table's structure is intentionally simple, consisting of two primary columns that form its composite primary key. The ORGANIZATION_ID column stores the unique identifier for an organization, typically referencing HR_ALL_ORGANIZATION_UNITS. The NON_LABOR_RESOURCE column stores the identifier for a defined non-labor resource, referencing the PA_NON_LABOR_RESOURCES table. Each row represents a single, valid assignment of a specific non-labor resource to a specific organization. This pairing is the central piece of data the table maintains, ensuring that resource usage is always organizationally contextualized.
Common Use Cases and Queries
A primary use case is the validation check performed when entering project expenditures. Before an expenditure item for a non-labor resource can be created, the system must confirm that the resource is assigned to the expenditure's organization. Administrators frequently query this table to audit or report on resource availability. Common SQL patterns include listing all resources assigned to a particular organization or identifying which organizations a specific resource is assigned to. For example:
- SELECT nlro.organization_id, nlro.non_labor_resource, haou.name FROM pa_non_labor_resource_orgs nlro JOIN hr_all_organization_units haou ON nlro.organization_id = haou.organization_id WHERE haou.name = '<Org Name>';
- SELECT nlro.*, pnlr.name FROM pa_non_labor_resource_orgs nlro JOIN pa_non_labor_resources pnlr ON nlro.non_labor_resource = pnlr.non_labor_resource WHERE pnlr.name = '<Resource Name>';
These queries support setup verification, troubleshooting transaction errors, and generating resource assignment matrices.
Related Objects
As indicated by its foreign key relationships, PA_NON_LABOR_RESOURCE_ORGS is a central hub connecting master data with transactional data. It is directly referenced by PA_NON_LABOR_RESOURCES (master resource definition) and HR_ALL_ORGANIZATION_UNITS (master organization definition). Crucially, it is referenced by several key transactional and costing tables. The PA_EXPENDITURE_ITEMS_ALL table uses it to validate organization-resource pairs for expenditure lines. The PA_RESOURCE_TXN_ATTRIBUTES table links to it via a dedicated NON_LABOR_RESOURCE_ORG_ID for detailed transaction costing. Furthermore, the PA_USAGE_COST_RATE_OVR_ALL table references it to determine organization-specific override rates for non-labor resources. This network of relationships underscores its role as a mandatory control point in the project accounting flow.
-
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 ,
-
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 ,
-
APPS.PA_TRX_IMPORT dependencies on PA_NON_LABOR_RESOURCE_ORGS
12.2.2
-
APPS.PA_ORG dependencies on PA_NON_LABOR_RESOURCE_ORGS
12.1.1
-
APPS.PA_ORG dependencies on PA_NON_LABOR_RESOURCE_ORGS
12.2.2
-
APPS.PA_TRX_IMPORT dependencies on PA_NON_LABOR_RESOURCE_ORGS
12.1.1
-
SYNONYM: APPS.PA_NON_LABOR_RESOURCE_ORGS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_NON_LABOR_RESOURCE_ORGS, status:VALID,
-
SYNONYM: APPS.PA_NON_LABOR_RESOURCE_ORGS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_NON_LABOR_RESOURCE_ORGS, status:VALID,
-
VIEW: APPS.PA_NLR_ORGANIZATIONS_RES_V
12.1.1
-
VIEW: APPS.PA_NLR_ORGANIZATIONS_RES_V
12.2.2
-
VIEW: PA.PA_NON_LABOR_RESOURCE_ORGS#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_NON_LABOR_RESOURCE_ORGS#, status:VALID,
-
TABLE: PA.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,
-
VIEW: PA.PA_NON_LABOR_RESOURCE_ORGS#
12.2.2
-
TABLE: PA.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,
-
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: APPS.PAFV_EXPENDITURE_ITEMS
12.1.1
-
Table: PA_USAGE_COST_RATE_OVR_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_USAGE_COST_RATE_OVR_ALL, object_name:PA_USAGE_COST_RATE_OVR_ALL, status:VALID, product: PA - Projects , description: Cost rates, assigned to non-labor resources and organizations, that override the expenditure type cost rates , implementation_dba_data: PA.PA_USAGE_COST_RATE_OVR_ALL ,
-
Table: PA_USAGE_COST_RATE_OVR_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_USAGE_COST_RATE_OVR_ALL, object_name:PA_USAGE_COST_RATE_OVR_ALL, status:VALID, product: PA - Projects , description: Cost rates, assigned to non-labor resources and organizations, that override the expenditure type cost rates , implementation_dba_data: PA.PA_USAGE_COST_RATE_OVR_ALL ,
-
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 ,
-
PACKAGE BODY: APPS.PA_ORG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_ORG, status:VALID,
-
PACKAGE BODY: APPS.PA_ORG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_ORG, status:VALID,
-
VIEW: APPS.PAFV_EXPENDITURE_ITEMS
12.2.2
-
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_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 ,
-
View: PA_NLR_ORGANIZATIONS_RES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_NLR_ORGANIZATIONS_RES_V, object_name:PA_NLR_ORGANIZATIONS_RES_V, status:VALID, product: PA - Projects , description: 10Sc Only , implementation_dba_data: APPS.PA_NLR_ORGANIZATIONS_RES_V ,
-
View: PA_NLR_ORGANIZATIONS_RES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_NLR_ORGANIZATIONS_RES_V, object_name:PA_NLR_ORGANIZATIONS_RES_V, status:VALID, product: PA - Projects , description: 10Sc Only , implementation_dba_data: APPS.PA_NLR_ORGANIZATIONS_RES_V ,
-
VIEW: APPS.PA_NLR_ORGANIZATIONS_RES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_NLR_ORGANIZATIONS_RES_V, object_name:PA_NLR_ORGANIZATIONS_RES_V, status:VALID,
-
VIEW: APPS.PA_NLR_ORGANIZATIONS_RES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_NLR_ORGANIZATIONS_RES_V, object_name:PA_NLR_ORGANIZATIONS_RES_V, status:VALID,
-
Table: PA_EXPENDITURE_ITEMS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_ITEMS_ALL, object_name:PA_EXPENDITURE_ITEMS_ALL, status:VALID, product: PA - Projects , description: The smallest units of expenditure charged to projects and tasks , implementation_dba_data: PA.PA_EXPENDITURE_ITEMS_ALL ,
-
View: PAFV_EXPENDITURE_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_EXPENDITURE_ITEMS, object_name:PAFV_EXPENDITURE_ITEMS, status:VALID, product: PA - Projects , description: Business view to show information about the expenditure items entered. , implementation_dba_data: APPS.PAFV_EXPENDITURE_ITEMS ,
-
PACKAGE BODY: APPS.PA_TRX_IMPORT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_TRX_IMPORT, status:VALID,
-
Table: PA_EXPENDITURE_ITEMS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_ITEMS_ALL, object_name:PA_EXPENDITURE_ITEMS_ALL, status:VALID, product: PA - Projects , description: The smallest units of expenditure charged to projects and tasks , implementation_dba_data: PA.PA_EXPENDITURE_ITEMS_ALL ,
-
PACKAGE BODY: APPS.PA_TRX_IMPORT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_TRX_IMPORT, status:VALID,
-
View: PAFV_EXPENDITURE_ITEMS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_EXPENDITURE_ITEMS, object_name:PAFV_EXPENDITURE_ITEMS, status:VALID, product: PA - Projects , description: Business view to show information about the expenditure items entered. , implementation_dba_data: APPS.PAFV_EXPENDITURE_ITEMS ,
-
VIEW: APPS.PAFV_EXPENDITURE_ITEMS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_EXPENDITURE_ITEMS, object_name:PAFV_EXPENDITURE_ITEMS, status:VALID,
-
APPS.PA_ORG SQL Statements
12.1.1
-
APPS.PA_ORG SQL Statements
12.2.2
-
VIEW: APPS.PAFV_EXPENDITURE_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_EXPENDITURE_ITEMS, object_name:PAFV_EXPENDITURE_ITEMS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.PA_ORG
12.2.2
-
Table: HR_ALL_ORGANIZATION_UNITS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:AS.HR_ALL_ORGANIZATION_UNITS PER.HR_ALL_ORGANIZATION_UNITS, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID, product: PER - Human Resources , description: Organization unit definitions. , implementation_dba_data: HR.HR_ALL_ORGANIZATION_UNITS ,