Search Results pa_res_lists_it_all_bg
Overview
The PA_RES_LISTS_IT_ALL_BG table is a core data object within the Oracle E-Business Suite Projects (PA) module, specifically designed to support the Oracle Project Analysis Collection Pack. Its primary role is to serve as the master repository for resource list definitions. A resource list is a foundational construct used to group and manage human resources, equipment, or other assets for planning, forecasting, and analytical purposes within project-centric operations. This table stores the high-level metadata and control information for each distinct list, enabling structured resource management and assignment across the project portfolio. Its existence is critical for the underlying data model that feeds advanced project analytics and reporting capabilities in both EBS 12.1.1 and 12.2.2 versions.
Key Information Stored
While the provided ETRM metadata does not enumerate all columns, the documented primary key definitively identifies the table's central data element. The most critical column is RESOURCE_LIST_ID, which is the unique identifier (primary key) for every resource list record. This ID is the essential foreign key referenced by related transactional and membership tables. Based on its described purpose, the table likely also contains descriptive columns such as a list name, description, effective date ranges, and context or classification attributes that define the list's scope and usage within the Projects module. The "_ALL_BG" suffix in the table name is a common Oracle EBS convention indicating the table is designed to store data across multiple operating units or business groups, supporting a multi-org architecture.
Common Use Cases and Queries
This table is primarily accessed in scenarios involving resource planning analysis and the administration of resource pools. Common use cases include generating master lists of all defined resource lists for administrative review, or serving as the driving table for reports analyzing resource allocation and availability against predefined groups. A typical query would join this table with its related detail table to retrieve a comprehensive view of a list and its members. For example, a report to show all resource lists might use a simple SELECT statement on key descriptive columns. More importantly, analytical queries often start from this table to join with membership and assignment data. A fundamental pattern is joining to PA_TOP_RLMEM_IT to get the members for a specific list:
SELECT prl.RESOURCE_LIST_ID, prl.LIST_NAME, pm.MEMBER_RESOURCE_ID FROM PA_RES_LISTS_IT_ALL_BG prl, PA_TOP_RLMEM_IT pm WHERE prl.RESOURCE_LIST_ID = pm.RESOURCE_LIST_ID;
Related Objects
The PA_RES_LISTS_IT_ALL_BG table maintains a direct parent-child relationship with at least one other key object in the Project Analysis data model, as documented by the foreign key constraint. The primary related object is the PA_TOP_RLMEM_IT table. This table references PA_RES_LISTS_IT_ALL_BG via the foreign key column PA_TOP_RLMEM_IT.RESOURCE_LIST_ID, which joins to PA_RES_LISTS_IT_ALL_BG.RESOURCE_LIST_ID. This relationship signifies that PA_TOP_RLMEM_IT stores the individual member records (e.g., specific persons or jobs) that belong to each resource list defined in the master PA_RES_LISTS_IT_ALL_BG table. Understanding this relationship is essential for any query or data extraction that needs to move from a list definition to its constituent members.
-
Table: PA_RES_LISTS_IT_ALL_BG
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RES_LISTS_IT_ALL_BG, object_name:PA_RES_LISTS_IT_ALL_BG, status:VALID, product: PA - Projects , description: Information about resource lists for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_RES_LISTS_IT_ALL_BG ,
-
Table: PA_RES_LISTS_IT_ALL_BG
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RES_LISTS_IT_ALL_BG, object_name:PA_RES_LISTS_IT_ALL_BG, status:VALID, product: PA - Projects , description: Information about resource lists for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_RES_LISTS_IT_ALL_BG ,
-
VIEW: PA.PA_RES_LISTS_IT_ALL_BG#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_RES_LISTS_IT_ALL_BG#, status:VALID,
-
VIEW: APPS.PA_RES_LISTS_IT
12.1.1
-
SYNONYM: APPS.PA_RES_LISTS_IT_ALL_BG
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_RES_LISTS_IT_ALL_BG, status:VALID,
-
SYNONYM: APPS.PA_RES_LISTS_IT_ALL_BG
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_RES_LISTS_IT_ALL_BG, status:VALID,
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_RES_LISTS_IT
12.1.1
-
TABLE: PA.PA_RES_LISTS_IT_ALL_BG
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RES_LISTS_IT_ALL_BG, object_name:PA_RES_LISTS_IT_ALL_BG, status:VALID,
-
VIEW: APPS.PA_RES_LISTS_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_RES_LISTS_IT
12.2.2
-
VIEW: PA.PA_RES_LISTS_IT_ALL_BG#
12.2.2
-
TABLE: PA.PA_RES_LISTS_IT_ALL_BG
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RES_LISTS_IT_ALL_BG, object_name:PA_RES_LISTS_IT_ALL_BG, status:VALID,
-
View: PA_RES_LISTS_IT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RES_LISTS_IT, object_name:PA_RES_LISTS_IT, status:VALID, product: PA - Projects , description: View of resource lists for the business group in implementation options for Oracle Project Analysis Collection Pack , implementation_dba_data: APPS.PA_RES_LISTS_IT ,
-
View: PA_RES_LISTS_IT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RES_LISTS_IT, object_name:PA_RES_LISTS_IT, status:VALID, product: PA - Projects , description: View of resource lists for the business group in implementation options for Oracle Project Analysis Collection Pack , implementation_dba_data: APPS.PA_RES_LISTS_IT ,
-
Table: PA_TOP_RLMEM_IT
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TOP_RLMEM_IT, object_name:PA_TOP_RLMEM_IT, status:VALID, product: PA - Projects , description: Information about the group level of resources for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_TOP_RLMEM_IT ,
-
Table: PA_TOP_RLMEM_IT
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TOP_RLMEM_IT, object_name:PA_TOP_RLMEM_IT, status:VALID, product: PA - Projects , description: Information about the group level of resources for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_TOP_RLMEM_IT ,
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_TOP_RLMEM_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_LOWEST_RLMEM_IT
12.1.1
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_ALL_PRJ_TYPES_IT
12.1.1
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_LOWEST_RLMEM_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_ALL_PRJ_TYPES_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_PERIODS_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_PERIODS_IT
12.1.1
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_BGT_TYPES_IT
12.1.1
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_BGT_TYPES_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_TOP_RLMEM_IT
12.1.1
-
VIEW: APPS.PA_RES_LISTS_IT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RES_LISTS_IT, object_name:PA_RES_LISTS_IT, status:VALID,
-
VIEW: APPS.PA_RES_LISTS_IT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RES_LISTS_IT, object_name:PA_RES_LISTS_IT, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.PA_ADW_COLLECT_MAIN
12.1.1
-
PACKAGE BODY: APPS.PA_ADW_COLLECT_MAIN
12.2.2
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PA Tables and Views
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PA Tables and Views
12.2.2