Search Results ieu_sh_act_types_tl
Overview
The table IEU_SH_ACT_TYPES_TL is a core data object within the Universal Work Queue (UWQ) module of Oracle E-Business Suite (EBS), specifically under the product code IEU. As a translation table (indicated by the '_TL' suffix), its primary role is to store multilingual descriptions for session activity types. These activity types categorize the various interactions and tasks that can be performed within a service or support session managed by the UWQ framework. The table enables the EBS application to present activity type names and descriptions in the language of the logged-in user, supporting global deployments. It is intrinsically linked to its base table, IEU_SH_ACT_TYPES_B, which holds the language-independent, transactional data.
Key Information Stored
The table's structure is designed to support multilingual content linked to a base activity type identifier. The primary key is a composite of ACTIVITY_TYPE_ID and LANGUAGE, ensuring a unique entry for each language per activity type. Key columns include ACTIVITY_TYPE_ID, which is a foreign key to the base table IEU_SH_ACT_TYPES_B and uniquely identifies the activity type. The LANGUAGE column stores the ISO language code (e.g., 'US' for American English) for the translated row. The table also typically contains columns such as NAME and DESCRIPTION (or similarly named translatable attributes) which hold the translated text for the activity type's label and explanatory text, respectively. Additional standard columns like CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, and LAST_UPDATE_LOGIN are also present for auditing.
Common Use Cases and Queries
This table is primarily accessed by the UWQ application runtime to display localized lists of activity types in user interfaces. Common operational and reporting queries involve joining the translation table with its base table to retrieve a complete, user-language-specific view of activity types. A typical query pattern for retrieving all translated names for the current session language would be:
- SELECT TL.NAME, TL.DESCRIPTION FROM IEU_SH_ACT_TYPES_TL TL, IEU_SH_ACT_TYPES_B B WHERE B.ACTIVITY_TYPE_ID = TL.ACTIVITY_TYPE_ID AND TL.LANGUAGE = USERENV('LANG');
Another common use case is for administrative reporting to audit translation completeness, such as identifying activity types missing translations for a specific language or comparing descriptions across languages for consistency.
Related Objects
The most critical related object is the base table IEU_SH_ACT_TYPES_B, with which IEU_SH_ACT_TYPES_TL shares a foreign key relationship on the ACTIVITY_TYPE_ID column. The integrity of this relationship is enforced by the foreign key constraint. This table is also central to the data model of the Universal Work Queue and is likely referenced by various UWQ application programming interfaces (APIs), seed data scripts, and potentially by views that provide simplified access to translated activity type data for reporting purposes. Direct dependencies from other application tables are less common, as interaction typically occurs through the base table or the application layer.
-
Table: IEU_SH_ACT_TYPES_TL
12.2.2
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_SH_ACT_TYPES_TL, object_name:IEU_SH_ACT_TYPES_TL, status:VALID, product: IEU - Universal Work Queue , description: Session activity types( translated) , implementation_dba_data: IEU.IEU_SH_ACT_TYPES_TL ,
-
Table: IEU_SH_ACT_TYPES_TL
12.1.1
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_SH_ACT_TYPES_TL, object_name:IEU_SH_ACT_TYPES_TL, status:VALID, product: IEU - Universal Work Queue , description: Session activity types( translated) , implementation_dba_data: IEU.IEU_SH_ACT_TYPES_TL ,
-
APPS.IEU_SH_ACT_TYPES_PKG dependencies on IEU_SH_ACT_TYPES_TL
12.1.1
-
APPS.IEU_SH_ACT_TYPES_PKG dependencies on IEU_SH_ACT_TYPES_TL
12.2.2
-
APPS.IEU_SH_ACT_TYPES_PKG SQL Statements
12.1.1
-
APPS.IEU_SH_ACT_TYPES_PKG SQL Statements
12.2.2
-
VIEW: IEU.IEU_SH_ACT_TYPES_TL#
12.2.2
owner:IEU, object_type:VIEW, object_name:IEU_SH_ACT_TYPES_TL#, status:VALID,
-
APPS.IEU_SH_ACT_TYPES_PKG dependencies on FND_LANGUAGES
12.2.2
-
APPS.IEU_SH_ACT_TYPES_PKG dependencies on FND_LANGUAGES
12.1.1
-
PACKAGE BODY: APPS.IEU_SH_ACT_TYPES_PKG
12.2.2
-
TRIGGER: APPS.IEU_SH_ACT_TYPES_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:IEU_SH_ACT_TYPES_TL+, status:VALID,
-
SYNONYM: APPS.IEU_SH_ACT_TYPES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IEU_SH_ACT_TYPES_TL, status:VALID,
-
PACKAGE BODY: APPS.IEU_SH_ACT_TYPES_PKG
12.1.1
-
SYNONYM: APPS.IEU_SH_ACT_TYPES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IEU_SH_ACT_TYPES_TL, status:VALID,
-
VIEW: IEU.IEU_SH_ACT_TYPES_TL#
12.2.2
-
TRIGGER: APPS.IEU_SH_ACT_TYPES_TL+
12.2.2
-
Table: IEU_SH_ACT_TYPES_B
12.2.2
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_SH_ACT_TYPES_B, object_name:IEU_SH_ACT_TYPES_B, status:VALID, product: IEU - Universal Work Queue , description: Session activity types (base). , implementation_dba_data: IEU.IEU_SH_ACT_TYPES_B ,
-
TABLE: IEU.IEU_SH_ACT_TYPES_TL
12.1.1
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_SH_ACT_TYPES_TL, object_name:IEU_SH_ACT_TYPES_TL, status:VALID,
-
Table: IEU_SH_ACT_TYPES_B
12.1.1
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_SH_ACT_TYPES_B, object_name:IEU_SH_ACT_TYPES_B, status:VALID, product: IEU - Universal Work Queue , description: Session activity types (base). , implementation_dba_data: IEU.IEU_SH_ACT_TYPES_B ,
-
FUNCTION: APPS.IEU_SH_ACT_TYPES_TL=
12.2.2
-
APPS.IEU_SH_ACT_TYPES_PKG dependencies on IEU_SH_ACT_TYPES_B
12.1.1
-
APPS.IEU_SH_ACT_TYPES_PKG dependencies on IEU_SH_ACT_TYPES_B
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
TABLE: IEU.IEU_SH_ACT_TYPES_TL
12.2.2
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_SH_ACT_TYPES_TL, object_name:IEU_SH_ACT_TYPES_TL, status:VALID,
-
FUNCTION: APPS.IEU_SH_ACT_TYPES_TL=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:IEU_SH_ACT_TYPES_TL=, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IEU_SH_ACT_TYPES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEU_SH_ACT_TYPES_PKG, 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
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.IEU_SH_ACT_TYPES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEU_SH_ACT_TYPES_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
eTRM - IEU Tables and Views
12.2.2
description: UI Component-Data Types mapping ,
-
eTRM - IEU Tables and Views
12.1.1
description: UI Component-Data Types mapping ,
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: PUBLIC.DATABASE_PROPERTIES
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DATABASE_PROPERTIES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
eTRM - IEU Tables and Views
12.1.1
description: UI Component-Data Types mapping ,
-
eTRM - IEU Tables and Views
12.2.2
description: UI Component-Data Types mapping ,
-
PACKAGE: SYS.DBMS_STANDARD
12.2.2
owner:SYS, object_type:PACKAGE, object_name:DBMS_STANDARD, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1