Search Results pa_resource_list_members
The PA_RESOURCE_LIST_MEMBERS
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical component of the Project Resource Management module, specifically within the Oracle Projects suite. This table serves as a repository for storing detailed information about resource list members, which are essential for resource assignment, planning, and utilization across projects. Below is a detailed breakdown of its structure, purpose, and significance in Oracle EBS implementations.
Purpose and Functional Context
The PA_RESOURCE_LIST_MEMBERS
table is designed to maintain records of individuals or resources assigned to resource lists. Resource lists in Oracle Projects are used to categorize and manage resources (employees, teams, or non-labor resources) for project staffing, scheduling, and reporting. This table acts as a junction between resource lists (PA_RESOURCE_LISTS
) and the actual resources (employees, jobs, organizations, or other entities) stored in related tables like PER_ALL_PEOPLE_F
or PA_RESOURCES
.
Key Columns and Data Structure
The table includes columns that define the relationship between a resource list and its members, along with attributes governing their assignment. Key columns include:
- RESOURCE_LIST_MEMBER_ID: Primary key, uniquely identifying each member entry.
- RESOURCE_LIST_ID: Foreign key linking to
PA_RESOURCE_LISTS
, identifying the parent list. - RESOURCE_ID: References the resource (e.g., employee ID from
PER_ALL_PEOPLE_F
or a non-labor resource). - RESOURCE_TYPE_CODE: Specifies the type of resource (e.g., 'EMPLOYEE', 'JOB', 'ORGANIZATION').
- START_DATE_ACTIVE and END_DATE_ACTIVE: Define the validity period of the resource assignment.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE: Audit columns for tracking changes.
Integration with Other Modules
The table integrates with Oracle HRMS (for employee data), Oracle Projects (for resource assignments), and Oracle Financials (for cost tracking). For example:
- When a resource is assigned to a project task, the system validates their presence in a resource list via this table.
- Resource availability checks rely on the
RESOURCE_TYPE_CODE
and date-effective columns. - Reports on resource utilization often join this table with
PA_PROJECTS
andPA_TASKS
.
Technical Considerations
In EBS 12.1.1 and 12.2.2, the table is subject to the following technical behaviors:
- Indexing: Typically indexed on
RESOURCE_LIST_ID
andRESOURCE_ID
for performance. - Data Integrity: Enforced via foreign keys to
PA_RESOURCE_LISTS
and resource-related tables. - API Usage: Custom integrations should use Oracle's public APIs (e.g.,
PA_RESOURCE_LIST_PUB
) to modify data.
Business Process Implications
From a business perspective, this table supports:
- Resource Planning: Ensures only approved resources are assigned to projects.
- Compliance: Date-effective columns help enforce contractual or policy-based resource constraints.
- Auditability: Audit columns track who added/removed resources, aiding in governance.
Conclusion
The PA_RESOURCE_LIST_MEMBERS
table is a foundational element in Oracle Projects, enabling structured resource management. Its design ensures flexibility (supporting multiple resource types) while maintaining data integrity and alignment with broader EBS modules. Proper configuration and understanding of this table are crucial for effective project resource allocation and reporting in Oracle EBS 12.1.1 and 12.2.2 environments.
-
Table: PA_RESOURCE_LIST_MEMBERS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_LIST_MEMBERS, object_name:PA_RESOURCE_LIST_MEMBERS, status:VALID, product: PA - Projects , description: Resources within a resource list , implementation_dba_data: PA.PA_RESOURCE_LIST_MEMBERS ,
-
Table: PA_RESOURCE_LIST_MEMBERS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_LIST_MEMBERS, object_name:PA_RESOURCE_LIST_MEMBERS, status:VALID, product: PA - Projects , description: Resources within a resource list , implementation_dba_data: PA.PA_RESOURCE_LIST_MEMBERS ,
-
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_LOWEST_LEVEL_RESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_LOWEST_LEVEL_RESOURCES_V, object_name:PA_LOWEST_LEVEL_RESOURCES_V, status:VALID, product: PA - Projects , description: This view that displays details about the lowest level resource list members , implementation_dba_data: APPS.PA_LOWEST_LEVEL_RESOURCES_V ,
-
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_LOWEST_LEVEL_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_LOWEST_LEVEL_RESOURCES_V, object_name:PA_LOWEST_LEVEL_RESOURCES_V, status:VALID, product: PA - Projects , description: This view that displays details about the lowest level resource list members , implementation_dba_data: APPS.PA_LOWEST_LEVEL_RESOURCES_V ,
-
View: PA_RESOURCE_LIST_MEMBERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RESOURCE_LIST_MEMBERS_V, object_name:PA_RESOURCE_LIST_MEMBERS_V, status:VALID, product: PA - Projects , description: View of all resource members, including resource aliases and sort order columns. , implementation_dba_data: APPS.PA_RESOURCE_LIST_MEMBERS_V ,
-
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 ,
-
View: PA_RESOURCE_LIST_MEMBERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RESOURCE_LIST_MEMBERS_V, object_name:PA_RESOURCE_LIST_MEMBERS_V, status:VALID, product: PA - Projects , description: View of all resource members, including resource aliases and sort order columns. , implementation_dba_data: APPS.PA_RESOURCE_LIST_MEMBERS_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: PA_ADW_LOWEST_RLMEM_B_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ADW_LOWEST_RLMEM_B_V, object_name:PA_ADW_LOWEST_RLMEM_B_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_ADW_LOWEST_RLMEM_B_V ,
-
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 ,
-
View: PA_ADW_LOWEST_RLMEM_B_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ADW_LOWEST_RLMEM_B_V, object_name:PA_ADW_LOWEST_RLMEM_B_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_ADW_LOWEST_RLMEM_B_V ,
-
View: PA_ACCUM_RSRC_CMT_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ACCUM_RSRC_CMT_BASE_V, object_name:PA_ACCUM_RSRC_CMT_BASE_V, status:VALID, product: PA - Projects , description: A base view that shows project and task level resource commitments , implementation_dba_data: APPS.PA_ACCUM_RSRC_CMT_BASE_V ,
-
View: PA_STATUS_RSRC_CMT_LOW_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_RSRC_CMT_LOW_V, object_name:PA_STATUS_RSRC_CMT_LOW_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_STATUS_RSRC_CMT_LOW_V ,
-
View: PA_ACCUM_RSRC_CMT_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ACCUM_RSRC_CMT_BASE_V, object_name:PA_ACCUM_RSRC_CMT_BASE_V, status:VALID, product: PA - Projects , description: A base view that shows project and task level resource commitments , implementation_dba_data: APPS.PA_ACCUM_RSRC_CMT_BASE_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_STATUS_RSRC_CMT_LOW_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_RSRC_CMT_LOW_V, object_name:PA_STATUS_RSRC_CMT_LOW_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_STATUS_RSRC_CMT_LOW_V ,
-
Table: PA_ALLOC_RUN_RESOURCE_DET
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ALLOC_RUN_RESOURCE_DET, object_name:PA_ALLOC_RUN_RESOURCE_DET, status:VALID, product: PA - Projects , description: Transaction table storing Resource List Member details. , implementation_dba_data: PA.PA_ALLOC_RUN_RESOURCE_DET ,
-
Table: PA_ALLOC_RUN_RESOURCE_DET
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ALLOC_RUN_RESOURCE_DET, object_name:PA_ALLOC_RUN_RESOURCE_DET, status:VALID, product: PA - Projects , description: Transaction table storing Resource List Member details. , implementation_dba_data: PA.PA_ALLOC_RUN_RESOURCE_DET ,
-
Table: PA_RESOURCE_CLASSES_B
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_CLASSES_B, object_name:PA_RESOURCE_CLASSES_B, status:VALID, product: PA - Projects , description: This table stores resource class information. , implementation_dba_data: PA.PA_RESOURCE_CLASSES_B ,
-
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_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 ,
-
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_TYPES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_TYPES, object_name:PA_RESOURCE_TYPES, status:VALID, product: PA - Projects , description: Types of resources , implementation_dba_data: PA.PA_RESOURCE_TYPES ,
-
View: PA_FP_VP_TXNCURRENCY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_VP_TXNCURRENCY_V, object_name:PA_FP_VP_TXNCURRENCY_V, status:VALID, product: PA - Projects , description: This view is used for the View Plans page. It retrieves user-entered budget lines , implementation_dba_data: APPS.PA_FP_VP_TXNCURRENCY_V ,
-
View: PA_FP_VP_TXNCURRENCY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_VP_TXNCURRENCY_V, object_name:PA_FP_VP_TXNCURRENCY_V, status:VALID, product: PA - Projects , description: This view is used for the View Plans page. It retrieves user-entered budget lines , implementation_dba_data: APPS.PA_FP_VP_TXNCURRENCY_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_RESOURCE_CLASSES_B
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_CLASSES_B, object_name:PA_RESOURCE_CLASSES_B, status:VALID, product: PA - Projects , description: This table stores resource class information. , implementation_dba_data: PA.PA_RESOURCE_CLASSES_B ,
-
Table: PA_RESOURCE_TYPES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_TYPES, object_name:PA_RESOURCE_TYPES, status:VALID, product: PA - Projects , description: Types of resources , implementation_dba_data: PA.PA_RESOURCE_TYPES ,
-
View: PA_RESOURCE_LIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RESOURCE_LIST_V, object_name:PA_RESOURCE_LIST_V, status:VALID, product: PA - Projects , description: Details about a resource list and related resource list members. , implementation_dba_data: APPS.PA_RESOURCE_LIST_V ,
-
Table: PA_EARNED_VALUES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EARNED_VALUES, object_name:PA_EARNED_VALUES, status:VALID, product: PA - Projects , description: Earned value history for lowest-level tasks and resources as well as project-task rows , implementation_dba_data: PA.PA_EARNED_VALUES ,
-
Table: PA_EARNED_VALUES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EARNED_VALUES, object_name:PA_EARNED_VALUES, status:VALID, product: PA - Projects , description: Earned value history for lowest-level tasks and resources as well as project-task rows , implementation_dba_data: PA.PA_EARNED_VALUES ,
-
Table: PA_FP_ELEMENTS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FP_ELEMENTS, object_name:PA_FP_ELEMENTS, status:VALID, product: PA - Projects , description: This table stores plannable elements for a project. , implementation_dba_data: PA.PA_FP_ELEMENTS ,
-
Table: PA_BUDGETARY_CONTROLS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BUDGETARY_CONTROLS, object_name:PA_BUDGETARY_CONTROLS, status:VALID, product: PA - Projects , description: PA_BUDGETARY_CONTROLS are used to store the controls levels that are used to regulate how the funds are reserved for transactions , implementation_dba_data: PA.PA_BUDGETARY_CONTROLS ,
-
View: PA_RESOURCE_LIST_GROUPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RESOURCE_LIST_GROUPS_V, object_name:PA_RESOURCE_LIST_GROUPS_V, status:VALID, product: PA - Projects , description: All the resource groups that have been defined in a resource list , implementation_dba_data: APPS.PA_RESOURCE_LIST_GROUPS_V ,
-
View: PABV_RESOURCE_LIST_RESOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_RESOURCE_LIST_RESOURCES, object_name:PABV_RESOURCE_LIST_RESOURCES, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_RESOURCE_LIST_RESOURCES ,
-
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 ,
-
Table: PA_BUDGETARY_CONTROLS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BUDGETARY_CONTROLS, object_name:PA_BUDGETARY_CONTROLS, status:VALID, product: PA - Projects , description: PA_BUDGETARY_CONTROLS are used to store the controls levels that are used to regulate how the funds are reserved for transactions , implementation_dba_data: PA.PA_BUDGETARY_CONTROLS ,
-
Table: PA_FP_ELEMENTS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FP_ELEMENTS, object_name:PA_FP_ELEMENTS, status:VALID, product: PA - Projects , description: This table stores plannable elements for a project. , implementation_dba_data: PA.PA_FP_ELEMENTS ,
-
View: PA_RESOURCE_LIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RESOURCE_LIST_V, object_name:PA_RESOURCE_LIST_V, status:VALID, product: PA - Projects , description: Details about a resource list and related resource list members. , implementation_dba_data: APPS.PA_RESOURCE_LIST_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: PA_ADW_TOP_RLMEM_B_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ADW_TOP_RLMEM_B_V, object_name:PA_ADW_TOP_RLMEM_B_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_ADW_TOP_RLMEM_B_V ,
-
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 ,
-
View: PA_ADW_TOP_RLMEM_B_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ADW_TOP_RLMEM_B_V, object_name:PA_ADW_TOP_RLMEM_B_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_ADW_TOP_RLMEM_B_V ,
-
View: PA_RESOURCE_LIST_GROUPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RESOURCE_LIST_GROUPS_V, object_name:PA_RESOURCE_LIST_GROUPS_V, status:VALID, product: PA - Projects , description: All the resource groups that have been defined in a resource list , implementation_dba_data: APPS.PA_RESOURCE_LIST_GROUPS_V ,
-
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 ,