Search Results uom_depth
Overview
The APPS.EGO_GTIN_UCCNET_HIER_ATTRS_V view is a reporting and integration object delivered within the Oracle E-Business Suite Advanced Product Catalog (EGO) module. Its documented purpose is to expose Global Trade Item Numbers (GTINs) alongside the complete set of GDSN (Global Data Synchronization Network) attributes associated with each item. The view is defined to return a single row per GTIN, which makes it suitable for outbound message construction where a flattened, one-record-per-trade-item shape is required.
The view is used specifically to send CIN (Catalog Item Notification) messages through the UCCnet/GDSN data pool integration. Because it aggregates item master data, unit-of-measure conversions, cross-reference GTINs, and extended GTIN attribute values into a single projection, it serves as the primary extraction source for party, trade item, and measurement segments of the outbound CIN document. It is valid in both 12.1.1 and 12.2.2, with the documented metadata referencing 12.2.2 base objects.
Underlying Base Objects
The view is defined over a combination of item master, category, cross-reference, lookup, and GTIN attribute objects. Documented referenced base objects include:
- MTL_SYSTEM_ITEMS_KFV, MTL_SYSTEM_ITEMS_TL — source of organization, inventory item, concatenated segments, item flags, and physical dimensions.
- MTL_CROSS_REFERENCES — supplies the GLOBAL_TRADE_ITEM_NUMBER cross-reference value.
- EGO_ITEM_GTN_ATTRS_B and EGO_ITEM_GTN_ATTRS_TL — the GTIN/trade item attribute base and translation tables.
- EGO_ATTRS_V — used to resolve the UOM class for attributes such as DIAMETER.
- MTL_CATEGORIES_B_KFV, MTL_CATEGORIES_TL, MTL_DEFAULT_CATEGORY_SETS, MTL_ITEM_CATEGORIES, MTL_PARAMETERS — category and inventory parameter context.
- MTL_UNITS_OF_MEASURE_TL and INV_CONVERT — unit-of-measure metadata and conversion of dimension attributes.
- FND_LOOKUPS and FND_GLOBAL — lookup meanings and session context.
- EGO_UCCNET_EVENTS — UCCnet event handling records.
Dimension and weight columns are sourced from MTL_SYSTEM_ITEMS_KFV, while GTIN-specific attributes such as brand owner and temperature ranges are drawn from the EGO GTIN attribute tables.
Key Columns
The most relevant column for users researching uom_height is UOM_HEIGHT, which is populated from MSI.DIMENSION_UOM_CODE. The view exposes the height value in UNIT_HEIGHT and the associated unit of measure in UOM_HEIGHT, so that the trade item measurement is unambiguously qualified. Parallel columns exist for UOM_DEPTH and UOM_WIDTH, all mapped to the same DIMENSION_UOM_CODE, plus UNIT_WEIGHT and WEIGHT_UOM_CODE.
Other notable columns include ORGANIZATION_ID and INVENTORY_ITEM_ID (item key), GLOBAL_TRADE_ITEM_NUMBER, CONCATENATED_SEGMENTS, BRAND_OWNER_GLN, BRAND_OWNER_NAME, STORAGE_HANDLING_TEMP_MAX/MIN with their corresponding UOM columns, DIAMETER and UOM_DIAMETER (derived via INV_CONVERT.INV_UM_CONVERT), and several DECODE-based indicator columns for consumer unit, base unit, variable unit, orderable, shippable, and invoice-enabled flags.
Common Use Cases and Queries
Typical use cases include CIN message generation, GTIN data audits, and verification of trade item measurements such as height, width, depth, and weight. A representative query to inspect height UOM data follows:
- SELECT organization_id, inventory_item_id, global_trade_item_number, unit_height, uom_height, unit_width, uom_width FROM apps.ego_gtin_uccnet_hier_attrs_v WHERE organization_id = :org_id;
- SELECT global_trade_item_number, unit_height, uom_height FROM apps.ego_gtin_uccnet_hier_attrs_v WHERE global_trade_item_number = :gtin;
- SELECT inventory_item_id, concatenated_segments, unit_height, uom_height, unit_weight, weight_uom_code FROM apps.ego_gtin_uccnet_hier_attrs_v ORDER BY inventory_item_id;
Because UOM_HEIGHT derives from DIMENSION_UOM_CODE rather than a dedicated height UOM field, users should confirm that the item's dimension UOM reflects the intended measurement standard before publishing GTIN data.
-
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 ,
-
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 ,
-
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 ,
-
VIEW: APPS.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,
-
View: EGO_GTIN_UCCNET_HIER_ATTRS_V
12.1.1
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 ,
-
VIEW: APPS.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,
-
VIEW: APPS.EGO_GTIN_UCCNET_HIER_ATTRS_V
12.1.1
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,
-
VIEW: APPS.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,
-
VIEW: APPS.EGO_GTIN_ATTRS_V
12.2.2
-
VIEW: APPS.EGO_GTIN_ATTRS_V
12.1.1
-
VIEW: APPS.EGO_GTIN_UCCNET_HIER_ATTRS_V
12.1.1
-
VIEW: APPS.EGO_GTIN_UCCNET_HIER_ATTRS_V
12.2.2
-
eTRM - EGO Tables and Views
12.1.1
description: This table is used to store XML Schema Definitions. ,
-
eTRM - EGO Tables and Views
12.2.2
description: Interface table for Item Catalog Category header information ,