Search Results pa_resource_list_assignments
Overview
The PA_RESOURCE_LIST_ASSIGNMENTS table is a core data object within the Oracle E-Business Suite (EBS) Projects module (PA). It serves as the central junction table that manages the assignment of predefined resource lists to specific projects. This table is fundamental to the project resource planning and costing functionality, enabling the association of a standardized pool of resources—such as employees, jobs, or organizations—with a project. This assignment is a prerequisite for performing detailed resource scheduling, forecasting, and cost accumulation. The table's design supports multi-organization implementations, as indicated by the foreign key relationships to the *_ALL tables.
Key Information Stored
The table's primary purpose is to link a project and a resource list, with its structure enforcing this relationship. The key columns include the system-generated primary key, RESOURCE_LIST_ASSIGNMENT_ID, which uniquely identifies each assignment record. The RESOURCE_LIST_ID column is a foreign key to PA_RESOURCE_LISTS_ALL_BG, referencing the specific resource list being assigned. The PROJECT_ID column is a foreign key to PA_PROJECTS_ALL, identifying the project to which the list is assigned. Additional descriptive columns, such as ASSIGNMENT_NAME and DESCRIPTION (implied by common practice though not explicitly listed), are typically present to provide context for the assignment. The table also contains standard Oracle EBS audit columns like CREATION_DATE and LAST_UPDATE_DATE.
Common Use Cases and Queries
The primary use case is to determine which resource lists are available for a given project for planning and reporting purposes. A common query retrieves all resource list assignments for a specific project, often joining to the resource list and project tables for descriptive information. For instance, project managers or administrators might run a report to verify resource list coverage. This table is also critical for transactional integrity; before creating a resource assignment or transaction, the system validates that a resource list is assigned to the project. Sample SQL to find assignments for a project would be:
- SELECT prla.resource_list_assignment_id, prl.name resource_list_name, ppa.segment1 project_number FROM pa_resource_list_assignments prla, pa_resource_lists_all_bg prl, pa_projects_all ppa WHERE prla.project_id = ppa.project_id AND prla.resource_list_id = prl.resource_list_id AND ppa.segment1 = 'P12345';
Data in this table is typically managed through the Oracle Projects application interface, not via direct SQL manipulation.
Related Objects
As per the provided metadata, PA_RESOURCE_LIST_ASSIGNMENTS has extensive relationships with other key tables in the Projects module. It is the parent table for several critical transactional and setup entities. The foreign key to PA_RESOURCE_LISTS_ALL_BG defines the source list, and the key to PA_PROJECTS_ALL defines the target project. Crucially, it is referenced as a foreign key by tables that manage detailed resource transactions and usage: PA_PROJECT_ACCUM_HEADERS and PA_RESOURCE_ACCUM_DETAILS for cost accumulation, PA_RESOURCE_LIST_USES for defining usage rules, and PA_RESOURCE_MAPS for mapping resources. This network of dependencies underscores its role as a mandatory control point for project resource management.
-
Table: PA_RESOURCE_LIST_ASSIGNMENTS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_LIST_ASSIGNMENTS, object_name:PA_RESOURCE_LIST_ASSIGNMENTS, status:VALID, product: PA - Projects , description: Resource list assignments to projects , implementation_dba_data: PA.PA_RESOURCE_LIST_ASSIGNMENTS ,
-
Table: PA_RESOURCE_LIST_ASSIGNMENTS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_LIST_ASSIGNMENTS, object_name:PA_RESOURCE_LIST_ASSIGNMENTS, status:VALID, product: PA - Projects , description: Resource list assignments to projects , implementation_dba_data: PA.PA_RESOURCE_LIST_ASSIGNMENTS ,
-
APPS.PA_PROJ_TEMPLATE_SETUP_PVT dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.1.1
-
APPS.PA_PROJECT_CORE1 dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.1.1
-
APPS.PA_MAINT_PROJECT_BUDGETS dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.2.2
-
APPS.PA_RBS_UTILS dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.2.2
-
APPS.PA_PROJ_TEMPLATE_SETUP_PVT dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.2.2
-
APPS.GMS_RES_MAP dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.2.2
-
APPS.GMS_MULTI_FUNDING dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.2.2
-
APPS.GMS_MULTI_FUNDING dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.1.1
-
APPS.PA_FIN_PLAN_PUB dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.2.2
-
APPS.PA_MAINT_PROJECT_ACCUMS dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.1.1
-
APPS.PA_PROJ_ACCUM_MAIN dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.1.1
-
APPS.PA_FIN_PLAN_PUB dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.1.1
-
APPS.PA_GET_RESOURCE dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.1.1
-
APPS.PA_RES_ACCUMS dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.1.1
-
APPS.PA_ALLOC_RUN dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.1.1
-
APPS.GMS_RES_MAP dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.1.1
-
APPS.PA_FIN_PLAN_UTILS2 dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.1.1
-
APPS.PA_MAINT_PROJECT_COMMITMENTS dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.1.1
-
APPS.PA_REFRESH_RES_LISTS dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.2.2
-
APPS.PA_PROJECT_CORE1 dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.2.2
-
APPS.PA_PROJECT_CORE dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.2.2
-
APPS.PA_GET_RESOURCE dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.2.2
-
APPS.PA_FIN_PLAN_UTILS2 dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.2.2
-
APPS.PA_MAINT_PROJECT_BUDGETS dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.1.1
-
APPS.PA_RBS_UTILS dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.1.1
-
APPS.PA_PROJECT_CORE dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.1.1
-
APPS.PA_REFRESH_RES_LISTS dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.1.1
-
APPS.PA_ALLOC_RUN dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.2.2
-
APPS.PA_RES_LIST_ASSIGNMENT_PKG dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.2.2
-
APPS.PA_RES_ACCUMS dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.2.2
-
APPS.PA_RES_LIST_ASSIGNMENTS dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.2.2
-
APPS.PA_MAINT_PROJECT_ACCUMS dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.2.2
-
APPS.PA_PROJ_ACCUM_MAIN dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.2.2
-
APPS.PA_MAINT_PROJECT_COMMITMENTS dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.2.2
-
APPS.PA_RES_LIST_ASSIGNMENTS dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.1.1
-
APPS.PA_RES_LIST_ASSIGNMENT_PKG dependencies on PA_RESOURCE_LIST_ASSIGNMENTS
12.1.1
-
APPS.PA_RES_LIST_ASSIGNMENTS SQL Statements
12.1.1
-
APPS.PA_MAINT_PROJECT_BUDGETS dependencies on PA_TODATE_BASE_ORIG_BUDGET_V
12.1.1
-
APPS.PA_MAINT_PROJECT_BUDGETS dependencies on PA_RESOURCES
12.1.1
-
APPS.PA_CREATE_RESOURCE dependencies on PA_RESOURCE_LIST_ASSIGNMENTS_V
12.1.1
-
APPS.PA_CREATE_RESOURCE dependencies on PA_RESOURCE_LIST_ASSIGNMENTS_V
12.2.2
-
APPS.PA_RES_LIST_ASSIGNMENTS dependencies on PA_RESOURCE_LIST_ASSIGNMENTS_S
12.1.1
-
APPS.PA_RES_LIST_ASSIGNMENTS dependencies on PA_RESOURCE_LIST_ASSIGNMENTS_S
12.2.2
-
APPS.PA_MAINT_PROJECT_BUDGETS dependencies on PA_TODATE_BASE_ORIG_BUDGET_V
12.2.2
-
VIEW: APPS.PA_BUDGET_RESOURCE_LISTS_V
12.1.1
-
VIEW: APPS.PA_BUDGET_RESOURCE_LISTS_V
12.2.2
-
APPS.PA_RES_LIST_ASSIGNMENT_PKG SQL Statements
12.1.1
-
APPS.PA_RES_LIST_ASSIGNMENTS SQL Statements
12.2.2