Search Results pji_rm_work_type_info
Overview
The table PJI_RM_WORK_TYPE_INFO is a core data object within the Project Intelligence (PJI) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. Its primary role is to store and manage reference information pertaining to work types, which are fundamental classifications for labor and effort within the Projects applications. As a repository for work type metadata, this table supports the analytical and reporting capabilities of the PJI module, enabling the aggregation, summarization, and intelligent analysis of project performance data across the enterprise. It functions as a dimension table within the PJI data model, providing descriptive context to transactional project facts.
Key Information Stored
Based on the provided metadata, the table's structure is centered around linking to the foundational Projects work type definition. The most critical column is WORK_TYPE_ID, which serves as the primary foreign key linking this PJI table to the source transactional table, PA_WORK_TYPES_B. While the specific descriptive columns within PJI_RM_WORK_TYPE_INFO are not detailed in the excerpt, such tables typically denormalize and store attributes from the source table for performance and historical tracking within the data warehouse environment of PJI. This likely includes work type names, codes, effective dates, and flags indicating billable or non-billable status, all optimized for reporting and analytics.
Common Use Cases and Queries
This table is predominantly accessed during the generation of project intelligence reports and dashboards. Common use cases include analyzing labor distribution and costs by work type, comparing planned versus actual effort across different classifications of work, and supporting chargeback reporting. A typical analytical query would join this table to fact tables like PJI_FP_PROJ_ER_F (forecast) or PJI_AC_PROJ_ER_F (actuals) to slice project data by work type. A fundamental query pattern is:
- SELECT wti.WORK_TYPE_NAME, SUM(f.ACTUAL_EFFORT) FROM PJI_AC_PROJ_ER_F f, PJI_RM_WORK_TYPE_INFO wti WHERE f.WORK_TYPE_ID = wti.WORK_TYPE_ID GROUP BY wti.WORK_TYPE_NAME;
It is also critical during the ETL (Extract, Transform, Load) refresh processes of the PJI warehouse, where data from the source PA_WORK_TYPES_B table is synchronized into this reporting table.
Related Objects
The primary and most significant relationship for this table is its foreign key dependency on the Projects Foundation table. As documented:
- PA_WORK_TYPES_B: This is the source transactional table. The column PJI_RM_WORK_TYPE_INFO.WORK_TYPE_ID references PA_WORK_TYPES_B.WORK_TYPE_ID, ensuring data integrity and traceability back to the operational system.
Furthermore, PJI_RM_WORK_TYPE_INFO will be referenced by numerous PJI fact and aggregate tables that store project performance metrics. These likely include, but are not limited to, tables such as PJI_FP_PROJ_ER_F (forecast), PJI_AC_PROJ_ER_F (actuals), and various summary (aggregate) tables where work type is a key dimension for roll-up.
-
Table: PJI_RM_WORK_TYPE_INFO
12.1.1
owner:PJI, object_type:TABLE, fnd_design_data:PJI.PJI_RM_WORK_TYPE_INFO, object_name:PJI_RM_WORK_TYPE_INFO, status:VALID, product: PJI - Project Intelligence , description: Information about the work type. , implementation_dba_data: PJI.PJI_RM_WORK_TYPE_INFO ,
-
Table: PJI_RM_WORK_TYPE_INFO
12.2.2
owner:PJI, object_type:TABLE, fnd_design_data:PJI.PJI_RM_WORK_TYPE_INFO, object_name:PJI_RM_WORK_TYPE_INFO, status:VALID, product: PJI - Project Intelligence(Obsolete) , description: Information about the work type. , implementation_dba_data: PJI.PJI_RM_WORK_TYPE_INFO ,
-
APPS.PJI_PJI_EXTRACTION_UTILS dependencies on PJI_RM_WORK_TYPE_INFO
12.2.2
-
APPS.PJI_PJI_EXTRACTION_UTILS dependencies on PJI_RM_WORK_TYPE_INFO
12.1.1
-
APPS.PJI_RM_SUM_EXTR dependencies on PJI_RM_WORK_TYPE_INFO
12.1.1
-
APPS.PJI_RM_SUM_ROLLUP_RES dependencies on PJI_RM_WORK_TYPE_INFO
12.1.1
-
APPS.PJI_PJI_EXTRACTION_UTILS dependencies on PA_WORK_TYPES_B
12.2.2
-
SYNONYM: APPS.PJI_RM_WORK_TYPE_INFO
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PJI_RM_WORK_TYPE_INFO, status:VALID,
-
APPS.PJI_RM_SUM_ROLLUP_RES dependencies on PJI_ORG_EXTR_INFO
12.1.1
-
SYNONYM: APPS.PJI_RM_WORK_TYPE_INFO
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PJI_RM_WORK_TYPE_INFO, status:VALID,
-
APPS.PJI_PJI_EXTRACTION_UTILS SQL Statements
12.2.2
-
VIEW: PJI.PJI_RM_WORK_TYPE_INFO#
12.2.2
owner:PJI, object_type:VIEW, object_name:PJI_RM_WORK_TYPE_INFO#, status:VALID,
-
TABLE: PJI.PJI_RM_WORK_TYPE_INFO
12.2.2
owner:PJI, object_type:TABLE, fnd_design_data:PJI.PJI_RM_WORK_TYPE_INFO, object_name:PJI_RM_WORK_TYPE_INFO, status:VALID,
-
APPS.PJI_RM_SUM_EXTR dependencies on PJI_RESOURCES_DENORM
12.1.1
-
TABLE: PJI.PJI_RM_WORK_TYPE_INFO
12.1.1
owner:PJI, object_type:TABLE, fnd_design_data:PJI.PJI_RM_WORK_TYPE_INFO, object_name:PJI_RM_WORK_TYPE_INFO, status:VALID,
-
VIEW: PJI.PJI_RM_WORK_TYPE_INFO#
12.2.2
-
APPS.PJI_RM_SUM_EXTR dependencies on PA_FORECAST_ITEMS
12.1.1
-
APPS.PJI_PJI_EXTRACTION_UTILS dependencies on PJI_UTILS
12.2.2
-
APPS.PJI_PJI_EXTRACTION_UTILS dependencies on PA_WORK_TYPES_B
12.1.1
-
APPS.PJI_RM_SUM_MAIN dependencies on PJI_PJI_EXTRACTION_UTILS
12.1.1
-
APPS.PJI_RM_SUM_ROLLUP_RES dependencies on PJI_RM_RES_WT_F
12.1.1
-
APPS.PJI_PJI_EXTRACTION_UTILS SQL Statements
12.1.1
-
APPS.PJI_PJI_EXTRACTION_UTILS dependencies on PJI_FM_SUM_MAIN
12.2.2
-
APPS.PJI_RM_SUM_MAIN dependencies on PJI_EXTRACTION_UTIL
12.1.1
-
APPS.PJI_PJI_EXTRACTION_UTILS dependencies on PJI_UTILS
12.1.1
-
APPS.PJI_RM_SUM_EXTR dependencies on PA_FORECAST_ITEM_DETAILS
12.1.1
-
APPS.PJI_RM_SUM_EXTR dependencies on PJI_ORG_EXTR_INFO
12.1.1
-
APPS.PJI_PJI_EXTRACTION_UTILS dependencies on PJI_FM_SUM_MAIN
12.1.1
-
PACKAGE BODY: APPS.PJI_PJI_EXTRACTION_UTILS
12.2.2
-
APPS.PJI_PJI_EXTRACTION_UTILS dependencies on PJI_SYSTEM_PRC_STATUS
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.PJI_PJI_EXTRACTION_UTILS
12.1.1
-
PACKAGE BODY: APPS.PJI_RM_SUM_ROLLUP_RES
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PJI_RM_SUM_ROLLUP_RES, status:VALID,
-
Table: PA_WORK_TYPES_B
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_WORK_TYPES_B, object_name:PA_WORK_TYPES_B, status:VALID, product: PA - Projects , description: This table stores implementation-defined types of work being carried out in Projects in the base language. , implementation_dba_data: PA.PA_WORK_TYPES_B ,
-
Table: PA_WORK_TYPES_B
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_WORK_TYPES_B, object_name:PA_WORK_TYPES_B, status:VALID, product: PA - Projects , description: This table stores implementation-defined types of work being carried out in Projects in the base language. , implementation_dba_data: PA.PA_WORK_TYPES_B ,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.PJI_RM_SUM_EXTR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PJI_RM_SUM_EXTR, status:VALID,
-
PACKAGE BODY: APPS.PJI_PJI_EXTRACTION_UTILS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PJI_PJI_EXTRACTION_UTILS, status:VALID,
-
PACKAGE BODY: APPS.PJI_PJI_EXTRACTION_UTILS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PJI_PJI_EXTRACTION_UTILS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.PJI_PJI_EXTRACTION_UTILS dependencies on PJI_RM_WORK_TYPE_ROWID
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.PJI_PJI_EXTRACTION_UTILS dependencies on FND_STATS
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.PJI_PJI_EXTRACTION_UTILS dependencies on PJI_RM_SUM_MAIN
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.PJI_RM_SUM_EXTR dependencies on PJI_RM_REXT_FCSTITEM
12.1.1
-
APPS.PJI_PJI_EXTRACTION_UTILS dependencies on PJI_PROCESS_UTIL
12.1.1