Search Results pa_resource_list_members
Overview
The PA_RESOURCE_LIST_MEMBERS table is a core transactional table within Oracle E-Business Suite Projects (PA) module, specifically for releases 12.1.1 and 12.2.2. It serves as the detailed repository for defining the specific resources that constitute a resource list. A resource list is a foundational construct used for planning, budgeting, and controlling project costs and assignments. This table stores each individual member entry, linking a resource—which can be a person, job, organization, vendor, non-labor item, or expenditure category—to a parent resource list header. Its role is critical for enforcing project financial and staffing policies, as transactions and forecasts are validated against the approved resources defined in this table.
Key Information Stored
The table's primary key is RESOURCE_LIST_MEMBER_ID, a unique identifier for each member record. Key foreign key columns define the member's relationship to other master data, including RESOURCE_LIST_ID (link to PA_RESOURCE_LISTS_ALL_BG), RESOURCE_ID (link to PA_RESOURCES for labor), and JOB_ID, ORGANIZATION_ID, and VENDOR_ID. For non-labor planning, critical columns include NON_LABOR_RESOURCE, EXPENDITURE_CATEGORY, EXPENDITURE_TYPE, and ITEM_CATEGORY_ID. The table also stores classification and formatting attributes via RESOURCE_CLASS_ID, RESOURCE_TYPE_ID, and RESOURCE_FORMAT_ID. The PARENT_MEMBER_ID column supports hierarchical groupings within a list, allowing for nested resource structures.
Common Use Cases and Queries
A primary use case is validating expenditure items or forecast lines against an approved project resource list. Integration points include Project Costing, Project Billing, and Project Management. Common reporting needs involve listing all resources available for a given project or template. A typical query to retrieve all labor resource members for a specific list would be:
- SELECT prlm.resource_list_member_id, prlm.resource_id, per.full_name
- FROM pa_resource_list_members prlm,
- pa_resources pr,
- per_all_people_f per
- WHERE prlm.resource_list_id = :p_list_id
- AND prlm.resource_id = pr.resource_id
- AND pr.person_id = per.person_id
- AND SYSDATE BETWEEN per.effective_start_date AND per.effective_end_date;
Another common scenario is analyzing resource list composition for audit purposes, joining to lookup tables like PA_RESOURCE_CLASSES_B and PA_RESOURCE_TYPES.
Related Objects
As indicated by its extensive foreign key constraints, PA_RESOURCE_LIST_MEMBERS has strong dependencies on numerous master data tables. Key related objects include the header table PA_RESOURCE_LISTS_ALL_BG and the labor resource definition in PA_RESOURCES. For non-labor, it relates to PA_NON_LABOR_RESOURCES, PA_EXPENDITURE_CATEGORIES, and MTL_CATEGORIES_B. It is referenced by the Grants Accounting (GMS) module, as shown by the foreign key from GMS_BALANCES.RESOURCE_LIST_MEMBER_ID. The table also integrates with Human Resources (PER_JOBS, HR_ALL_ORGANIZATION_UNITS), Supply Chain (BOM_RESOURCES), and Cost Management (CST_COST_TYPES), highlighting its central role in cross-modular project resource definition.
-
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 ,
-
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 ,
-
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_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 ,
-
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_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 ,
-
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_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_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_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_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 ,
-
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_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 ,
-
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_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 ,
-
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_BUDGET_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BUDGET_RESOURCES_V, object_name:PA_BUDGET_RESOURCES_V, status:VALID, product: PA - Projects , description: 10Sc Only , implementation_dba_data: APPS.PA_BUDGET_RESOURCES_V ,