Search Results nlr_organization_name
Overview
APPS.PA_RESOURCE_TXN_ATTRIBUTES_V is a reporting and integration view in Oracle EBS Projects (PA) that exposes a denormalized, security-aware representation of resource transaction attribute assignments. It is owned by the APPS schema and carries the FND design data reference PA.PA_RESOURCE_TXN_ATTRIBUTES_V. The view joins the transactional attribute table PA_RESOURCE_TXN_ATTRIBUTES to descriptive entities such as people, jobs, organizations, vendors, expenditure types, event types, non-labor resources, and resource formats, so that a single row presents both the stored keys and their human-readable names.
Because it resolves names and applies HR security, the view is suited to reporting layers, concurrent programs, Oracle Discoverer workbooks, and interface extraction logic where the raw ID columns of the base table would otherwise require multiple lookups. The user search term nlr_organization_id identifies a column specific to this view; it captures the owning organization of a non-labor resource, distinct from the person/assignment organization exposed through ORGANIZATION_ID.
Underlying Base Objects
The documented dependencies include base synonyms and views such as PA_RESOURCE_TXN_ATTRIBUTES, PA_RESOURCES, PA_EXPENDITURE_TYPES, PA_EXPENDITURE_CATEGORIES, PA_NON_LABOR_RESOURCES, PA_EVENT_TYPES, and PA_JOBS_V, together with lookup views PA_REVENUE_CATEGORIES_V, PA_EVENT_TYPE_CLASSES_V, PA_SYSTEM_LINKAGES_V, HR_ALL_ORGANIZATION_UNITS_TL, HR_ORG_UNITS_NO_JOIN, PER_PEOPLE_F, and PO_VENDORS. Supporting packages HR_GENERAL, HR_PERSON_NAME, HR_SECURITY, PA_CROSS_BUSINESS_GRP, and PA_UTILS are invoked to derive employee names, enforce organization-level access, and resolve cross-business-group behavior.
The primary base object is PA_RESOURCE_TXN_ATTRIBUTES, which stores the assignment of attributes to a resource transaction. Descriptive lookups are outer-joined to the base so that a row is not lost when, for example, a vendor or job is not applicable. HR_SECURITY restricts the returned organizations according to the responsibility's security profile, while PA_CROSS_BUSINESS_GRP supports cross-business-group queries.
Key Columns
- ROW_ID – the physical ROWID of the base table row, useful for direct updates or drilling back.
- RESOURCE_TXN_ATTRIBUTE_ID – primary key of the attribute assignment record.
- RESOURCE_ID – the resource to which the attribute applies, joining to PA_RESOURCES.
- PERSON_ID / EMPLOYEE_NAME – the person identifier and resolved employee name from PER_PEOPLE_F and HR_PERSON_NAME.
- JOB_ID / JOB_NAME – job assignment and its descriptive name via PA_JOBS_V.
- ORGANIZATION_ID / ORGANIZATION_NAME – the organization associated with the person or resource, resolved through HR_ALL_ORGANIZATION_UNITS_TL and HR_ORG_UNITS_NO_JOIN.
- VENDOR_ID / VENDOR_NAME – supplier information from PO_VENDORS for non-labor or purchased resources.
- EXPENDITURE_TYPE, EXPENDITURE_CATEGORY, REVENUE_CATEGORY – project accounting classifications applied to the transaction.
- EVENT_TYPE, EVENT_TYPE_CLASSIFICATION – event type key and its classification, resolved through PA_EVENT_TYPES and PA_EVENT_TYPE_CLASSES_V.
- NON_LABOR_RESOURCE, NLR_ORGANIZATION_ID, NLR_ORGANIZATION_NAME – indicates whether the resource is non-labor and identifies the owning organization of that non-labor resource and its name. NLR_ORGANIZATION_ID is the column sought by the user query and is essential when non-labor resource ownership must be reported separately from person organization.
- SYSTEM_LINKAGE_FUNCTION, SYSTEM_LINKAGE_FUNCTION_M – system linkage codes and their meaning from PA_SYSTEM_LINKAGES_V.
- RESOURCE_FORMAT_ID – format configuration of the resource.
- Audit columns – LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN.
Common Use Cases and Queries
Typical uses include extracting resource transaction attributes for interface or reconciliation, listing non-labor resources with their owning organizations, and building reporting queries that require resolved organization or vendor names. Security is enforced automatically, so results differ by responsibility.
Example: retrieving non-labor resource attributes with owning organization.
SELECT RESOURCE_TXN_ATTRIBUTE_ID, NON_LABOR_RESOURCE, NLR_ORGANIZATION_ID, NLR_ORGANIZATION_NAME, VENDOR_NAME, EXPENDITURE_TYPE FROM APPS.PA_RESOURCE_TXN_ATTRIBUTES_V WHERE NLR_ORGANIZATION_ID = :org_id;
Example: person-oriented attribute listing.
SELECT RESOURCE_ID, PERSON_ID, EMPLOYEE_NAME, JOB_NAME, ORGANIZATION_NAME, EVENT_TYPE FROM APPS.PA_RESOURCE_TXN_ATTRIBUTES_V WHERE PERSON_ID = :person_id;
Because the view performs many outer-joined lookups, queries should filter on indexed base columns such as RESOURCE_ID, RESOURCE_TXN_ATTRIBUTE_ID, or ORGANIZATION_ID rather than on derived name columns, and callers should confirm security profile effects when NLR_ORGANIZATION_ID appears unexpectedly null or filtered.
-
VIEW: APPS.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,
-
View: PA_STATUS_EI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_EI_V, object_name:PA_STATUS_EI_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_STATUS_EI_V ,
-
VIEW: APPS.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,
-
View: PA_STATUS_EI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_EI_V, object_name:PA_STATUS_EI_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_STATUS_EI_V ,
-
VIEW: APPS.PA_STATUS_EI_V
12.1.1
-
VIEW: APPS.PA_STATUS_EI_V
12.2.2
-
VIEW: APPS.PA_STATUS_EI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_EI_V, object_name:PA_STATUS_EI_V, status:VALID,
-
VIEW: APPS.PA_STATUS_EI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_EI_V, object_name:PA_STATUS_EI_V, status:VALID,
-
View: PA_EXPENDITURE_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPENDITURE_ITEMS_V, object_name:PA_EXPENDITURE_ITEMS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_EXPENDITURE_ITEMS_V ,
-
View: PA_EXPENDITURE_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPENDITURE_ITEMS_V, object_name:PA_EXPENDITURE_ITEMS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_EXPENDITURE_ITEMS_V ,
-
VIEW: APPS.PA_EXPENDITURE_ITEMS_V
12.1.1
-
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: APPS.PA_ASSET_LINE_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ASSET_LINE_DETAILS_V, object_name:PA_ASSET_LINE_DETAILS_V, status:VALID,
-
View: GMS_EXPEND_ITEMS_ADJUST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_EXPEND_ITEMS_ADJUST_V, object_name:GMS_EXPEND_ITEMS_ADJUST_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_EXPEND_ITEMS_ADJUST_V ,
-
VIEW: APPS.PA_ASSET_LINE_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ASSET_LINE_DETAILS_V, object_name:PA_ASSET_LINE_DETAILS_V, status:VALID,
-
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 ,
-
View: GMS_EXPEND_ITEMS_ADJUST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_EXPEND_ITEMS_ADJUST_V, object_name:GMS_EXPEND_ITEMS_ADJUST_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_EXPEND_ITEMS_ADJUST_V ,
-
VIEW: APPS.PA_EXPENDITURE_ITEMS_V
12.2.2
-
View: PA_EXPEND_ITEMS_ADJUST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPEND_ITEMS_ADJUST_V, object_name:PA_EXPEND_ITEMS_ADJUST_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_EXPEND_ITEMS_ADJUST_V ,
-
View: PA_EXPEND_ITEMS_ADJUST_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPEND_ITEMS_ADJUST_ALL_V, object_name:PA_EXPEND_ITEMS_ADJUST_ALL_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_EXPEND_ITEMS_ADJUST_ALL_V ,
-
View: PA_EXPEND_ITEMS_ADJUST_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPEND_ITEMS_ADJUST_ALL_V, object_name:PA_EXPEND_ITEMS_ADJUST_ALL_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_EXPEND_ITEMS_ADJUST_ALL_V ,
-
VIEW: APPS.GMS_EXPEND_ITEMS_ADJUST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_EXPEND_ITEMS_ADJUST_V, object_name:GMS_EXPEND_ITEMS_ADJUST_V, status:VALID,
-
View: PA_ASSET_LINE_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ASSET_LINE_DETAILS_V, object_name:PA_ASSET_LINE_DETAILS_V, status:VALID, product: PA - Projects , description: Release 10SC Only , implementation_dba_data: APPS.PA_ASSET_LINE_DETAILS_V ,
-
View: PA_EXPEND_ITEMS_ADJUST_MRC_V
12.1.1
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_EXPEND_ITEMS_ADJUST_MRC_V
12.2.2
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.GMS_EXPEND_ITEMS_ADJUST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_EXPEND_ITEMS_ADJUST_V, object_name:GMS_EXPEND_ITEMS_ADJUST_V, status:VALID,
-
View: PA_ASSET_LINE_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ASSET_LINE_DETAILS_V, object_name:PA_ASSET_LINE_DETAILS_V, status:VALID, product: PA - Projects , description: Release 10SC Only , implementation_dba_data: APPS.PA_ASSET_LINE_DETAILS_V ,
-
View: PA_ASSET_LINE_DETAILS_MRC_V
12.1.1
product: PA - Projects , description: Release 10SC Only , implementation_dba_data: Not implemented in this database ,
-
View: PA_ASSET_LINE_DETAILS_MRC_V
12.2.2
product: PA - Projects , description: Release 10SC Only , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.GMS_EXPEND_ITEMS_ADJUST_V
12.1.1
-
View: PA_EXPEND_ITEMS_ADJUST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPEND_ITEMS_ADJUST_V, object_name:PA_EXPEND_ITEMS_ADJUST_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_EXPEND_ITEMS_ADJUST_V ,
-
VIEW: APPS.GMS_EXPEND_ITEMS_ADJUST_V
12.2.2
-
VIEW: APPS.PA_EXPENDITURE_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPENDITURE_ITEMS_V, object_name:PA_EXPENDITURE_ITEMS_V, status:VALID,
-
VIEW: APPS.PA_EXPEND_ITEMS_ADJUST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPEND_ITEMS_ADJUST_V, object_name:PA_EXPEND_ITEMS_ADJUST_V, status:VALID,
-
VIEW: APPS.GMS_DRAFT_INV_LINE_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_DRAFT_INV_LINE_DETAILS_V, object_name:GMS_DRAFT_INV_LINE_DETAILS_V, status:VALID,
-
VIEW: APPS.PA_EXPENDITURE_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPENDITURE_ITEMS_V, object_name:PA_EXPENDITURE_ITEMS_V, status:VALID,
-
VIEW: APPS.PA_DRAFT_INV_LINE_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DRAFT_INV_LINE_DETAILS_V, object_name:PA_DRAFT_INV_LINE_DETAILS_V, status:VALID,
-
VIEW: APPS.PA_EXPEND_ITEMS_ADJUST_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPEND_ITEMS_ADJUST_ALL_V, object_name:PA_EXPEND_ITEMS_ADJUST_ALL_V, status:VALID,
-
View: PA_CUST_REV_DIST_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CUST_REV_DIST_LINES_V, object_name:PA_CUST_REV_DIST_LINES_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_CUST_REV_DIST_LINES_V ,
-
VIEW: APPS.PA_EXPEND_ITEMS_ADJUST_ALL_V
12.1.1
-
View: PA_CUST_REV_DIST_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CUST_REV_DIST_LINES_V, object_name:PA_CUST_REV_DIST_LINES_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_CUST_REV_DIST_LINES_V ,
-
VIEW: APPS.PA_EXPEND_ITEMS_ADJUST_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPEND_ITEMS_ADJUST_ALL_V, object_name:PA_EXPEND_ITEMS_ADJUST_ALL_V, status:VALID,
-
VIEW: APPS.PA_EXPEND_ITEMS_ADJUST_V
12.1.1
-
VIEW: APPS.PA_INV_LINE_DETAILS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, object_name:PA_INV_LINE_DETAILS_ALL_V, status:VALID,
-
View: PA_CUST_RDL_FORM_MRC_V
12.2.2
product: PA - Projects , description: This will select data from pa_cust_rev_dist_lines, pa_mc_cust_rdl_all, pa_expend_items_adjust_mrc_v , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.GMS_DRAFT_INV_LINE_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_DRAFT_INV_LINE_DETAILS_V, object_name:GMS_DRAFT_INV_LINE_DETAILS_V, status:VALID,
-
View: PA_CUST_RDL_FORM_MRC_V
12.1.1
product: PA - Projects , description: This will select data from pa_cust_rev_dist_lines, pa_mc_cust_rdl_all, pa_expend_items_adjust_mrc_v , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PA_INV_LINE_DETAILS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, object_name:PA_INV_LINE_DETAILS_ALL_V, status:VALID,