Search Results pa_util_categories_tl
Overview
The PA_UTIL_CATEGORIES_TL table is a critical component of the Oracle E-Business Suite (EBS) Projects module (PA), specifically designed to support multi-lingual functionality. It operates as a translation table (TL) for the base table PA_UTIL_CATEGORIES_B. Its primary role is to store language-specific descriptions and names for Utilization Categories defined within Oracle Projects. This enables the system to store, display, and report project data in multiple languages, a core requirement for global implementations. The table's existence is fundamental to the Multi-Lingual Support (MLS) architecture of Oracle EBS, ensuring that user-defined setup data is accessible in the language preferences of end-users.
Key Information Stored
The table stores translated textual attributes for each Utilization Category. The primary key is UTIL_CATEGORY_ID, which uniquely identifies the category being translated, coupled with the LANGUAGE column. Essential columns include UTIL_CATEGORY_ID, which links to the base table; LANGUAGE, which holds the language code (e.g., 'US', 'FR'); SOURCE_LANG, which indicates the original language of the record; and translated columns such as NAME and DESCRIPTION. The LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN, and ENABLED_FLAG columns are standard EBS audit and control columns that track record history and status.
Common Use Cases and Queries
The primary use case is retrieving translated category names for reports, forms, and user interfaces based on a user's session language. A common reporting query joins this table with its base table to present a complete, language-appropriate view of utilization categories. For instance, to list all active categories in the current session language, a query would filter on LANGUAGE = userenv('LANG'). Administrators may query this table to audit translation completeness or to identify categories missing translations for specific languages. A typical SQL pattern is:
- SELECT b.UTIL_CATEGORY_ID, tl.NAME, tl.DESCRIPTION
- FROM PA_UTIL_CATEGORIES_B b,
- PA_UTIL_CATEGORIES_TL tl
- WHERE b.UTIL_CATEGORY_ID = tl.UTIL_CATEGORY_ID
- AND tl.LANGUAGE = userenv('LANG');
Related Objects
PA_UTIL_CATEGORIES_TL has defined foreign key relationships with several core EBS tables, as documented in the ETRM metadata. Its primary relationship is with the base table PA_UTIL_CATEGORIES_B via the UTIL_CATEGORY_ID column. This is a one-to-many relationship where one base record can have multiple translation records. Furthermore, it references the FND_LANGUAGES table twice: once via the LANGUAGE column to validate the translation language code, and once via the SOURCE_LANG column to validate the original source language of the record. These relationships enforce data integrity and ensure that all language codes used are valid within the EBS application.
-
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_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 ,
-
APPS.PA_UTIL_CATEGORIES_PKG dependencies on PA_UTIL_CATEGORIES_TL
12.1.1
-
APPS.PA_UTIL_CATEGORIES_PKG dependencies on PA_UTIL_CATEGORIES_TL
12.2.2
-
APPS.PJI_PMV_ENGINE dependencies on PA_UTIL_CATEGORIES_TL
12.1.1
-
APPS.PA_UTIL_CATEGORIES_PKG SQL Statements
12.1.1
-
VIEW: PA.PA_UTIL_CATEGORIES_TL#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_UTIL_CATEGORIES_TL#, status:VALID,
-
SYNONYM: APPS.PA_UTIL_CATEGORIES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_UTIL_CATEGORIES_TL, status:VALID,
-
VIEW: APPS.PJI_DIS_WORK_TYPES_V
12.1.1
-
APPS.PA_UTIL_CATEGORIES_PKG SQL Statements
12.2.2
-
VIEW: PA.PA_UTIL_CATEGORIES_TL#
12.2.2
-
VIEW: APPS.PA_REP_UTIL_CATEGORY_V
12.2.2
-
APPS.PA_UTIL_CATEGORIES_PKG dependencies on FND_LANGUAGES
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 ,
-
APPS.PA_UTIL_CATEGORIES_PKG dependencies on FND_LANGUAGES
12.2.2
-
VIEW: APPS.PA_REP_UTIL_CATEGORY_V
12.1.1
-
VIEW: APPS.PA_UTIL_CATEGORIES_VL
12.2.2
-
PACKAGE BODY: APPS.PA_UTIL_CATEGORIES_PKG
12.1.1
-
SYNONYM: APPS.PA_UTIL_CATEGORIES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_UTIL_CATEGORIES_TL, status:VALID,
-
APPS.PJI_PMV_ENGINE dependencies on PJI_PMV_UC_DIM_TMP
12.1.1
-
PACKAGE BODY: APPS.PA_UTIL_CATEGORIES_PKG
12.2.2
-
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
-
TABLE: PA.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,
-
View: PA_REP_UTIL_CATEGORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_CATEGORY_V, object_name:PA_REP_UTIL_CATEGORY_V, status:VALID, product: PA - Projects , description: View to display utility categories and description , implementation_dba_data: APPS.PA_REP_UTIL_CATEGORY_V ,
-
APPS.PA_UTIL_CATEGORIES_PKG dependencies on PA_UTIL_CATEGORIES_B
12.2.2
-
TABLE: PA.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,
-
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 ,
-
APPS.PA_UTIL_CATEGORIES_PKG dependencies on PA_UTIL_CATEGORIES_B
12.1.1
-
View: PA_REP_UTIL_CATEGORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_CATEGORY_V, object_name:PA_REP_UTIL_CATEGORY_V, status:VALID, product: PA - Projects , description: View to display utility categories and description , implementation_dba_data: APPS.PA_REP_UTIL_CATEGORY_V ,
-
VIEW: APPS.PA_REP_UTIL_CATEGORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_CATEGORY_V, object_name:PA_REP_UTIL_CATEGORY_V, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.PA_UTIL_CATEGORIES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_UTIL_CATEGORIES_PKG, status:VALID,
-
PACKAGE BODY: APPS.PA_UTIL_CATEGORIES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_UTIL_CATEGORIES_PKG, status:VALID,
-
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 ,
-
VIEW: APPS.PA_REP_UTIL_CATEGORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_CATEGORY_V, object_name:PA_REP_UTIL_CATEGORY_V, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.PJI_PMV_ENGINE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PJI_PMV_ENGINE, status:VALID,
-
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,
-
Table: FND_LANGUAGES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LANGUAGES, object_name:FND_LANGUAGES, status:VALID, product: FND - Application Object Library , description: National dialects , implementation_dba_data: APPLSYS.FND_LANGUAGES ,
-
Table: FND_LANGUAGES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LANGUAGES, object_name:FND_LANGUAGES, status:VALID, product: FND - Application Object Library , description: National dialects , implementation_dba_data: APPLSYS.FND_LANGUAGES ,
-
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.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.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