Search Results pa_resource_lists_all_bg
Overview
The PA_RESOURCE_LISTS_ALL_BG table is a core setup and reference table within Oracle E-Business Suite Projects (PA) module. It serves as the master repository for implementation-defined resource lists, which are foundational constructs for financial planning and analysis. These lists define logical groupings of resources—such as employees, jobs, expenditure types, or other resource types—used for budgeting, forecasting, and summarizing project financial amounts. The table supports multi-organization structures, as indicated by the "_ALL_BG" suffix, meaning it stores data across multiple business groups. Its primary role is to provide a centralized, reusable definition of resource groupings that drive financial calculations and reporting consistency across projects.
Key Information Stored
While the specific column list is not detailed in the provided metadata, the primary and foreign key relationships reveal the critical data attributes. The table's primary key is RESOURCE_LIST_ID, which uniquely identifies each resource list definition. Key foreign keys include GROUP_RESOURCE_TYPE_ID, linking to PA_RESOURCE_TYPES to define the category of resources in the list (e.g., "Person" or "Job"), and JOB_GROUP_ID, linking to PER_JOB_GROUPS for lists based on job groupings. Other essential columns typically include NAME, DESCRIPTION, and effective date columns (START_DATE_ACTIVE, END_DATE_ACTIVE). The table's structure is designed to support the hierarchical and categorical organization of project resources for financial purposes.
Common Use Cases and Queries
This table is central to configuration and reporting scenarios. A primary use case is during project type or financial plan configuration, where a specific resource list is assigned as the default for cost or revenue budgeting. For reporting, analysts query this table to understand the resource basis for budget versions or project summaries. Common SQL patterns include joining to its descriptive translation table (PA_RESOURCE_LISTS_TL) and member table (PA_RESOURCE_LIST_MEMBERS). A typical query to retrieve active resource lists with their type would be:
- SELECT prl.RESOURCE_LIST_ID, prlt.NAME, prt.RESOURCE_TYPE
FROM PA_RESOURCE_LISTS_ALL_BG prl,
PA_RESOURCE_LISTS_TL prlt,
PA_RESOURCE_TYPES prt
WHERE prl.RESOURCE_LIST_ID = prlt.RESOURCE_LIST_ID
AND prl.GROUP_RESOURCE_TYPE_ID = prt.RESOURCE_TYPE_ID
AND SYSDATE BETWEEN prl.START_DATE_ACTIVE AND NVL(prl.END_DATE_ACTIVE, SYSDATE+1);
Related Objects
As evidenced by its extensive foreign key relationships, PA_RESOURCE_LISTS_ALL_BG is a heavily referenced master table. Key dependent objects include:
- Budgeting & Forecasting: PA_BUDGET_VERSIONS, PA_PROJ_FP_OPTIONS, and GMS_BUDGET_VERSIONS (for Grants) directly reference a resource list to define the budget structure.
- Project Setup: PA_PROJECT_TYPES_ALL uses it for default cost and revenue budget lists.
- Allocation Rules: PA_ALLOC_RULES_ALL uses it to define both the allocation basis and the resources being allocated.
- Accumulation & Summarization: PA_PROJECT_ACCUM_HEADERS and PA_RESOURCE_ACCUM_DETAILS use it for project summary processes.
- List Definition Details: PA_RESOURCE_LIST_MEMBERS stores the individual resources within each list, and PA_RESOURCE_LISTS_TL stores translated names.
-
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 ,
-
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_PROJ_FP_OPTIONS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_FP_OPTIONS, object_name:PA_PROJ_FP_OPTIONS, status:VALID, product: PA - Projects , description: This table stores the default financial planning options for a project, plan type or plan version. , implementation_dba_data: PA.PA_PROJ_FP_OPTIONS ,
-
Table: PA_PROJECT_TYPES_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_TYPES_ALL, object_name:PA_PROJECT_TYPES_ALL, status:VALID, product: PA - Projects , description: Implementation-defined project classifications that supply default information and drive some project processing , implementation_dba_data: PA.PA_PROJECT_TYPES_ALL ,
-
Table: PA_PROJECT_TYPES_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_TYPES_ALL, object_name:PA_PROJECT_TYPES_ALL, status:VALID, product: PA - Projects , description: Implementation-defined project classifications that supply default information and drive some project processing , implementation_dba_data: PA.PA_PROJECT_TYPES_ALL ,
-
Table: PA_PROJ_FP_OPTIONS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_FP_OPTIONS, object_name:PA_PROJ_FP_OPTIONS, status:VALID, product: PA - Projects , description: This table stores the default financial planning options for a project, plan type or plan version. , implementation_dba_data: PA.PA_PROJ_FP_OPTIONS ,
-
Table: PA_ALLOC_RULES_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ALLOC_RULES_ALL, object_name:PA_ALLOC_RULES_ALL, status:VALID, product: PA - Projects , description: Allocation rule definitions , implementation_dba_data: PA.PA_ALLOC_RULES_ALL ,
-
Table: PA_ALLOC_RULES_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ALLOC_RULES_ALL, object_name:PA_ALLOC_RULES_ALL, status:VALID, product: PA - Projects , description: Allocation rule definitions , implementation_dba_data: PA.PA_ALLOC_RULES_ALL ,
-
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 ,
-
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 ,
-
View: PABV_RESOURCE_LISTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_RESOURCE_LISTS, object_name:PABV_RESOURCE_LISTS, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_RESOURCE_LISTS ,
-
Table: PA_RESOURCE_LISTS_TL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_LISTS_TL, object_name:PA_RESOURCE_LISTS_TL, status:VALID, product: PA - Projects , description: This table stores translated resource list information.. , implementation_dba_data: PA.PA_RESOURCE_LISTS_TL ,
-
View: PA_WP_RESOURCE_LIST_V
12.1.1
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
Table: PA_PLAN_RL_FORMATS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PLAN_RL_FORMATS, object_name:PA_PLAN_RL_FORMATS, status:VALID, product: PA - Projects , description: Intermediate table used to store the mappings between resource lists and resource formats. , implementation_dba_data: PA.PA_PLAN_RL_FORMATS ,
-
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 ,
-
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_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_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_RESOURCE_LIST_ASSIGNMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RESOURCE_LIST_ASSIGNMENTS_V, object_name:PA_RESOURCE_LIST_ASSIGNMENTS_V, status:VALID, product: PA - Projects , description: Resource list assignments to self service budget and workplan. , implementation_dba_data: APPS.PA_RESOURCE_LIST_ASSIGNMENTS_V ,
-
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_ASSIGNMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RESOURCE_LIST_ASSIGNMENTS_V, object_name:PA_RESOURCE_LIST_ASSIGNMENTS_V, status:VALID, product: PA - Projects , description: Resource list assignments to self service budget and workplan. , implementation_dba_data: APPS.PA_RESOURCE_LIST_ASSIGNMENTS_V ,
-
View: PAFV_RESOURCE_LISTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_RESOURCE_LISTS, object_name:PAFV_RESOURCE_LISTS, status:VALID, product: PA - Projects , description: Business view to show information about the resource lists. , implementation_dba_data: APPS.PAFV_RESOURCE_LISTS ,
-
Table: PA_RESOURCE_LISTS_TL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_LISTS_TL, object_name:PA_RESOURCE_LISTS_TL, status:VALID, product: PA - Projects , description: This table stores translated resource list information.. , implementation_dba_data: PA.PA_RESOURCE_LISTS_TL ,
-
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_PLAN_RL_FORMATS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PLAN_RL_FORMATS, object_name:PA_PLAN_RL_FORMATS, status:VALID, product: PA - Projects , description: Intermediate table used to store the mappings between resource lists and resource formats. , implementation_dba_data: PA.PA_PLAN_RL_FORMATS ,
-
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_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: PABV_RESOURCE_LIST_RESOURCES
12.2.2
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 ,
-
View: PABV_RESOURCE_LISTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_RESOURCE_LISTS, object_name:PABV_RESOURCE_LISTS, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_RESOURCE_LISTS ,
-
View: PA_PMC_RESOURCE_LIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PMC_RESOURCE_LIST_V, object_name:PA_PMC_RESOURCE_LIST_V, status:VALID, product: PA - Projects , description: This view is being used by WebConnect to retrieve all the resource lists. , implementation_dba_data: APPS.PA_PMC_RESOURCE_LIST_V ,
-
View: PA_WP_RESOURCE_LIST_V
12.2.2
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
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_PLANNING_RESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PLANNING_RESOURCES_V, object_name:PA_PLANNING_RESOURCES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PLANNING_RESOURCES_V ,
-
View: PAFV_RESOURCE_LISTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_RESOURCE_LISTS, object_name:PAFV_RESOURCE_LISTS, status:VALID, product: PA - Projects , description: Business view to show information about the resource lists. , implementation_dba_data: APPS.PAFV_RESOURCE_LISTS ,
-
View: PA_PLANNING_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PLANNING_RESOURCES_V, object_name:PA_PLANNING_RESOURCES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PLANNING_RESOURCES_V ,
-
View: PA_PMC_RESOURCE_LIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PMC_RESOURCE_LIST_V, object_name:PA_PMC_RESOURCE_LIST_V, status:VALID, product: PA - Projects , description: This view is being used by WebConnect to retrieve all the resource lists. , implementation_dba_data: APPS.PA_PMC_RESOURCE_LIST_V ,
-
View: PAFV_RESOURCE_LIST_RESOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_RESOURCE_LIST_RESOURCES, object_name:PAFV_RESOURCE_LIST_RESOURCES, status:VALID, product: PA - Projects , description: Business view to show information about the resources used in the resource lists. , implementation_dba_data: APPS.PAFV_RESOURCE_LIST_RESOURCES ,
-
View: PAFV_RESOURCE_LIST_RESOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_RESOURCE_LIST_RESOURCES, object_name:PAFV_RESOURCE_LIST_RESOURCES, status:VALID, product: PA - Projects , description: Business view to show information about the resources used in the resource lists. , implementation_dba_data: APPS.PAFV_RESOURCE_LIST_RESOURCES ,
-
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 ,
-
View: PA_RESOURCE_LISTS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RESOURCE_LISTS_VL, object_name:PA_RESOURCE_LISTS_VL, status:VALID, product: PA - Projects , description: View that displays all resource lists Comprehensive Description : View that displays all resource lists irrespective of the business group in implementation options. , implementation_dba_data: APPS.PA_RESOURCE_LISTS_VL ,
-
View: PA_RESOURCE_LISTS_R
12.1.1
product: PA - Projects , description: Brief Description : View that displays resource lists for the business group in implementation options Comprehensive Description : View that displays resource lists for the business group in implementation options. , implementation_dba_data: Not implemented in this database ,
-
View: PA_RESOURCE_LISTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RESOURCE_LISTS, object_name:PA_RESOURCE_LISTS, status:VALID, product: PA - Projects , description: Brief Description : View that displays resource lists for the business group in implementation options Comprehensive Description : View that displays resource lists for the business group in implementation options. , implementation_dba_data: APPS.PA_RESOURCE_LISTS ,
-
View: PA_RESOURCE_LISTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RESOURCE_LISTS, object_name:PA_RESOURCE_LISTS, status:VALID, product: PA - Projects , description: Brief Description : View that displays resource lists for the business group in implementation options Comprehensive Description : View that displays resource lists for the business group in implementation options. , implementation_dba_data: APPS.PA_RESOURCE_LISTS ,
-
View: PA_RESOURCE_LISTS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RESOURCE_LISTS_VL, object_name:PA_RESOURCE_LISTS_VL, status:VALID, product: PA - Projects , description: View that displays all resource lists Comprehensive Description : View that displays all resource lists irrespective of the business group in implementation options. , implementation_dba_data: APPS.PA_RESOURCE_LISTS_VL ,
-
View: PAFV_BUDGET_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_BUDGET_VERSIONS, object_name:PAFV_BUDGET_VERSIONS, status:VALID, product: PA - Projects , description: Business view to show information about versions of budgets. , implementation_dba_data: APPS.PAFV_BUDGET_VERSIONS ,
-
View: PAFV_PRJ_RESOURCE_CMT_SUMMARY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_PRJ_RESOURCE_CMT_SUMMARY, object_name:PAFV_PRJ_RESOURCE_CMT_SUMMARY, status:VALID, product: PA - Projects , description: This shows information about commitments at the project resource level. , implementation_dba_data: APPS.PAFV_PRJ_RESOURCE_CMT_SUMMARY ,
-
View: PA_RESOURCE_LISTS_R
12.2.2
product: PA - Projects , description: Brief Description : View that displays resource lists for the business group in implementation options Comprehensive Description : View that displays resource lists for the business group in implementation options. , implementation_dba_data: Not implemented in this database ,