Search Results mtl_economic_zones_b
Overview
The MTL_ECONOMIC_ZONES_B table is a core master data table within the Oracle E-Business Suite (EBS) Inventory (INV) module. It serves as the primary repository for defining and storing economic zones, which are logical groupings of countries or regions established for specific business purposes. These purposes commonly include trade compliance, reporting, and the application of specific tax or customs regulations. The table's role is to provide a centralized, controlled list of these zones, which are then referenced by numerous other transactional and setup tables throughout the application to enforce and streamline regional business rules.
Key Information Stored
As a base table (indicated by the '_B' suffix), MTL_ECONOMIC_ZONES_B stores the primary transactional and structural data for an economic zone. The key column is ZONE_CODE, which serves as the unique identifier (Primary Key) for each zone record. While the provided ETRM metadata does not list other specific columns, typical columns in such a base table would include CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY for auditing, and descriptive attributes like NAME or DESCRIPTION. The corresponding translated table, MTL_ECONOMIC_ZONES_TL, stores the language-specific names for these zones, allowing for multilingual implementations.
Common Use Cases and Queries
This table is primarily used in setup and reference scenarios. Administrators define economic zones, such as "European Union" or "NAFTA," during system configuration. These zones are then used to assign countries, link legal entities, and define statistical reporting types. A common reporting query involves joining the zone table with country assignments to list all countries within a specific economic zone. For example:
- SELECT cz.ZONE_CODE, tl.NAME, ca.COUNTRY FROM INV.MTL_ECONOMIC_ZONES_B cz JOIN INV.MTL_COUNTRY_ASSIGNMENTS ca ON cz.ZONE_CODE = ca.ZONE_CODE JOIN INV.MTL_ECONOMIC_ZONES_TL tl ON cz.ZONE_CODE = tl.ZONE_CODE WHERE tl.LANGUAGE = USERENV('LANG');
This table is also critical for compliance reports that require data aggregation or filtering based on economic regions.
Related Objects
The MTL_ECONOMIC_ZONES_B table has several documented foreign key relationships, demonstrating its central role in the Inventory data model. The ZONE_CODE column is referenced by the following key tables:
- MTL_COUNTRY_ASSIGNMENTS: Links economic zones to specific countries via the ZONE_CODE column.
- MTL_ECONOMIC_ZONES_TL: The translation table that holds language-specific names, joined on ZONE_CODE.
- MTL_LE_ECONOMIC_ZONES: Associates economic zones with legal entities, enabling entity-specific zone rules.
- MTL_STAT_TYPE_USAGES: Links statistical types to economic zones for specialized reporting requirements.
These relationships ensure data integrity and enable complex business rules governing international trade, taxation, and reporting within Oracle EBS.
-
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 ,
-
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 MTL_ECONOMIC_ZONES_B
12.2.2
-
APPS.MTL_ECONOMIC_ZONES_PKG dependencies on MTL_ECONOMIC_ZONES_B
12.1.1
-
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: INV.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,
-
VIEW: INV.MTL_ECONOMIC_ZONES_B#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_ECONOMIC_ZONES_B#, status:VALID,
-
TABLE: INV.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,
-
TRIGGER: APPS.MTL_ECONOMIC_ZONES_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:MTL_ECONOMIC_ZONES_B+, status:VALID,
-
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 SQL Statements
12.1.1
-
SYNONYM: APPS.MTL_ECONOMIC_ZONES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_ECONOMIC_ZONES_B, status:VALID,
-
SYNONYM: APPS.MTL_ECONOMIC_ZONES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_ECONOMIC_ZONES_B, status:VALID,
-
APPS.MTL_ECONOMIC_ZONES_PKG SQL Statements
12.2.2
-
TRIGGER: APPS.MTL_ECONOMIC_ZONES_B+
12.2.2
-
VIEW: INV.MTL_ECONOMIC_ZONES_B#
12.2.2
-
VIEW: APPS.MTL_ECONOMIC_ZONES_VL
12.1.1
-
VIEW: APPS.MTL_ECONOMIC_ZONES_VL
12.2.2
-
Table: MTL_COUNTRY_ASSIGNMENTS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_COUNTRY_ASSIGNMENTS, object_name:MTL_COUNTRY_ASSIGNMENTS, status:VALID, product: INV - Inventory , description: stores information concerning the assignment of countries to economic zones. , implementation_dba_data: INV.MTL_COUNTRY_ASSIGNMENTS ,
-
Table: MTL_STAT_TYPE_USAGES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_STAT_TYPE_USAGES, object_name:MTL_STAT_TYPE_USAGES, status:VALID, product: INV - Inventory , description: Stores information which determines the statistical type data for each legal entity. , implementation_dba_data: INV.MTL_STAT_TYPE_USAGES ,
-
Table: MTL_LE_ECONOMIC_ZONES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_LE_ECONOMIC_ZONES, object_name:MTL_LE_ECONOMIC_ZONES, status:VALID, product: INV - Inventory , description: stores information concerning the assignment of legal entity to economic zones. , implementation_dba_data: INV.MTL_LE_ECONOMIC_ZONES ,
-
FUNCTION: APPS.MTL_ECONOMIC_ZONES_B=
12.2.2
-
Table: MTL_LE_ECONOMIC_ZONES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_LE_ECONOMIC_ZONES, object_name:MTL_LE_ECONOMIC_ZONES, status:VALID, product: INV - Inventory , description: stores information concerning the assignment of legal entity to economic zones. , implementation_dba_data: INV.MTL_LE_ECONOMIC_ZONES ,
-
FUNCTION: APPS.MTL_ECONOMIC_ZONES_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:MTL_ECONOMIC_ZONES_B=, status:VALID,
-
Table: MTL_COUNTRY_ASSIGNMENTS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_COUNTRY_ASSIGNMENTS, object_name:MTL_COUNTRY_ASSIGNMENTS, status:VALID, product: INV - Inventory , description: stores information concerning the assignment of countries to economic zones. , implementation_dba_data: INV.MTL_COUNTRY_ASSIGNMENTS ,
-
Table: MTL_STAT_TYPE_USAGES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_STAT_TYPE_USAGES, object_name:MTL_STAT_TYPE_USAGES, status:VALID, product: INV - Inventory , description: Stores information which determines the statistical type data for each legal entity. , implementation_dba_data: INV.MTL_STAT_TYPE_USAGES ,
-
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.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MTL_ECONOMIC_ZONES_PKG, status:VALID,
-
PACKAGE BODY: APPS.MTL_ECONOMIC_ZONES_PKG
12.1.1
-
PACKAGE BODY: APPS.MTL_ECONOMIC_ZONES_PKG
12.2.2
-
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,
-
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,
-
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_TL
12.1.1
-
APPS.MTL_ECONOMIC_ZONES_PKG dependencies on MTL_ECONOMIC_ZONES_TL
12.2.2
-
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.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE: APPS.MTL_ECONOMIC_ZONES_PKG
12.2.2
-
PACKAGE: APPS.MTL_ECONOMIC_ZONES_PKG
12.1.1
-
eTRM - INV Tables and Views
12.2.2
-
SYNONYM: PUBLIC.DATABASE_PROPERTIES
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DATABASE_PROPERTIES, status:VALID,
-
eTRM - INV Tables and Views
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2