Search Results pa_resource_txn_attributes
Overview
The PA_RESOURCE_TXN_ATTRIBUTES table is a core transactional data object within the Oracle E-Business Suite Projects (PA) module, specifically in versions 12.1.1 and 12.2.2. It serves a critical function in the resource mapping and transaction processing architecture. As defined in the ETRM documentation, its primary role is to store combinations of transaction attributes for a resource that define which specific expenditure transactions are mapped to that resource. This mapping is essential for accurately assigning costs, such as labor hours, expense reports, or supplier invoices, to the correct project resource, ensuring proper cost collection, billing, and reporting.
Key Information Stored
The table's structure is defined by its primary and foreign keys, which collectively form the unique transaction attribute combination. The primary key is RESOURCE_TXN_ATTRIBUTE_ID. The foreign keys define the specific attributes of a transaction that must be matched for a mapping to occur. Key columns include RESOURCE_ID, linking to PA_RESOURCES, and a set of attribute columns that typically function as foreign keys to other master data tables. Based on the provided metadata, these critical attribute columns are NON_LABOR_RESOURCE, EXPENDITURE_CATEGORY, SYSTEM_LINKAGE_FUNCTION, NON_LABOR_RESOURCE_ORG_ID, PARTY_ID, RESOURCE_FORMAT_ID, JOB_ID, EXPENDITURE_TYPE, VENDOR_ID, and EVENT_TYPE. Each record represents a unique rule that dictates when a transaction with a matching set of these attributes should be associated with a given resource.
Common Use Cases and Queries
The primary use case is troubleshooting transaction processing and resource assignment. For instance, if an expenditure item is not being picked up by the correct resource, consultants would query this table to verify a matching attribute rule exists. A common diagnostic query would join PA_RESOURCE_TXN_ATTRIBUTES to PA_RESOURCES and relevant master data tables (like PA_EXPENDITURE_TYPES) to review all mapping rules for a specific resource or expenditure type.
- Sample Query (Find rules for a resource): SELECT prta.*, pr.resource_name FROM pa_resource_txn_attributes prta, pa_resources pr WHERE prta.resource_id = pr.resource_id AND pr.resource_name = '<Resource_Name>';
- Reporting Use Case: Generating a report of all transaction mapping rules defined in the system, often for audit or configuration review purposes, by joining to all referenced lookup tables.
- Implementation Use Case: During setup, data is populated into this table, often via the API PA_RESOURCE_PUB, to establish the logical links between transaction sources (like Payroll, AP, PO) and project resources.
Related Objects
As indicated by its extensive foreign key relationships, PA_RESOURCE_TXN_ATTRIBUTES is a central hub connecting transactional mapping rules to master data. Key related objects, as documented, include:
- PA_RESOURCES: The master definition of the resource being mapped to.
- PA_EXPENDITURE_TYPES / PA_EXPENDITURE_CATEGORIES: Define the type and category of the expenditure transaction.
- PA_SYSTEM_LINKAGES: Identifies the source system (e.g., Payroll, Accounts Payable) for the transaction.
- PA_NON_LABOR_RESOURCES and PA_NON_LABOR_RESOURCE_ORGS: Define non-labor resources and their organizations.
- HZ_PARTIES and PO_VENDORS: Supplier or party information.
- PER_JOBS: Job definitions for labor-related mappings.
- PA_RESOURCE_FORMATS and PA_EVENT_TYPES: Provide additional formatting and event classification for transactions.
Data is typically created and maintained in this table through the public API PA_RESOURCE_PUB, rather than via direct DML, to maintain integrity with all related entities.
-
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_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: 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 ,
-
View: PA_ADW_R_BGT_LINES_B_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ADW_R_BGT_LINES_B_V, object_name:PA_ADW_R_BGT_LINES_B_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_ADW_R_BGT_LINES_B_V ,
-
View: PA_ADW_R_BGT_LINES_B_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ADW_R_BGT_LINES_B_V, object_name:PA_ADW_R_BGT_LINES_B_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_ADW_R_BGT_LINES_B_V ,
-
View: PA_ADW_BGT_LINES_B_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ADW_BGT_LINES_B_V, object_name:PA_ADW_BGT_LINES_B_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_ADW_BGT_LINES_B_V ,
-
Table: PA_RESOURCE_FORMATS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_FORMATS, object_name:PA_RESOURCE_FORMATS, status:VALID, product: PA - Projects , description: System-defined valid resource transaction attribute combinations , implementation_dba_data: PA.PA_RESOURCE_FORMATS ,
-
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 ,
-
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 ,
-
View: PA_ADW_BGT_LINES_B_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ADW_BGT_LINES_B_V, object_name:PA_ADW_BGT_LINES_B_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_ADW_BGT_LINES_B_V ,
-
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_EVENT_TYPES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EVENT_TYPES, object_name:PA_EVENT_TYPES, status:VALID, product: PA - Projects , description: Implementation-defined classifications of events , implementation_dba_data: PA.PA_EVENT_TYPES ,
-
View: PA_PROJ_ASSIGNMENTS_ACTUALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_ASSIGNMENTS_ACTUALS_V, object_name:PA_PROJ_ASSIGNMENTS_ACTUALS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_ASSIGNMENTS_ACTUALS_V ,
-
Table: PA_RESOURCE_FORMATS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_FORMATS, object_name:PA_RESOURCE_FORMATS, status:VALID, product: PA - Projects , description: System-defined valid resource transaction attribute combinations , implementation_dba_data: PA.PA_RESOURCE_FORMATS ,
-
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 ,
-
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 ,
-
Table: PA_EVENT_TYPES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EVENT_TYPES, object_name:PA_EVENT_TYPES, status:VALID, product: PA - Projects , description: Implementation-defined classifications of events , implementation_dba_data: PA.PA_EVENT_TYPES ,
-
Table: PA_EXPENDITURE_CATEGORIES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_CATEGORIES, object_name:PA_EXPENDITURE_CATEGORIES, status:VALID, product: PA - Projects , description: Implementation-defined groupings of expenditure types by type of cost , implementation_dba_data: PA.PA_EXPENDITURE_CATEGORIES ,
-
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 ,
-
View: PA_PROJ_ASSIGNMENTS_ACTUALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_ASSIGNMENTS_ACTUALS_V, object_name:PA_PROJ_ASSIGNMENTS_ACTUALS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_ASSIGNMENTS_ACTUALS_V ,
-
View: PA_UPDATE_TEAM_ROLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_UPDATE_TEAM_ROLES_V, object_name:PA_UPDATE_TEAM_ROLES_V, status:VALID, product: PA - Projects , description: This view retrieves the team roles of planning resources linked/not linked to task assignments for updation purposes , implementation_dba_data: APPS.PA_UPDATE_TEAM_ROLES_V ,
-
View: PA_UPDATE_TEAM_ROLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_UPDATE_TEAM_ROLES_V, object_name:PA_UPDATE_TEAM_ROLES_V, status:VALID, product: PA - Projects , description: This view retrieves the team roles of planning resources linked/not linked to task assignments for updation purposes , implementation_dba_data: APPS.PA_UPDATE_TEAM_ROLES_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_SYSTEM_LINKAGES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_SYSTEM_LINKAGES, object_name:PA_SYSTEM_LINKAGES, status:VALID, product: PA - Projects , description: System-defined categories that classify expenditure types and determine how expenditure items of each type are processed , implementation_dba_data: PA.PA_SYSTEM_LINKAGES ,
-
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_EXPENDITURE_CATEGORIES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_CATEGORIES, object_name:PA_EXPENDITURE_CATEGORIES, status:VALID, product: PA - Projects , description: Implementation-defined groupings of expenditure types by type of cost , implementation_dba_data: PA.PA_EXPENDITURE_CATEGORIES ,
-
Table: PA_SYSTEM_LINKAGES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_SYSTEM_LINKAGES, object_name:PA_SYSTEM_LINKAGES, status:VALID, product: PA - Projects , description: System-defined categories that classify expenditure types and determine how expenditure items of each type are processed , implementation_dba_data: PA.PA_SYSTEM_LINKAGES ,
-
View: PA_C_RES_ASGN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_C_RES_ASGN_V, object_name:PA_C_RES_ASGN_V, status:VALID, product: PA - Projects , description: PA_C_RES_ASGN_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_RES_ASGN_V ,
-
View: PA_C_RES_ASGN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_C_RES_ASGN_V, object_name:PA_C_RES_ASGN_V, status:VALID, product: PA - Projects , description: PA_C_RES_ASGN_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_RES_ASGN_V ,
-
View: PA_C_RES_DENORM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_C_RES_DENORM_V, object_name:PA_C_RES_DENORM_V, status:VALID, product: PA - Projects , description: PA_C_RES_DENORM_V is a view that identifies all resources that are available for use at this time or in the future based on resources available in Projects , implementation_dba_data: APPS.PA_C_RES_DENORM_V ,
-
View: PA_C_ELIG_RESOURCE_V
12.1.1
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 ,
-
View: PA_C_ELIG_RESOURCE_V_R
12.2.2
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: Not implemented in this database ,
-
View: PA_C_ELIG_RESOURCE_V_R
12.1.1
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: Not implemented in this database ,
-
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: 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_C_RESOURCE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_C_RESOURCE_V, object_name:PA_C_RESOURCE_V, status:VALID, product: PA - Projects , description: PA_C_RESOURCE_V is a view that identifies all resources that are av available for use at this time or in the future. , implementation_dba_data: APPS.PA_C_RESOURCE_V ,
-
View: PA_C_RESOURCE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_C_RESOURCE_V, object_name:PA_C_RESOURCE_V, status:VALID, product: PA - Projects , description: PA_C_RESOURCE_V is a view that identifies all resources that are av available for use at this time or in the future. , implementation_dba_data: APPS.PA_C_RESOURCE_V ,
-
View: PA_R_PROJECT_RESOURCES_IND_T_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_R_PROJECT_RESOURCES_IND_T_V, object_name:PA_R_PROJECT_RESOURCES_IND_T_V, status:VALID, product: PA - Projects , description: This view provides information about project resources , implementation_dba_data: APPS.PA_R_PROJECT_RESOURCES_IND_T_V ,
-
View: PA_C_JOBLEVEL_RES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_C_JOBLEVEL_RES_V, object_name:PA_C_JOBLEVEL_RES_V, status:VALID, product: PA - Projects , description: PA_C_JOBLEVEL_RES_V shows the job level and historical, current and future primary assignment information for all resources. , implementation_dba_data: APPS.PA_C_JOBLEVEL_RES_V ,
-
View: PA_R_PROJECT_RESOURCES_TERM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_R_PROJECT_RESOURCES_TERM_V, object_name:PA_R_PROJECT_RESOURCES_TERM_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_R_PROJECT_RESOURCES_TERM_V ,
-
View: PA_R_PROJECT_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_R_PROJECT_RESOURCES_V, object_name:PA_R_PROJECT_RESOURCES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_R_PROJECT_RESOURCES_V ,
-
View: PA_R_PROJECT_RESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_R_PROJECT_RESOURCES_V, object_name:PA_R_PROJECT_RESOURCES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_R_PROJECT_RESOURCES_V ,
-
View: PA_R_PROJECT_RESOURCES_TERM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_R_PROJECT_RESOURCES_TERM_V, object_name:PA_R_PROJECT_RESOURCES_TERM_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_R_PROJECT_RESOURCES_TERM_V ,
-
View: PA_C_JOBLEVEL_RES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_C_JOBLEVEL_RES_V, object_name:PA_C_JOBLEVEL_RES_V, status:VALID, product: PA - Projects , description: PA_C_JOBLEVEL_RES_V shows the job level and historical, current and future primary assignment information for all resources. , implementation_dba_data: APPS.PA_C_JOBLEVEL_RES_V ,