Search Results pa_util_categories_b
Overview
The PA_UTIL_CATEGORIES_B table is a core reference data table within the Oracle E-Business Suite Projects (PA) module, specifically for the Projects Resource Management functionality. It serves as the master repository for implementation-defined utilization categories. These categories classify how resources, such as employees or equipment, are utilized on projects, enabling organizations to track and analyze resource effort against different types of work or activity. The table stores records in the base installation language, with translations managed through its related TL (translation) table. Its primary role is to provide a controlled, validated list of utilization codes that are referenced across the resource management setup and assignment processes in Oracle Projects.
Key Information Stored
While the specific column list is not detailed in the provided metadata, the structure and relationships indicate the presence of critical fields. The primary key, UTIL_CATEGORY_ID, is a unique system-generated identifier for each utilization category record. Based on standard Oracle EBS design patterns, the table likely contains columns such as UTIL_CATEGORY (a short code), NAME, DESCRIPTION, and ENABLED_FLAG to control active status. It may also include standard WHO columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN) for auditing. The data is stored in the base language, meaning this table holds the fundamental, non-translatable attributes of each category.
Common Use Cases and Queries
This table is primarily accessed during setup, reporting, and data validation. A common use case is generating a list of all active utilization categories for configuration in resource management rules or for populating list of values (LOV) in application forms. For reporting, it is frequently joined to assignment or transaction data to categorize resource effort. Sample SQL patterns include retrieving the base data for reporting or validating setup integrity by checking for categories referenced elsewhere but disabled in this master table.
- Retrieving all active utilization categories:
SELECT util_category_id, name FROM pa_util_categories_b WHERE enabled_flag = 'Y' ORDER BY name; - Validating category usage before deactivation:
SELECT COUNT(*) FROM pa_objects WHERE org_util_category_id = :cat_id OR res_util_category_id = :cat_id;
Related Objects
The PA_UTIL_CATEGORIES_B table is central to the resource management data model, as evidenced by its foreign key relationships. The documented relationships are as follows:
- PA_UTIL_CATEGORIES_TL: References
PA_UTIL_CATEGORIES_B.UTIL_CATEGORY_IDviaPA_UTIL_CATEGORIES_TL.UTIL_CATEGORY_ID. This table stores the translated names and descriptions for each category. - PA_OBJECTS: References this table twice.
PA_OBJECTS.ORG_UTIL_CATEGORY_IDandPA_OBJECTS.RES_UTIL_CATEGORY_IDboth foreign key toPA_UTIL_CATEGORIES_B.UTIL_CATEGORY_ID. This links utilization categories to project objects (like tasks and deliverables) for organizational and resource-level categorization. - PA_WORK_TYPES_B: Also references this table twice.
PA_WORK_TYPES_B.ORG_UTIL_CATEGORY_IDandPA_WORK_TYPES_B.RES_UTIL_CATEGORY_IDforeign key toPA_UTIL_CATEGORIES_B.UTIL_CATEGORY_ID. This associates work types with specific utilization categories for planning and analysis.
-
Table: PA_UTIL_CATEGORIES_B
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_UTIL_CATEGORIES_B, object_name:PA_UTIL_CATEGORIES_B, status:VALID, product: PA - Projects , description: This table stores implementation-defined types of Utilization Categories being carried out in Projects Resource Management in the base language. , implementation_dba_data: PA.PA_UTIL_CATEGORIES_B ,
-
Table: PA_UTIL_CATEGORIES_B
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_UTIL_CATEGORIES_B, object_name:PA_UTIL_CATEGORIES_B, status:VALID, product: PA - Projects , description: This table stores implementation-defined types of Utilization Categories being carried out in Projects Resource Management in the base language. , implementation_dba_data: PA.PA_UTIL_CATEGORIES_B ,
-
APPS.PA_UTIL_CATEGORIES_PKG dependencies on PA_UTIL_CATEGORIES_B
12.2.2
-
APPS.PA_UTIL_CATEGORIES_PKG dependencies on PA_UTIL_CATEGORIES_B
12.1.1
-
View: PJI_DIS_WORK_TYPES_V
12.2.2
product: PJI - Project Intelligence(Obsolete) , description: Discoverer view of work type data. , implementation_dba_data: Not implemented in this database ,
-
Table: PA_OBJECTS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_OBJECTS, object_name:PA_OBJECTS, status:VALID, product: PA - Projects , description: PA_OBJECTS stores the reporting objects for which summarized balances are created. , implementation_dba_data: PA.PA_OBJECTS ,
-
VIEW: APPS.PJI_DIS_WORK_TYPES_V
12.1.1
-
APPS.PA_UTIL_CATEGORIES_PKG SQL Statements
12.1.1
-
VIEW: PA.PA_UTIL_CATEGORIES_B#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_UTIL_CATEGORIES_B#, status:VALID,
-
View: PJI_DIS_WORK_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_DIS_WORK_TYPES_V, object_name:PJI_DIS_WORK_TYPES_V, status:VALID, product: PJI - Project Intelligence , description: Discoverer view of work type data. , implementation_dba_data: APPS.PJI_DIS_WORK_TYPES_V ,
-
VIEW: APPS.PA_UTIL_CATEGORIES_VL
12.1.1
-
APPS.PA_UTIL_CATEGORIES_PKG SQL Statements
12.2.2
-
SYNONYM: APPS.PA_UTIL_CATEGORIES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_UTIL_CATEGORIES_B, status:VALID,
-
SYNONYM: APPS.PA_UTIL_CATEGORIES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_UTIL_CATEGORIES_B, 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 ,
-
Table: PA_OBJECTS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_OBJECTS, object_name:PA_OBJECTS, status:VALID, product: PA - Projects , description: PA_OBJECTS stores the reporting objects for which summarized balances are created. , implementation_dba_data: PA.PA_OBJECTS ,
-
VIEW: APPS.PA_UTIL_CATEGORIES_VL
12.2.2
-
VIEW: PA.PA_UTIL_CATEGORIES_B#
12.2.2
-
TABLE: PA.PA_UTIL_CATEGORIES_B
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_UTIL_CATEGORIES_B, object_name:PA_UTIL_CATEGORIES_B, status:VALID,
-
Table: PA_UTIL_CATEGORIES_TL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_UTIL_CATEGORIES_TL, object_name:PA_UTIL_CATEGORIES_TL, status:VALID, product: PA - Projects , description: This table provides multi-lingual support (MLS) for Utilization Categories that you define in Oracle Projects. MLS enables you to store and print data that you define in multiple languages. The primary key for this table is UTIL_CATEGORY_ID , implementation_dba_data: PA.PA_UTIL_CATEGORIES_TL ,
-
TABLE: PA.PA_UTIL_CATEGORIES_B
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_UTIL_CATEGORIES_B, object_name:PA_UTIL_CATEGORIES_B, status:VALID,
-
PACKAGE BODY: APPS.PA_UTIL_CATEGORIES_PKG
12.1.1
-
PACKAGE BODY: APPS.PA_UTIL_CATEGORIES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_UTIL_CATEGORIES_PKG, status:VALID,
-
PACKAGE BODY: APPS.PA_UTIL_CATEGORIES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_UTIL_CATEGORIES_PKG, status:VALID,
-
Table: PA_UTIL_CATEGORIES_TL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_UTIL_CATEGORIES_TL, object_name:PA_UTIL_CATEGORIES_TL, status:VALID, product: PA - Projects , description: This table provides multi-lingual support (MLS) for Utilization Categories that you define in Oracle Projects. MLS enables you to store and print data that you define in multiple languages. The primary key for this table is UTIL_CATEGORY_ID , implementation_dba_data: PA.PA_UTIL_CATEGORIES_TL ,
-
View: PA_UTIL_CATEGORIES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_UTIL_CATEGORIES_VL, object_name:PA_UTIL_CATEGORIES_VL, status:VALID, product: PA - Projects , description: Displays information on implementation-defined types of work being carried out in Projects , implementation_dba_data: APPS.PA_UTIL_CATEGORIES_VL ,
-
PACKAGE BODY: APPS.PA_UTIL_CATEGORIES_PKG
12.2.2
-
APPS.PA_UTIL_CATEGORIES_PKG dependencies on PA_UTIL_CATEGORIES_TL
12.2.2
-
View: PA_UTIL_CATEGORIES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_UTIL_CATEGORIES_VL, object_name:PA_UTIL_CATEGORIES_VL, status:VALID, product: PA - Projects , description: Displays information on implementation-defined types of work being carried out in Projects , implementation_dba_data: APPS.PA_UTIL_CATEGORIES_VL ,
-
APPS.PA_UTIL_CATEGORIES_PKG dependencies on PA_UTIL_CATEGORIES_TL
12.1.1
-
VIEW: APPS.PJI_DIS_WORK_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_DIS_WORK_TYPES_V, object_name:PJI_DIS_WORK_TYPES_V, status:VALID,
-
VIEW: APPS.PA_UTIL_CATEGORIES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_UTIL_CATEGORIES_VL, object_name:PA_UTIL_CATEGORIES_VL, status:VALID,
-
VIEW: APPS.PA_UTIL_CATEGORIES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_UTIL_CATEGORIES_VL, object_name:PA_UTIL_CATEGORIES_VL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
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 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
-
eTRM - PA Tables and Views
12.2.2
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PJI Tables and Views
12.1.1
-
12.2.2 DBA Data
12.2.2
-
eTRM - PA Tables and Views
12.1.1
-
12.1.1 DBA Data
12.1.1