Search Results pji_rbs_denorm
Overview
The PJI_RBS_DENORM table is a core data repository within the Oracle E-Business Suite Project Intelligence (PJI) module, which is now designated as obsolete. Its primary function is to store denormalized or "flattened" Resource Breakdown Structure (RBS) information. In project management, an RBS defines a hierarchical framework for categorizing and organizing resources (people, equipment, materials) required for project execution. This table transforms the normalized, parent-child relationships of the standard RBS into a denormalized format optimized for analytical reporting and performance summarization within the Project Intelligence dashboards and data warehouse.
Key Information Stored
While specific column details are not fully enumerated in the provided metadata, the table's structure is defined by its foreign key relationships. It centrally stores the linkage between a Resource Breakdown Structure version and its constituent elements in a denormalized hierarchy. Key columns logically include STRUCT_VERSION_ID, which links to a specific RBS version (PA_RBS_VERSIONS_B), and the paired columns SUB_ID and SUP_ID. These represent the hierarchical relationship between a subordinate (child) RBS element and its superior (parent) RBS element, both linking to the PA_RBS_ELEMENTS table. Additional columns typically found in such denormalized tables include hierarchy levels, element names, and potentially rollup flags to facilitate efficient aggregation of project financial and resource metrics across the RBS.
Common Use Cases and Queries
This table is primarily accessed by the PJI reporting engine to support resource-centric analytics. Common use cases include generating reports on resource utilization, capacity planning, and cost aggregation rolled up by RBS nodes. A typical query pattern involves joining this table to project fact tables (like PJI_PROJ_RES_F or PJI_ACT_RES_F) to slice performance data by the resource hierarchy. For example, to find all project resources under a specific RBS parent element, a query would join on SUB_ID to the fact table's resource identifier and filter on the SUP_ID. Its denormalized nature allows for simpler, more performant SQL without recursive queries, which is critical for the complex aggregations in OLAP-style reporting.
Related Objects
The PJI_RBS_DENORM table has documented foreign key relationships with two foundational tables from the Project Foundation (PA) module:
- PA_RBS_VERSIONS_B: Joined via
PJI_RBS_DENORM.STRUCT_VERSION_ID. This links the denormalized data to a specific, versioned instance of a Resource Breakdown Structure. - PA_RBS_ELEMENTS: Joined via two separate foreign keys.
PJI_RBS_DENORM.SUB_IDlinks to the child RBS element, andPJI_RBS_DENORM.SUP_IDlinks to the parent RBS element. This dual relationship encapsulates the hierarchical rollup path stored in the table.
PA_RBS* tables and is consumed by other PJI summary and fact tables for reporting purposes.
-
Table: PJI_RBS_DENORM
12.2.2
owner:PJI, object_type:TABLE, fnd_design_data:PJI.PJI_RBS_DENORM, object_name:PJI_RBS_DENORM, status:VALID, product: PJI - Project Intelligence(Obsolete) , description: This table stores normalized resource breakdown structure information , implementation_dba_data: PJI.PJI_RBS_DENORM ,
-
Table: PJI_RBS_DENORM
12.1.1
owner:PJI, object_type:TABLE, fnd_design_data:PJI.PJI_RBS_DENORM, object_name:PJI_RBS_DENORM, status:VALID, product: PJI - Project Intelligence , description: This table stores normalized resource breakdown structure information , implementation_dba_data: PJI.PJI_RBS_DENORM ,
-
APPS.PJI_FM_XBS_ACCUM_MAINT dependencies on PJI_RBS_DENORM
12.1.1
-
APPS.PJI_PJP_SUM_DENORM dependencies on PJI_RBS_DENORM
12.1.1
-
APPS.PJI_FM_PLAN_MAINT_PVT dependencies on PJI_RBS_DENORM
12.1.1
-
APPS.PJI_PJP_SUM_DENORM dependencies on PJI_RBS_DENORM
12.2.2
-
APPS.PA_FP_ADJUSTMENT_UTILS dependencies on PJI_RBS_DENORM
12.1.1
-
APPS.PJI_PJP_SUM_ROLLUP dependencies on PJI_RBS_DENORM
12.2.2
-
APPS.PJI_FM_PLAN_MAINT_PVT dependencies on PJI_RBS_DENORM
12.2.2
-
APPS.PJI_FM_PLAN_MAINT_T_PVT dependencies on PJI_RBS_DENORM
12.1.1
-
APPS.PJI_FM_PLAN_MAINT_T_PVT dependencies on PJI_RBS_DENORM
12.2.2
-
APPS.PJI_PJP_SUM_ROLLUP dependencies on PJI_RBS_DENORM
12.1.1
-
APPS.PJI_FM_XBS_ACCUM_MAINT dependencies on PJI_RBS_DENORM
12.2.2
-
APPS.PA_FP_ADJUSTMENT_UTILS dependencies on PJI_RBS_DENORM
12.2.2
-
APPS.PA_FP_ADJUSTMENT_UTILS dependencies on PA_BUDGET_LINES
12.1.1
-
APPS.PA_FP_ADJUSTMENT_UTILS dependencies on PA_RESOURCE_ASSIGNMENTS
12.1.1
-
VIEW: PJI.PJI_RBS_DENORM#
12.2.2
owner:PJI, object_type:VIEW, object_name:PJI_RBS_DENORM#, status:VALID,
-
APPS.PA_FP_ADJUSTMENT_UTILS dependencies on PA_PROJ_FP_OPTIONS
12.1.1
-
APPS.PA_FP_ADJUSTMENT_UTILS dependencies on PA_PROJ_FP_OPTIONS
12.2.2
-
APPS.PJI_PJP_SUM_DENORM dependencies on PA_RBS_DENORM
12.1.1
-
APPS.PA_FP_ADJUSTMENT_UTILS dependencies on PJI_XBS_DENORM
12.1.1
-
APPS.PA_FP_ADJUSTMENT_UTILS dependencies on PJI_XBS_DENORM
12.2.2
-
APPS.PA_FP_ADJUSTMENT_UTILS dependencies on PA_BUDGET_LINES
12.2.2
-
APPS.PA_FP_ADJUSTMENT_UTILS dependencies on PA_RESOURCE_ASSIGNMENTS
12.2.2
-
SYNONYM: APPS.PJI_RBS_DENORM
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PJI_RBS_DENORM, status:VALID,
-
Table: PA_RBS_ELEMENTS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RBS_ELEMENTS, object_name:PA_RBS_ELEMENTS, status:VALID, product: PA - Projects , description: This table stores the RBS element information and the parent-child relationship. , implementation_dba_data: PA.PA_RBS_ELEMENTS ,
-
APPS.PJI_PJP_SUM_ROLLUP dependencies on PA_RBS_MAPPING
12.2.2
-
APPS.PJI_PJP_SUM_DENORM dependencies on PA_RBS_DENORM
12.2.2
-
Table: PA_RBS_ELEMENTS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RBS_ELEMENTS, object_name:PA_RBS_ELEMENTS, status:VALID, product: PA - Projects , description: This table stores the RBS element information and the parent-child relationship. , implementation_dba_data: PA.PA_RBS_ELEMENTS ,
-
SYNONYM: APPS.PJI_RBS_DENORM
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PJI_RBS_DENORM, status:VALID,
-
VIEW: PJI.PJI_RBS_DENORM#
12.2.2
-
APPS.PA_FP_ADJUSTMENT_UTILS SQL Statements
12.1.1
-
APPS.PJI_FM_PLAN_MAINT_PVT dependencies on PJI_ROLLUP_LEVEL_STATUS
12.1.1
-
TABLE: PJI.PJI_RBS_DENORM
12.1.1
owner:PJI, object_type:TABLE, fnd_design_data:PJI.PJI_RBS_DENORM, object_name:PJI_RBS_DENORM, status:VALID,
-
TABLE: PJI.PJI_RBS_DENORM
12.2.2
owner:PJI, object_type:TABLE, fnd_design_data:PJI.PJI_RBS_DENORM, object_name:PJI_RBS_DENORM, status:VALID,
-
APPS.PA_FP_ADJUSTMENT_UTILS SQL Statements
12.2.2
-
APPS.PJI_FM_PLAN_MAINT_PVT dependencies on PJI_ROLLUP_LEVEL_STATUS
12.2.2
-
Table: PA_RBS_VERSIONS_B
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RBS_VERSIONS_B, object_name:PA_RBS_VERSIONS_B, status:VALID, product: PA - Projects , description: This table stores the RBS information that is version specific. , implementation_dba_data: PA.PA_RBS_VERSIONS_B ,
-
12.2.2 DBA Data
12.2.2
-
Table: PA_RBS_VERSIONS_B
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RBS_VERSIONS_B, object_name:PA_RBS_VERSIONS_B, status:VALID, product: PA - Projects , description: This table stores the RBS information that is version specific. , implementation_dba_data: PA.PA_RBS_VERSIONS_B ,
-
APPS.PJI_PJP_EXTRACTION_UTILS dependencies on PJI_PROCESS_UTIL
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.PJI_FM_PLAN_MAINT_T_PVT dependencies on PJI_ROLLUP_LEVEL_STATUS
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.PJI_PJP_EXTRACTION_UTILS dependencies on PJI_PROCESS_UTIL
12.1.1
-
PACKAGE BODY: APPS.PJI_PJP_SUM_DENORM
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PJI_PJP_SUM_DENORM, status:VALID,
-
APPS.PJI_FM_PLAN_MAINT_T_PVT dependencies on PJI_ROLLUP_LEVEL_STATUS
12.2.2
-
PACKAGE BODY: APPS.PJI_PJP_SUM_DENORM
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PJI_PJP_SUM_DENORM, status:VALID,
-
PACKAGE BODY: APPS.PJI_FM_PLAN_MAINT_T_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PJI_FM_PLAN_MAINT_T_PVT, status:VALID,
-
PACKAGE BODY: APPS.PA_FP_ADJUSTMENT_UTILS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_FP_ADJUSTMENT_UTILS, status:VALID,