Search Results mtl_economic_zones_tl
Overview
The MTL_ECONOMIC_ZONES_TL table is a core translation table within the Oracle E-Business Suite Inventory (INV) module. It functions as the multilingual repository for user-facing descriptive text associated with economic zones defined in the system. Its primary role is to support the global deployment of Oracle EBS by enabling the storage of zone names and descriptions in multiple languages, as specified by the application's NLS (National Language Support) settings. This table works in direct conjunction with its base table, MTL_ECONOMIC_ZONES_B, which holds the non-translatable, language-independent definitional data for each economic zone.
Key Information Stored
The table stores translated attributes for economic zone records. Its structure is defined by a composite primary key consisting of the ZONE_CODE and LANGUAGE columns. The ZONE_CODE acts as the foreign key link to the base table, MTL_ECONOMIC_ZONES_B. The LANGUAGE column stores the language code (e.g., 'US' for American English, 'KO' for Korean) for the translation. The most critical data column is typically ZONE_NAME, which holds the translated name of the economic zone (e.g., "NAFTA Region" or "EU Customs Union") as it should appear in reports and user interfaces for the specified language. Additional descriptive columns may also be present to hold further translated text.
Common Use Cases and Queries
This table is essential for any reporting or data extraction process that requires economic zone information in a user's session language. A common use case is generating localized reports on inventory valuation, customs documentation, or tax calculations where the zone name must appear in the report's language. Application forms and LOVs (Lists of Values) also query this table to display translated zone names. A standard query pattern involves joining the translation table to its base table to retrieve a complete, language-specific record.
- Sample Query for Session Language:
SELECT b.zone_code, tl.zone_name, b.creation_date
FROM mtl_economic_zones_b b,
mtl_economic_zones_tl tl
WHERE b.zone_code = tl.zone_code
AND tl.language = USERENV('LANG')
ORDER BY tl.zone_name; - Data Fix for Missing Translation: A frequent administrative task involves inserting or updating translation rows when deploying to a new language or correcting translated text, ensuring the ZONE_CODE and LANGUAGE key combination is unique.
Related Objects
The table has a direct and singular foreign key relationship, as documented in the provided metadata. This relationship is fundamental to its purpose.
- MTL_ECONOMIC_ZONES_B: This is the primary base table. The MTL_ECONOMIC_ZONES_TL table references it via the foreign key on the ZONE_CODE column (MTL_ECONOMIC_ZONES_TL.ZONE_CODE -> MTL_ECONOMIC_ZONES_B). Every record in the translation table must correspond to a valid ZONE_CODE in the base table. Economic zones are often referenced by other INV and related modules (such as Oracle Global Trade Management or Tax modules) for defining rules, likely through the base table's ZONE_CODE.
-
Table: MTL_ECONOMIC_ZONES_TL
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ECONOMIC_ZONES_TL, object_name:MTL_ECONOMIC_ZONES_TL, status:VALID, product: INV - Inventory , description: Corresponding transalation table for MTL_ECONOMIC_ZONES_B. , implementation_dba_data: INV.MTL_ECONOMIC_ZONES_TL ,
-
Table: MTL_ECONOMIC_ZONES_TL
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ECONOMIC_ZONES_TL, object_name:MTL_ECONOMIC_ZONES_TL, status:VALID, product: INV - Inventory , description: Corresponding transalation table for MTL_ECONOMIC_ZONES_B. , implementation_dba_data: INV.MTL_ECONOMIC_ZONES_TL ,
-
APPS.MTL_ECONOMIC_ZONES_PKG dependencies on MTL_ECONOMIC_ZONES_TL
12.1.1
-
APPS.MTL_ECONOMIC_ZONES_PKG dependencies on MTL_ECONOMIC_ZONES_TL
12.2.2
-
APPS.MTL_ECONOMIC_ZONES_PKG SQL Statements
12.1.1
-
VIEW: INV.MTL_ECONOMIC_ZONES_TL#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_ECONOMIC_ZONES_TL#, status:VALID,
-
APPS.MTL_ECONOMIC_ZONES_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.MTL_ECONOMIC_ZONES_PKG
12.1.1
-
PACKAGE BODY: APPS.MTL_ECONOMIC_ZONES_PKG
12.2.2
-
TRIGGER: APPS.MTL_ECONOMIC_ZONES_TL+
12.2.2
-
TABLE: INV.MTL_ECONOMIC_ZONES_TL
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ECONOMIC_ZONES_TL, object_name:MTL_ECONOMIC_ZONES_TL, status:VALID,
-
SYNONYM: APPS.MTL_ECONOMIC_ZONES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_ECONOMIC_ZONES_TL, status:VALID,
-
SYNONYM: APPS.MTL_ECONOMIC_ZONES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_ECONOMIC_ZONES_TL, status:VALID,
-
PACKAGE: APPS.MTL_ECONOMIC_ZONES_PKG
12.2.2
-
VIEW: INV.MTL_ECONOMIC_ZONES_TL#
12.2.2
-
VIEW: APPS.MTL_ECONOMIC_ZONES_VL
12.1.1
-
VIEW: APPS.MTL_ECONOMIC_ZONES_VL
12.2.2
-
TRIGGER: APPS.MTL_ECONOMIC_ZONES_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:MTL_ECONOMIC_ZONES_TL+, status:VALID,
-
TABLE: INV.MTL_ECONOMIC_ZONES_TL
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ECONOMIC_ZONES_TL, object_name:MTL_ECONOMIC_ZONES_TL, status:VALID,
-
APPS.MTL_ECONOMIC_ZONES_PKG dependencies on MTL_ECONOMIC_ZONES_B
12.2.2
-
PACKAGE: APPS.MTL_ECONOMIC_ZONES_PKG
12.1.1
-
APPS.MTL_ECONOMIC_ZONES_PKG dependencies on MTL_ECONOMIC_ZONES_B
12.1.1
-
Table: MTL_ECONOMIC_ZONES_B
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ECONOMIC_ZONES_B, object_name:MTL_ECONOMIC_ZONES_B, status:VALID, product: INV - Inventory , description: Stores information concerning all the economic zones. , implementation_dba_data: INV.MTL_ECONOMIC_ZONES_B ,
-
APPS.MTL_ECONOMIC_ZONES_PKG dependencies on FND_LANGUAGES
12.1.1
-
FUNCTION: APPS.MTL_ECONOMIC_ZONES_TL=
12.2.2
-
PACKAGE BODY: APPS.MTL_ECONOMIC_ZONES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MTL_ECONOMIC_ZONES_PKG, status:VALID,
-
Table: MTL_ECONOMIC_ZONES_B
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ECONOMIC_ZONES_B, object_name:MTL_ECONOMIC_ZONES_B, status:VALID, product: INV - Inventory , description: Stores information concerning all the economic zones. , implementation_dba_data: INV.MTL_ECONOMIC_ZONES_B ,
-
FUNCTION: APPS.MTL_ECONOMIC_ZONES_TL=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:MTL_ECONOMIC_ZONES_TL=, status:VALID,
-
APPS.MTL_ECONOMIC_ZONES_PKG dependencies on FND_LANGUAGES
12.2.2
-
View: MTL_ECONOMIC_ZONES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ECONOMIC_ZONES_VL, object_name:MTL_ECONOMIC_ZONES_VL, status:VALID, product: INV - Inventory , description: Joins the base economic zone table and translated economic zone table , implementation_dba_data: APPS.MTL_ECONOMIC_ZONES_VL ,
-
View: MTL_ECONOMIC_ZONES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ECONOMIC_ZONES_VL, object_name:MTL_ECONOMIC_ZONES_VL, status:VALID, product: INV - Inventory , description: Joins the base economic zone table and translated economic zone table , implementation_dba_data: APPS.MTL_ECONOMIC_ZONES_VL ,
-
PACKAGE BODY: APPS.MTL_ECONOMIC_ZONES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MTL_ECONOMIC_ZONES_PKG, status:VALID,
-
VIEW: APPS.MTL_ECONOMIC_ZONES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ECONOMIC_ZONES_VL, object_name:MTL_ECONOMIC_ZONES_VL, status:VALID,
-
VIEW: APPS.MTL_ECONOMIC_ZONES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ECONOMIC_ZONES_VL, object_name:MTL_ECONOMIC_ZONES_VL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
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
-
12.2.2 DBA Data
12.2.2
-
eTRM - INV Tables and Views
12.2.2
-
PACKAGE: SYS.DBMS_STANDARD
12.2.2
owner:SYS, object_type:PACKAGE, object_name:DBMS_STANDARD, status:VALID,
-
eTRM - INV Tables and Views
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - INV Tables and Views
12.1.1
-
eTRM - INV Tables and Views
12.2.2