Search Results cug_tsk_typ_attr_maps_tl
Overview
The CUG_TSK_TYP_ATTR_MAPS_TL table is a core translation (TL) table within the Oracle E-Business Suite (EBS) Citizen Interaction Center (CUG) module. Its primary role is to store multilingual data for the base transactional table, CUG_TSK_TYP_ATTR_MAPS_B. This structure is a standard Oracle EBS design pattern, separating language-specific descriptive content from the base entity to support global deployments. The table is critical for enabling the Citizen Interaction Center application to present task type attribute mapping information in a user's preferred language, ensuring accessibility and usability across diverse geographic regions in versions 12.1.1 and 12.2.2.
Key Information Stored
The table stores translated text for attributes associated with task type mappings. Its structure is defined by a composite primary key that uniquely identifies each translated record. The most significant columns include TSK_TYP_ATTR_MAP_ID, which is the foreign key linking the translation to its corresponding base record in the CUG_TSK_TYP_ATTR_MAPS_B table. The LANGUAGE column holds the ISO code for the translation language (e.g., 'US' for American English). While the specific descriptive column names are not detailed in the provided metadata, translation tables in EBS typically contain columns such as SOURCE_LANG, DESCRIPTION, and potentially other user-facing text fields that require localization. The presence of the SOURCE_LANG column is a common feature, used to identify the original language of the data.
Common Use Cases and Queries
The primary use case is retrieving task type attribute mapping descriptions in a session-specific or specified language for UI rendering and reporting. A common SQL pattern involves joining the translation table with its base table while filtering by the desired language. For example, to fetch all active mappings with their English descriptions, a query would join on TSK_TYP_ATTR_MAP_ID and filter where LANGUAGE = 'US'. Application logic typically uses the FND_GLOBAL.APPS_INITIALIZE package to determine the user's session language, automatically retrieving the correct translation. Reporting on multilingual support or auditing translated content for specific mappings also relies on queries against this table. Developers must ensure joins account for the LANGUAGE column to avoid Cartesian products.
Related Objects
The table has a direct and essential relationship with its base table, as documented in the provided metadata.
- CUG_TSK_TYP_ATTR_MAPS_B: This is the base table for the entity. The foreign key relationship is defined as CUG_TSK_TYP_ATTR_MAPS_TL.TSK_TYP_ATTR_MAP_ID references CUG_TSK_TYP_ATTR_MAPS_B. All translations are child records of a single parent record in this base table.
As a translation table, it is also intrinsically linked to the application's language and localization setup, interacting with standard Oracle EBS objects like FND_LANGUAGES. The table's primary key, CUG_TSK_TYP_ATTR_MAPS_TL_PK, is defined on the columns (TSK_TYP_ATTR_MAP_ID, LANGUAGE), enforcing data integrity for multilingual entries.
-
Table: CUG_TSK_TYP_ATTR_MAPS_TL
12.2.2
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_TSK_TYP_ATTR_MAPS_TL, object_name:CUG_TSK_TYP_ATTR_MAPS_TL, status:VALID, product: CUG - Citizen Interaction Center , description: This is the Translation Table for the CUG_TSK_TYP_ATTR_MAPS_B Table , implementation_dba_data: CUG.CUG_TSK_TYP_ATTR_MAPS_TL ,
-
Table: CUG_TSK_TYP_ATTR_MAPS_TL
12.1.1
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_TSK_TYP_ATTR_MAPS_TL, object_name:CUG_TSK_TYP_ATTR_MAPS_TL, status:VALID, product: CUG - Citizen Interaction Center , description: This is the Translation Table for the CUG_TSK_TYP_ATTR_MAPS_B Table , implementation_dba_data: CUG.CUG_TSK_TYP_ATTR_MAPS_TL ,
-
APPS.CUG_TSK_TYP_ATTR_MAPS_PKG dependencies on CUG_TSK_TYP_ATTR_MAPS_TL
12.2.2
-
APPS.CUG_TSK_TYP_ATTR_MAPS_PKG dependencies on CUG_TSK_TYP_ATTR_MAPS_TL
12.1.1
-
VIEW: CUG.CUG_TSK_TYP_ATTR_MAPS_TL#
12.2.2
owner:CUG, object_type:VIEW, object_name:CUG_TSK_TYP_ATTR_MAPS_TL#, status:VALID,
-
APPS.CUG_TSK_TYP_ATTR_MAPS_PKG SQL Statements
12.2.2
-
APPS.CUG_TSK_TYP_ATTR_MAPS_PKG dependencies on FND_LANGUAGES
12.2.2
-
APPS.CUG_TSK_TYP_ATTR_MAPS_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.CUG_TSK_TYP_ATTR_MAPS_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.CUG_TSK_TYP_ATTR_MAPS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CUG_TSK_TYP_ATTR_MAPS_TL, status:VALID,
-
SYNONYM: APPS.CUG_TSK_TYP_ATTR_MAPS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CUG_TSK_TYP_ATTR_MAPS_TL, status:VALID,
-
VIEW: CUG.CUG_TSK_TYP_ATTR_MAPS_TL#
12.2.2
-
TRIGGER: APPS.CUG_TSK_TYP_ATTR_MAPS_TL+
12.2.2
-
VIEW: APPS.CUG_TSK_TYP_ATTR_MAPS_VL
12.1.1
-
VIEW: APPS.CUG_TSK_TYP_ATTR_MAPS_VL
12.2.2
-
TRIGGER: APPS.CUG_TSK_TYP_ATTR_MAPS_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:CUG_TSK_TYP_ATTR_MAPS_TL+, status:VALID,
-
TABLE: CUG.CUG_TSK_TYP_ATTR_MAPS_TL
12.1.1
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_TSK_TYP_ATTR_MAPS_TL, object_name:CUG_TSK_TYP_ATTR_MAPS_TL, status:VALID,
-
TABLE: CUG.CUG_TSK_TYP_ATTR_MAPS_TL
12.2.2
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_TSK_TYP_ATTR_MAPS_TL, object_name:CUG_TSK_TYP_ATTR_MAPS_TL, status:VALID,
-
PACKAGE BODY: APPS.CUG_TSK_TYP_ATTR_MAPS_PKG
12.2.2
-
PACKAGE BODY: APPS.CUG_TSK_TYP_ATTR_MAPS_PKG
12.1.1
-
APPS.CUG_TSK_TYP_ATTR_MAPS_PKG dependencies on CUG_TSK_TYP_ATTR_MAPS_B
12.2.2
-
APPS.CUG_TSK_TYP_ATTR_MAPS_PKG dependencies on CUG_TSK_TYP_ATTR_MAPS_B
12.1.1
-
12.1.1 DBA 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 FND Design Data
12.1.1
-
12.2.2 FND Design 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
-
Table: CUG_TSK_TYP_ATTR_MAPS_B
12.1.1
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_TSK_TYP_ATTR_MAPS_B, object_name:CUG_TSK_TYP_ATTR_MAPS_B, status:VALID, product: CUG - Citizen Interaction Center , description: This Table stores the Task Attributes associated with a Task Type , implementation_dba_data: CUG.CUG_TSK_TYP_ATTR_MAPS_B ,
-
Table: CUG_TSK_TYP_ATTR_MAPS_B
12.2.2
owner:CUG, object_type:TABLE, fnd_design_data:CUG.CUG_TSK_TYP_ATTR_MAPS_B, object_name:CUG_TSK_TYP_ATTR_MAPS_B, status:VALID, product: CUG - Citizen Interaction Center , description: This Table stores the Task Attributes associated with a Task Type , implementation_dba_data: CUG.CUG_TSK_TYP_ATTR_MAPS_B ,
-
FUNCTION: APPS.CUG_TSK_TYP_ATTR_MAPS_TL=
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.CUG_TSK_TYP_ATTR_MAPS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CUG_TSK_TYP_ATTR_MAPS_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
FUNCTION: APPS.CUG_TSK_TYP_ATTR_MAPS_TL=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:CUG_TSK_TYP_ATTR_MAPS_TL=, status:VALID,
-
PACKAGE BODY: APPS.CUG_TSK_TYP_ATTR_MAPS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CUG_TSK_TYP_ATTR_MAPS_PKG, status:VALID,
-
View: CUG_TSK_TYP_ATTR_MAPS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CUG.CUG_TSK_TYP_ATTR_MAPS_VL, object_name:CUG_TSK_TYP_ATTR_MAPS_VL, status:VALID, product: CUG - Citizen Interaction Center , description: This is the multi-lingual view used for the configuration of the Task Type Attribute capture form. Joins the tables CUG_TSK_TYP_ATTR_MAPS_B and CUG_TSK_TYP_ATTR_MAPS_B . , implementation_dba_data: APPS.CUG_TSK_TYP_ATTR_MAPS_VL ,
-
View: CUG_TSK_TYP_ATTR_MAPS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CUG.CUG_TSK_TYP_ATTR_MAPS_VL, object_name:CUG_TSK_TYP_ATTR_MAPS_VL, status:VALID, product: CUG - Citizen Interaction Center , description: This is the multi-lingual view used for the configuration of the Task Type Attribute capture form. Joins the tables CUG_TSK_TYP_ATTR_MAPS_B and CUG_TSK_TYP_ATTR_MAPS_B . , implementation_dba_data: APPS.CUG_TSK_TYP_ATTR_MAPS_VL ,
-
eTRM - CUG Tables and Views
12.1.1
description: This is the Translation Table for the CUG_TSK_TYP_ATTR_MAPS_B Table ,
-
eTRM - CUG Tables and Views
12.2.2
description: This is the Translation Table for the CUG_TSK_TYP_ATTR_MAPS_B Table ,
-
VIEW: APPS.CUG_TSK_TYP_ATTR_MAPS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CUG.CUG_TSK_TYP_ATTR_MAPS_VL, object_name:CUG_TSK_TYP_ATTR_MAPS_VL, status:VALID,
-
VIEW: APPS.CUG_TSK_TYP_ATTR_MAPS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CUG.CUG_TSK_TYP_ATTR_MAPS_VL, object_name:CUG_TSK_TYP_ATTR_MAPS_VL, status:VALID,
-
eTRM - CUG Tables and Views
12.2.2
description: This is the Translation Table for the CUG_TSK_TYP_ATTR_MAPS_B Table ,
-
eTRM - CUG Tables and Views
12.1.1
description: This is the Translation Table for the CUG_TSK_TYP_ATTR_MAPS_B Table ,
-
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,