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 ,
-
View: PA_BUDGET_RESOURCE_LISTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BUDGET_RESOURCE_LISTS_V, object_name:PA_BUDGET_RESOURCE_LISTS_V, status:VALID, product: PA - Projects , description: 10Sc Only , implementation_dba_data: APPS.PA_BUDGET_RESOURCE_LISTS_V ,
-
View: PA_BUDGET_RESOURCE_LISTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BUDGET_RESOURCE_LISTS_V, object_name:PA_BUDGET_RESOURCE_LISTS_V, status:VALID, product: PA - Projects , description: 10Sc Only , implementation_dba_data: APPS.PA_BUDGET_RESOURCE_LISTS_V ,
-
Table: PA_RESOURCE_LIST_USES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_LIST_USES, object_name:PA_RESOURCE_LIST_USES, status:VALID, product: PA - Projects , description: Uses of resource lists assigned to projects , implementation_dba_data: PA.PA_RESOURCE_LIST_USES ,
-
Table: PA_RESOURCE_LIST_USES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_LIST_USES, object_name:PA_RESOURCE_LIST_USES, status:VALID, product: PA - Projects , description: Uses of resource lists assigned to projects , implementation_dba_data: PA.PA_RESOURCE_LIST_USES ,
-
View: PA_WP_RESOURCE_LIST_V
12.1.1
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PABV_RESOURCE_LIST_ASGN
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_RESOURCE_LIST_ASGN, object_name:PABV_RESOURCE_LIST_ASGN, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_RESOURCE_LIST_ASGN ,
-
Table: PA_RESOURCE_ACCUM_DETAILS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_ACCUM_DETAILS, object_name:PA_RESOURCE_ACCUM_DETAILS, status:VALID, product: PA - Projects , description: Information on how a PA_TXN_ACCUM record was mapped to a resource list member , implementation_dba_data: PA.PA_RESOURCE_ACCUM_DETAILS ,
-
Table: PA_RESOURCE_ACCUM_DETAILS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_ACCUM_DETAILS, object_name:PA_RESOURCE_ACCUM_DETAILS, status:VALID, product: PA - Projects , description: Information on how a PA_TXN_ACCUM record was mapped to a resource list member , implementation_dba_data: PA.PA_RESOURCE_ACCUM_DETAILS ,
-
View: PA_RESOURCE_LIST_USES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RESOURCE_LIST_USES_V, object_name:PA_RESOURCE_LIST_USES_V, status:VALID, product: PA - Projects , description: 10Sc Only , implementation_dba_data: APPS.PA_RESOURCE_LIST_USES_V ,
-
View: PA_RESOURCE_LIST_USES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RESOURCE_LIST_USES_V, object_name:PA_RESOURCE_LIST_USES_V, status:VALID, product: PA - Projects , description: 10Sc Only , implementation_dba_data: APPS.PA_RESOURCE_LIST_USES_V ,
-
Table: PA_PROJECT_ACCUM_HEADERS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_ACCUM_HEADERS, object_name:PA_PROJECT_ACCUM_HEADERS, status:VALID, product: PA - Projects , description: Project summary records for each combination of project_id, task_id, and resource_list_member_id , implementation_dba_data: PA.PA_PROJECT_ACCUM_HEADERS ,
-
View: PAFV_RESOURCE_LIST_ASGN
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_RESOURCE_LIST_ASGN, object_name:PAFV_RESOURCE_LIST_ASGN, status:VALID, product: PA - Projects , description: Business view to show information about the resource lists assigned to the projects. , implementation_dba_data: APPS.PAFV_RESOURCE_LIST_ASGN ,
-
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 ,
-
View: PA_SELECT_TEMPLATE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_SELECT_TEMPLATE_V, object_name:PA_SELECT_TEMPLATE_V, status:VALID, product: PA - Projects , description: All the valid project templates that have been created in Oracle Projects , implementation_dba_data: APPS.PA_SELECT_TEMPLATE_V ,
-
View: PABV_RESOURCE_LIST_ASGN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_RESOURCE_LIST_ASGN, object_name:PABV_RESOURCE_LIST_ASGN, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_RESOURCE_LIST_ASGN ,
-
View: PA_WP_RESOURCE_LIST_V
12.2.2
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_SELECT_TEMPLATE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_SELECT_TEMPLATE_V, object_name:PA_SELECT_TEMPLATE_V, status:VALID, product: PA - Projects , description: All the valid project templates that have been created in Oracle Projects , implementation_dba_data: APPS.PA_SELECT_TEMPLATE_V ,
-
Table: PA_RESOURCE_LISTS_ALL_BG
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_LISTS_ALL_BG, object_name:PA_RESOURCE_LISTS_ALL_BG, status:VALID, product: PA - Projects , description: Implementation-defined lists of resources for budgeting and project summary amounts , implementation_dba_data: PA.PA_RESOURCE_LISTS_ALL_BG ,
-
View: PAFV_RESOURCE_LIST_ASGN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_RESOURCE_LIST_ASGN, object_name:PAFV_RESOURCE_LIST_ASGN, status:VALID, product: PA - Projects , description: Business view to show information about the resource lists assigned to the projects. , implementation_dba_data: APPS.PAFV_RESOURCE_LIST_ASGN ,
-
Table: PA_PROJECT_ACCUM_HEADERS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_ACCUM_HEADERS, object_name:PA_PROJECT_ACCUM_HEADERS, status:VALID, product: PA - Projects , description: Project summary records for each combination of project_id, task_id, and resource_list_member_id , implementation_dba_data: PA.PA_PROJECT_ACCUM_HEADERS ,
-
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 ,
-
Table: PA_RESOURCE_LISTS_ALL_BG
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_LISTS_ALL_BG, object_name:PA_RESOURCE_LISTS_ALL_BG, status:VALID, product: PA - Projects , description: Implementation-defined lists of resources for budgeting and project summary amounts , implementation_dba_data: PA.PA_RESOURCE_LISTS_ALL_BG ,
-
Table: PA_PROJECTS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECTS_ALL, object_name:PA_PROJECTS_ALL, status:VALID, product: PA - Projects , description: PA_PROJECTS_ALL stores the highest units of work defined in Oracle Projects. , implementation_dba_data: PA.PA_PROJECTS_ALL ,
-
Table: PA_PROJECTS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECTS_ALL, object_name:PA_PROJECTS_ALL, status:VALID, product: PA - Projects , description: PA_PROJECTS_ALL stores the highest units of work defined in Oracle Projects. , implementation_dba_data: PA.PA_PROJECTS_ALL ,