Search Results iby_g_msg_templates_tl
Overview
The table IBY_G_MSG_TEMPLATES_TL is a core translation table within the Oracle E-Business Suite (EBS) Payments module (IBY). It stores the translated, language-specific descriptions and names for generic message templates defined in the base table, IBY_G_MSG_TEMPLATES_B. This table is essential for supporting the multilingual capabilities of the application, ensuring that system-generated messages, notifications, or template labels are displayed in the user's preferred language. Its role is to provide the translatable text elements that are referenced by the Payments engine for various communication purposes, maintaining data integrity through a foreign key relationship to its base table.
Key Information Stored
The table's structure is characteristic of an EBS Translation table, combining a unique identifier with a language code. The primary key is a composite of MSG_TEMPLATE_ID and LANGUAGE, which guarantees a unique translated record for each template per language. The MSG_TEMPLATE_ID column is the foreign key linking to the base table IBY_G_MSG_TEMPLATES_B, which holds the non-translatable attributes. The LANGUAGE column stores the language code (e.g., 'US' for American English). The most critical data columns are typically NAME and DESCRIPTION, which hold the translated text for the template's identifier and a longer explanatory note, respectively. Additional standard columns like CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, and LAST_UPDATE_LOGIN are present for auditing.
Common Use Cases and Queries
This table is primarily accessed for language-specific data retrieval in user interfaces and reports. A common use case is querying all translated names for message templates to support an application setup screen or a list of values (LOV). Development and support activities often involve joining this table to its base table to retrieve a complete, language-specific view of template data for troubleshooting or verification.
- Retrieving Translations for a Specific Template:
SELECT language, name, description FROM iby_g_msg_templates_tl WHERE msg_template_id = :1 ORDER BY language; - Joining with Base Table for a Complete View:
SELECT b.template_code, tl.language, tl.name, tl.description FROM iby_g_msg_templates_b b, iby_g_msg_templates_tl tl WHERE b.msg_template_id = tl.msg_template_id AND tl.language = USERENV('LANG'); - Reporting on Setup Data: Generating a report of all message templates and their available translations for audit or setup documentation purposes.
Related Objects
The table has a direct and fundamental relationship with its base table, IBY_G_MSG_TEMPLATES_B, as defined by the foreign key IBY_G_MSG_TEMPLATES_TL.MSG_TEMPLATE_ID. This is a classic EBS architecture pattern where translatable data is separated from non-translatable data. The table is also related to the broader Payments messaging and notification framework. While not explicitly listed in the provided metadata, related objects would likely include application programming interfaces (APIs) or views that consolidate base and translated data for easier consumption by the application, such as IBY_G_MSG_TEMPLATES_VL (if a standard view exists). Any program unit or interface within the IBY module that displays template names or descriptions will ultimately depend on the data in this translation table.
-
Table: IBY_G_MSG_TEMPLATES_TL
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_G_MSG_TEMPLATES_TL, object_name:IBY_G_MSG_TEMPLATES_TL, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_G_MSG_TEMPLATES_TL ,
-
Table: IBY_G_MSG_TEMPLATES_TL
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_G_MSG_TEMPLATES_TL, object_name:IBY_G_MSG_TEMPLATES_TL, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_G_MSG_TEMPLATES_TL ,
-
VIEW: IBY.IBY_G_MSG_TEMPLATES_TL#
12.2.2
owner:IBY, object_type:VIEW, object_name:IBY_G_MSG_TEMPLATES_TL#, status:VALID,
-
SYNONYM: APPS.IBY_G_MSG_TEMPLATES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBY_G_MSG_TEMPLATES_TL, status:VALID,
-
SYNONYM: APPS.IBY_G_MSG_TEMPLATES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBY_G_MSG_TEMPLATES_TL, status:VALID,
-
VIEW: APPS.IBY_G_MSG_TEMPLATES_VL
12.2.2
-
VIEW: IBY.IBY_G_MSG_TEMPLATES_TL#
12.2.2
-
TABLE: IBY.IBY_G_MSG_TEMPLATES_TL
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_G_MSG_TEMPLATES_TL, object_name:IBY_G_MSG_TEMPLATES_TL, status:VALID,
-
VIEW: APPS.IBY_G_MSG_TEMPLATES_VL
12.1.1
-
TABLE: IBY.IBY_G_MSG_TEMPLATES_TL
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_G_MSG_TEMPLATES_TL, object_name:IBY_G_MSG_TEMPLATES_TL, status:VALID,
-
Table: IBY_G_MSG_TEMPLATES_B
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_G_MSG_TEMPLATES_B, object_name:IBY_G_MSG_TEMPLATES_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_G_MSG_TEMPLATES_B ,
-
Table: IBY_G_MSG_TEMPLATES_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_G_MSG_TEMPLATES_B, object_name:IBY_G_MSG_TEMPLATES_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_G_MSG_TEMPLATES_B ,
-
View: IBY_G_MSG_TEMPLATES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_G_MSG_TEMPLATES_VL, object_name:IBY_G_MSG_TEMPLATES_VL, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_G_MSG_TEMPLATES_VL ,
-
View: IBY_G_MSG_TEMPLATES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_G_MSG_TEMPLATES_VL, object_name:IBY_G_MSG_TEMPLATES_VL, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_G_MSG_TEMPLATES_VL ,
-
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.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.IBY_G_MSG_TEMPLATES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_G_MSG_TEMPLATES_VL, object_name:IBY_G_MSG_TEMPLATES_VL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.IBY_G_MSG_TEMPLATES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_G_MSG_TEMPLATES_VL, object_name:IBY_G_MSG_TEMPLATES_VL, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
eTRM - IBY Tables and Views
12.1.1
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,
-
eTRM - IBY Tables and Views
12.2.2
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,
-
eTRM - IBY Tables and Views
12.1.1
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,
-
eTRM - IBY Tables and Views
12.2.2
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1