Search Results ego_item_gtn_attrs_tl
Overview
EGO_ITEM_GTN_ATTRS_TL is a translation table within the EGO (Advanced Product Catalog) schema of Oracle E-Business Suite. It stores the language-specific, translated descriptive attributes of the Global Trading Item Number (GTN) assigned to inventory items. In EBS terminology, the "_TL" suffix denotes a Translation table, meaning it holds one row per language per parent entity, while the corresponding base table (EGO_ITEM_GTN_ATTRS_B) stores the language-independent data. Because GTN attributes are frequently surfaced to downstream systems, catalogs, and external partners, the translated values contained here are critical for producing human-readable, localized item descriptions.
The table is documented as valid and populated as a single-row-per-language structure. It is classified heuristically as a standalone data object in the mined Data Vault model, meaning it is not part of a larger hub/link/satellite cluster. As a modeling suggestion, it is most naturally treated as a satellite attached to the item catalog group hub, since it carries descriptive, language-dependent attributes about a trading item rather than serving as an independent business key holder. Its foreign key relationship to EGO_ITEM_GTN_ATTRS_B via the shared key columns reinforces this interpretation.
Key Information Stored
The table contains 20 documented columns. The most significant are:
- EXTENSION_ID, INVENTORY_ITEM_ID, ORGANIZATION_ID — the composite identifiers that tie the translated row to a specific item instance within an operating unit. The unique index EGO_ITEM_GTN_ATTRS_TL_U1 spans (INVENTORY_ITEM_ID, ORGANIZATION_ID, LANGUAGE), which is the strongest business-key candidate for the translated record.
- LANGUAGE — the translation language code; combined with the item keys it guarantees a single translated row per item per language.
- SOURCE_LANG — the language in which the source record was originally authored, used to detect whether a translation is current.
- ITEM_CATALOG_GROUP_ID — foreign key to MTL_ITEM_CATALOG_GROUPS_B, linking the GTN attributes to the item catalog grouping definition.
- REVISION_ID — the item revision associated with the GTN attribute set.
- INVOICE_NAME, DESCRIPTIVE_SIZE, FUNCTIONAL_NAME — core GTN descriptive fields used on customs and trade documents.
- TRADE_ITEM_FORM_DESCRIPTION, TRADE_ITEM_FINISH_DESCRIPTION, WARRANTY_DESCRIPTION, DESCRIPTION_SHORT — additional localized GTN descriptor fields.
- Audit columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) and REQUEST_ID — standard EBS who-columns plus the concurrent request identifier that populated the row.
The unique index EGO_ITEM_GTN_ATTRS_TL_U2 on (EXTENSION_ID, LANGUAGE) provides an alternate business-key candidate. No surrogate sequence-based primary key column is documented separately, so the U1 index functions as the de facto primary identifier.
Common Use Cases and Queries
Typical uses include generating localized trade documentation, exporting GTN descriptions to partner systems, and auditing translation completeness across languages.
- Retrieve translated GTN attributes for a specific item in a given language:
SELECT tl.* FROM ego_item_gtn_attrs_tl tl WHERE tl.inventory_item_id = :item_id AND tl.organization_id = :org_id AND tl.language = USERENV('LANG'); - Identify English (or base-language) GTN records for data-quality review by filtering on SOURCE_LANG = 'US'.
- Detect missing translations by comparing the base table against the _TL table using an outer join on (INVENTORY_ITEM_ID, ORGANIZATION_ID).
- Report catalog-wide GTN descriptions joined to MTL_ITEM_CATALOG_GROUPS_B on ITEM_CATALOG_GROUP_ID for classification-based reporting.
Related Objects
- EGO_ITEM_GTN_ATTRS_B — base (non-translated) GTN attribute table joined on EXTENSION_ID, INVENTORY_ITEM_ID, ORGANIZATION_ID.
- MTL_ITEM_CATALOG_GROUPS_B — referenced via ITEM_CATALOG_GROUP_ID.
- MTL_SYSTEM_ITEMS_B / MTL_SYSTEM_ITEMS_TL — item master for INVENTORY_ITEM_ID.
- MTL_ITEM_REVISIONS_B — revision definitions for REVISION_ID.
- FND_LANGUAGES — validates LANGUAGE and SOURCE_LANG codes.
- EGO Advanced Product Catalog APIs for importing and maintaining GTN attributes.
-
Table: EGO_ITEM_GTN_ATTRS_TL
12.1.1
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_ITEM_GTN_ATTRS_TL, object_name:EGO_ITEM_GTN_ATTRS_TL, status:VALID, product: EGO - Advanced Product Catalog , description: This table stores the single row, translated global trading item number atttributes , implementation_dba_data: EGO.EGO_ITEM_GTN_ATTRS_TL ,
-
Table: EGO_ITEM_GTN_ATTRS_TL
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_ITEM_GTN_ATTRS_TL, object_name:EGO_ITEM_GTN_ATTRS_TL, status:VALID, product: EGO - Advanced Product Catalog , description: This table stores the single row, translated global trading item number atttributes , implementation_dba_data: EGO.EGO_ITEM_GTN_ATTRS_TL ,
-
VIEW: EGO.EGO_ITEM_GTN_ATTRS_TL#
12.2.2
owner:EGO, object_type:VIEW, object_name:EGO_ITEM_GTN_ATTRS_TL#, status:VALID,
-
VIEW: EGO.EGO_ITEM_GTN_ATTRS_TL#
12.2.2
-
SYNONYM: APPS.EGO_ITEM_GTN_ATTRS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:EGO_ITEM_GTN_ATTRS_TL, status:VALID,
-
SYNONYM: APPS.EGO_ITEM_GTN_ATTRS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:EGO_ITEM_GTN_ATTRS_TL, status:VALID,
-
APPS.EGO_ITEM_GTN_ATTRS_PKG SQL Statements
12.1.1
-
APPS.EGO_ITEM_GTN_ATTRS_PKG SQL Statements
12.2.2
-
VIEW: APPS.EGO_GTIN_ATTRS_TL_V
12.1.1
-
VIEW: APPS.EGO_GTIN_ATTRS_TL_V
12.2.2
-
TABLE: EGO.EGO_ITEM_GTN_ATTRS_TL
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_ITEM_GTN_ATTRS_TL, object_name:EGO_ITEM_GTN_ATTRS_TL, status:VALID,
-
TABLE: EGO.EGO_ITEM_GTN_ATTRS_TL
12.1.1
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_ITEM_GTN_ATTRS_TL, object_name:EGO_ITEM_GTN_ATTRS_TL, status:VALID,
-
PACKAGE BODY: APPS.EGO_ITEM_GTN_ATTRS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:EGO_ITEM_GTN_ATTRS_PKG, status:VALID,
-
View: EGO_GTIN_ATTRS_TL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_GTIN_ATTRS_TL_V, object_name:EGO_GTIN_ATTRS_TL_V, status:VALID, product: EGO - Advanced Product Catalog , description: View for single row translated gtin attributes , implementation_dba_data: APPS.EGO_GTIN_ATTRS_TL_V ,
-
PACKAGE BODY: APPS.EGO_ITEM_GTN_ATTRS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:EGO_ITEM_GTN_ATTRS_PKG, status:VALID,
-
PACKAGE BODY: APPS.BOM_GTIN_RULES
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_GTIN_RULES, status:VALID,
-
PACKAGE BODY: APPS.BOM_GTIN_RULES
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_GTIN_RULES, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.BOM_ROLLUP_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_ROLLUP_PUB, status:VALID,
-
View: EGO_GTIN_ATTRS_TL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_GTIN_ATTRS_TL_V, object_name:EGO_GTIN_ATTRS_TL_V, status:VALID, product: EGO - Advanced Product Catalog , description: View for single row translated gtin attributes , implementation_dba_data: APPS.EGO_GTIN_ATTRS_TL_V ,
-
PACKAGE BODY: APPS.BOM_ROLLUP_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_ROLLUP_PUB, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
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
-
VIEW: APPS.EGO_ITEM_GTN_ATTRS_VL
12.1.1
-
VIEW: APPS.EGO_ITEM_GTN_ATTRS_VL
12.2.2
-
VIEW: APPS.EGO_GTIN_ATTRS_TL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_GTIN_ATTRS_TL_V, object_name:EGO_GTIN_ATTRS_TL_V, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.EGO_GTIN_ATTRS_TL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_GTIN_ATTRS_TL_V, object_name:EGO_GTIN_ATTRS_TL_V, status:VALID,
-
PACKAGE BODY: APPS.EGO_ITEM_GTN_ATTRS_PKG
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.EGO_ITEM_GTN_ATTRS_PKG
12.2.2
-
View: EGO_ITEM_GTN_ATTRS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ITEM_GTN_ATTRS_VL, object_name:EGO_ITEM_GTN_ATTRS_VL, status:VALID, product: EGO - Advanced Product Catalog , description: View for single row gtin attributes , implementation_dba_data: APPS.EGO_ITEM_GTN_ATTRS_VL ,
-
View: EGO_ITEM_GTN_ATTRS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ITEM_GTN_ATTRS_VL, object_name:EGO_ITEM_GTN_ATTRS_VL, status:VALID, product: EGO - Advanced Product Catalog , description: View for single row gtin attributes , implementation_dba_data: APPS.EGO_ITEM_GTN_ATTRS_VL ,
-
APPS.BOM_GTIN_RULES SQL Statements
12.2.2
-
APPS.BOM_GTIN_RULES SQL Statements
12.1.1
-
VIEW: APPS.EGO_GTIN_ATTRS_V
12.2.2
-
VIEW: APPS.EGO_GTIN_UCCNET_HIER_ATTRS_V
12.1.1
-
VIEW: APPS.EGO_GTIN_ATTRS_V
12.1.1
-
VIEW: APPS.EGO_GTIN_UCCNET_HIER_ATTRS_V
12.2.2
-
View: EGO_GTIN_ATTRS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_GTIN_ATTRS_V, object_name:EGO_GTIN_ATTRS_V, status:VALID, product: EGO - Advanced Product Catalog , description: This view contains GTINs and all GDSN attributes (Single-row only). This view is used to send RCIR messages. , implementation_dba_data: APPS.EGO_GTIN_ATTRS_V ,
-
APPS.BOM_GTIN_RULES dependencies on EGO_ITEM_GTN_ATTRS_TL
12.1.1
-
APPS.BOM_GTIN_RULES dependencies on EGO_ITEM_GTN_ATTRS_TL
12.2.2
-
View: EGO_GTIN_ATTRS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_GTIN_ATTRS_V, object_name:EGO_GTIN_ATTRS_V, status:VALID, product: EGO - Advanced Product Catalog , description: This view contains GTINs and all GDSN attributes (Single-row only). This view is used to send RCIR messages. , implementation_dba_data: APPS.EGO_GTIN_ATTRS_V ,
-
APPS.EGO_ITEM_GTN_ATTRS_PKG dependencies on EGO_ITEM_GTN_ATTRS_TL
12.2.2
-
View: EGO_GTIN_UCCNET_HIER_ATTRS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_GTIN_UCCNET_HIER_ATTRS_V, object_name:EGO_GTIN_UCCNET_HIER_ATTRS_V, status:VALID, product: EGO - Advanced Product Catalog , description: This view contains GTINs and all GDSN attributes (Single-row only). This view is used to send CIN messages. , implementation_dba_data: APPS.EGO_GTIN_UCCNET_HIER_ATTRS_V ,