Search Results amv_c_channels_tl
Overview
AMV_C_CHANNELS_TL is the translation (TL) table for AMV_C_CHANNELS_B within the Oracle E-Business Suite Marketing Encyclopedia System (AMV) product. Its purpose is to store all language-dependent columns and data required for Multi-Language Support (MLS), so that a single base record in AMV_C_CHANNELS_B can present channel names and descriptions in the session language of each user. A channel is a marketing communication vehicle (for example, a web channel, email channel, or partner channel) and this table holds the translatable attributes that describe it.
From a Data Vault modeling perspective, the metadata classifies this table as satellite-leaning. It carries descriptive, non-key attributes tied to a parent business key rather than introducing new relationships, which is consistent with the behavior of a satellite table. It is a child of the base table rather than an independent entity.
Key Information Stored
The table contains twelve documented columns. The most significant are:
- CHANNEL_ID — Surrogate identifier inherited from AMV_C_CHANNELS_B; the join key to the base entity.
- LANGUAGE — The NLS language code for the translated row.
- CHANNEL_NAME — The translated display name of the marketing channel; a business-key component.
- DESCRIPTION — The translated free-text description used on marketing screens.
- SOURCE_LANG — The language of the original (source) record, used by MLS to track translation lineage.
- ZD_EDITION_NAME — Editioning column supporting EBR (Edition-Based Redefinition) and Online Patching in 12.2.x; part of the documented unique indexes.
- SECURITY_GROUP_ID — Multi-Org / security grouping reference, with a foreign key to FND_SECURITY_GROUPS.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN — Standard audit columns.
The surrogate primary key is AMV_C_CHANNELS_TL_PK, composed of CHANNEL_ID and LANGUAGE. Documented unique indexes that act as business-key candidates are AMV_C_CHANNELS_TL_U2 (LANGUAGE, CHANNEL_NAME, ZD_EDITION_NAME) and CH_TL_PK (CHANNEL_ID, LANGUAGE, ZD_EDITION_NAME). The distinction matters: the PK enforces uniqueness per channel per language, while the U2 index enforces uniqueness of a channel name within a language.
Common Use Cases and Queries
Typical usage joins the base table to the translation table filtered by the user's session language, for example:
- Reporting channel names in a specific locale:
SELECT b.channel_id, t.channel_name FROM amv_c_channels_b b, amv_c_channels_tl t WHERE b.channel_id = t.channel_id AND t.language = 'US'. - Finding untranslated channels: compare rows present in AMV_C_CHANNELS_B against those in AMV_C_CHANNELS_TL for a given LANGUAGE.
- Building LOVs or concurrent program outputs that must display localized names.
The MLS mechanism means applications should query the TL table using the session language, not assume a single row per channel.
Related Objects
- AMV_C_CHANNELS_B — base table; AMV_C_CHANNELS_TL.CHANNEL_ID references it.
- FND_SECURITY_GROUPS — referenced by SECURITY_GROUP_ID.
- AMV_C_CHANNELS_VL / AMV_C_CHANNELS_V — MLS views that expose translated data.
-
Table: AMV_C_CHANNELS_TL
12.1.1
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_C_CHANNELS_TL, object_name:AMV_C_CHANNELS_TL, status:VALID, product: AMV - Marketing Encyclopedia System , description: Translation table for AMV_C_CHANNELS_B. It is used to store all columns and data that are needed for Multi-Language Suport. , implementation_dba_data: AMV.AMV_C_CHANNELS_TL ,
-
Table: AMV_C_CHANNELS_TL
12.2.2
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_C_CHANNELS_TL, object_name:AMV_C_CHANNELS_TL, status:VALID, product: AMV - Marketing Encyclopedia System , description: Translation table for AMV_C_CHANNELS_B. It is used to store all columns and data that are needed for Multi-Language Suport. , implementation_dba_data: AMV.AMV_C_CHANNELS_TL ,
-
VIEW: AMV.AMV_C_CHANNELS_TL#
12.2.2
owner:AMV, object_type:VIEW, object_name:AMV_C_CHANNELS_TL#, status:VALID,
-
SYNONYM: APPS.AMV_C_CHANNELS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMV_C_CHANNELS_TL, status:VALID,
-
APPS.AMV_C_CHANNELS_PKG SQL Statements
12.2.2
-
APPS.AMV_C_CHANNELS_PKG SQL Statements
12.1.1
-
TRIGGER: APPS.AMV_C_CHANNELS_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:AMV_C_CHANNELS_TL+, status:VALID,
-
TRIGGER: APPS.AMV_C_CHANNELS_TL+
12.2.2
-
SYNONYM: APPS.AMV_C_CHANNELS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMV_C_CHANNELS_TL, status:VALID,
-
VIEW: APPS.WF_AMV_CHN_ROLES
12.1.1
-
TABLE: AMV.AMV_C_CHANNELS_TL
12.1.1
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_C_CHANNELS_TL, object_name:AMV_C_CHANNELS_TL, status:VALID,
-
VIEW: AMV.AMV_C_CHANNELS_TL#
12.2.2
-
VIEW: APPS.WF_AMV_CHN_ROLES
12.2.2
-
VIEW: APPS.AMV_C_CHANNELS_VL
12.2.2
-
TABLE: AMV.AMV_C_CHANNELS_TL
12.2.2
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_C_CHANNELS_TL, object_name:AMV_C_CHANNELS_TL, status:VALID,
-
VIEW: APPS.AMV_C_CHANNELS_VL
12.1.1
-
FUNCTION: APPS.AMV_C_CHANNELS_TL=
12.2.2
-
PACKAGE BODY: APPS.AMV_C_CHANNELS_PKG
12.2.2
-
FUNCTION: APPS.AMV_C_CHANNELS_TL=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:AMV_C_CHANNELS_TL=, status:VALID,
-
PACKAGE BODY: APPS.AMV_C_CHANNELS_PKG
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
-
PACKAGE BODY: APPS.AMV_C_CHANNELS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMV_C_CHANNELS_PKG, status:VALID,
-
Table: AMV_C_CHANNELS_B
12.1.1
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_C_CHANNELS_B, object_name:AMV_C_CHANNELS_B, status:VALID, product: AMV - Marketing Encyclopedia System , description: Base Table AMV_C_CHANNELS_B stores all channels that exist in the system. , implementation_dba_data: AMV.AMV_C_CHANNELS_B ,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
View: WF_AMV_CHN_ROLES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_AMV_CHN_ROLES, object_name:WF_AMV_CHN_ROLES, status:VALID, product: FND - Application Object Library , description: Bulk Sync Directory Service Role View for Orig System AMV_CHN , implementation_dba_data: APPS.WF_AMV_CHN_ROLES ,
-
View: WF_AMV_CHN_ROLES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_AMV_CHN_ROLES, object_name:WF_AMV_CHN_ROLES, status:VALID, product: FND - Application Object Library , description: Bulk Sync Directory Service Role View for Orig System AMV_CHN , implementation_dba_data: APPS.WF_AMV_CHN_ROLES ,
-
PACKAGE BODY: APPS.AMV_C_CHANNELS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMV_C_CHANNELS_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
Table: AMV_C_CHANNELS_B
12.2.2
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_C_CHANNELS_B, object_name:AMV_C_CHANNELS_B, status:VALID, product: AMV - Marketing Encyclopedia System , description: Base Table AMV_C_CHANNELS_B stores all channels that exist in the system. , implementation_dba_data: AMV.AMV_C_CHANNELS_B ,
-
PACKAGE BODY: APPS.AMV_CATEGORY_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMV_CATEGORY_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMV_CATEGORY_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMV_CATEGORY_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMV_USER_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMV_USER_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMV_CHANNEL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMV_CHANNEL_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMV_USER_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMV_USER_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMV_CHANNEL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMV_CHANNEL_PVT, status:VALID,
-
View: AMV_C_CHANNELS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMV.AMV_C_CHANNELS_VL, object_name:AMV_C_CHANNELS_VL, status:VALID, product: AMV - Marketing Encyclopedia System , description: AMV_C_CHANNELS_VL is a view on the base and translation tables that contains the translated channels based on the current language. , implementation_dba_data: APPS.AMV_C_CHANNELS_VL ,
-
View: AMV_C_CHANNELS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMV.AMV_C_CHANNELS_VL, object_name:AMV_C_CHANNELS_VL, status:VALID, product: AMV - Marketing Encyclopedia System , description: AMV_C_CHANNELS_VL is a view on the base and translation tables that contains the translated channels based on the current language. , implementation_dba_data: APPS.AMV_C_CHANNELS_VL ,
-
VIEW: APPS.WF_AMV_CHN_ROLES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_AMV_CHN_ROLES, object_name:WF_AMV_CHN_ROLES, status:VALID,
-
VIEW: APPS.WF_AMV_CHN_ROLES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_AMV_CHN_ROLES, object_name:WF_AMV_CHN_ROLES, status:VALID,
-
APPS.AMV_CHANNEL_PVT SQL Statements
12.1.1
-
APPS.AMV_CHANNEL_PVT SQL Statements
12.2.2