Search Results global_trade_item_number
Overview
The EGO_GTIN_HAZMAT_ATTRS_V view is a reporting and integration object owned by the APPS schema in Oracle E-Business Suite, belonging to the EGO – Advanced Product Catalog product family. Its stated purpose is to expose hazardous information associated with a Global Trade Item Number (GTIN) attribute set. The view joins core inventory item definitions with cross-reference data, hazardous material multi-attribute values, and organization parameters to produce a single denormalized result set.
For users searching on "global_trade_item_number", this view is significant because it surfaces the GTIN directly as the GLOBAL_TRADE_ITEM_NUMBER column, alongside the dangerous goods attributes held against the item. This makes the view valuable for supply chain, trade compliance, and logistics initiatives that must associate a scannable item identifier with regulated hazardous material characteristics such as UN numbers, packing groups, and flash points.
Underlying Base Objects
ETRM 12.2.2 documents the following referenced base objects, all resolved through APPS:
- MTL_SYSTEM_ITEMS_B (synonym) — the master item definition table, supplying
INVENTORY_ITEM_ID,ORGANIZATION_ID, andPRIMARY_UOM_CODE. - MTL_CROSS_REFERENCES (synonym) — supplies the GTIN through
CROSS_REFERENCE, filtered onCROSS_REFERENCE_TYPE = 'GTIN'and matched to the item's primary UOM. - EGO_ITM_GTN_MUL_ATTRS_VL (view) — the multi-row attribute value view holding hazardous information, joined on inventory item and organization.
- MTL_PARAMETERS (synonym) — used to restrict results to the master organization.
- EGO_ATTR_GROUPS_V (view) — a scalar subquery resolves the attribute group identifier for the 'HAZARDOUS_INFORMATION' attribute group under
EGO_ITEM_GTIN_MULTI_ATTRS, application ID 431.
The view therefore inherits its scope from the intersection of item master data, GTIN cross-references, and the hazardous attribute group defined in the Advanced Product Catalog.
Key Columns
INVENTORY_ITEM_ID,ORGANIZATION_ID— key identifiers linking each row to a specific item and organization.GLOBAL_TRADE_ITEM_NUMBER— the GTIN sourced from the cross-reference table.CLASS_OF_DANGEROUS_CODE,DANGEROUS_GOODS_HAZARDOUS_CODE,DANGEROUS_GOODS_REG_CODE— regulatory classification codes.DANGEROUS_GOODS_MARGIN_NUMBER,DANGEROUS_GOODS_PACK_GROUP— margin and packing group indicators.DANGEROUS_GOODS_SHIPPING_NAME,DANGEROUS_GOODS_TECHNICAL_NAME— descriptive names used on shipping documentation.UNITED_NATIONS_DANG_GOODS_NO— the UN dangerous goods number.FLASH_POINT_TEMP,UOM_FLASH_POINT_TEMP— flash point value and its unit of measure.
Common Use Cases and Queries
Typical uses include hazardous material reporting, shipping document preparation, and downstream integration with compliance systems. A basic query retrieves GTIN and hazardous attributes for a given item and organization:
SELECT GLOBAL_TRADE_ITEM_NUMBER, DANGEROUS_GOODS_SHIPPING_NAME, UNITED_NATIONS_DANG_GOODS_NO, DANGEROUS_GOODS_PACK_GROUP FROM EGO_GTIN_HAZMAT_ATTRS_V WHERE INVENTORY_ITEM_ID = :item_id;- Filtering by organization to enumerate all hazardous items carrying GTINs within a warehouse.
- Joining the view back to
MTL_SYSTEM_ITEMS_Bfor concatenated item descriptions.
Because the view enforces master-organization parameters and the GTIN cross-reference type, results remain bounded to properly configured items.
-
View: EGO_GTIN_HAZMAT_ATTRS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_GTIN_HAZMAT_ATTRS_V, object_name:EGO_GTIN_HAZMAT_ATTRS_V, status:VALID, product: EGO - Advanced Product Catalog , description: View for Hazardous information gtin attributes , implementation_dba_data: APPS.EGO_GTIN_HAZMAT_ATTRS_V ,
-
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 ,
-
View: EGO_GTIN_MFG_ATTRS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_GTIN_MFG_ATTRS_V, object_name:EGO_GTIN_MFG_ATTRS_V, status:VALID, product: EGO - Advanced Product Catalog , description: View for Manufacturing information gtin attributes , implementation_dba_data: APPS.EGO_GTIN_MFG_ATTRS_V ,
-
View: EGO_GTIN_HARMONIZED_ID_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_GTIN_HARMONIZED_ID_V, object_name:EGO_GTIN_HARMONIZED_ID_V, status:VALID, product: EGO - Advanced Product Catalog , description: View for harmonized tariff system identification gtin attributes , implementation_dba_data: APPS.EGO_GTIN_HARMONIZED_ID_V ,
-
View: EGO_GTIN_HAZMAT_ATTRS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_GTIN_HAZMAT_ATTRS_V, object_name:EGO_GTIN_HAZMAT_ATTRS_V, status:VALID, product: EGO - Advanced Product Catalog , description: View for Hazardous information gtin attributes , implementation_dba_data: APPS.EGO_GTIN_HAZMAT_ATTRS_V ,
-
View: EGO_GTIN_SIZE_DESC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_GTIN_SIZE_DESC_V, object_name:EGO_GTIN_SIZE_DESC_V, status:VALID, product: EGO - Advanced Product Catalog , description: View for Size description gtin attributes , implementation_dba_data: APPS.EGO_GTIN_SIZE_DESC_V ,
-
View: EGO_GTIN_HARMONIZED_ID_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_GTIN_HARMONIZED_ID_V, object_name:EGO_GTIN_HARMONIZED_ID_V, status:VALID, product: EGO - Advanced Product Catalog , description: View for harmonized tariff system identification gtin attributes , implementation_dba_data: APPS.EGO_GTIN_HARMONIZED_ID_V ,
-
View: EGO_GTIN_MFG_ATTRS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_GTIN_MFG_ATTRS_V, object_name:EGO_GTIN_MFG_ATTRS_V, status:VALID, product: EGO - Advanced Product Catalog , description: View for Manufacturing information gtin attributes , implementation_dba_data: APPS.EGO_GTIN_MFG_ATTRS_V ,
-
View: EGO_GTIN_SIZE_DESC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_GTIN_SIZE_DESC_V, object_name:EGO_GTIN_SIZE_DESC_V, status:VALID, product: EGO - Advanced Product Catalog , description: View for Size description gtin attributes , implementation_dba_data: APPS.EGO_GTIN_SIZE_DESC_V ,
-
View: EGO_GTIN_HAND_INF_ATTRS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_GTIN_HAND_INF_ATTRS_V, object_name:EGO_GTIN_HAND_INF_ATTRS_V, status:VALID, product: EGO - Advanced Product Catalog , description: View for Handling information gtin attributes , implementation_dba_data: APPS.EGO_GTIN_HAND_INF_ATTRS_V ,
-
View: EGO_GTIN_HAND_INF_ATTRS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_GTIN_HAND_INF_ATTRS_V, object_name:EGO_GTIN_HAND_INF_ATTRS_V, status:VALID, product: EGO - Advanced Product Catalog , description: View for Handling information gtin attributes , implementation_dba_data: APPS.EGO_GTIN_HAND_INF_ATTRS_V ,
-
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 ,
-
View: EGO_GTIN_COUNTRY_ORGN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_GTIN_COUNTRY_ORGN_V, object_name:EGO_GTIN_COUNTRY_ORGN_V, status:VALID, product: EGO - Advanced Product Catalog , description: View for Country of origin gtin attributes , implementation_dba_data: APPS.EGO_GTIN_COUNTRY_ORGN_V ,
-
View: EGO_GTIN_DELIVERY_METHOD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_GTIN_DELIVERY_METHOD_V, object_name:EGO_GTIN_DELIVERY_METHOD_V, status:VALID, product: EGO - Advanced Product Catalog , description: View for Delivery Method Indicator GTIN attribute , implementation_dba_data: APPS.EGO_GTIN_DELIVERY_METHOD_V ,
-
View: EGO_GTIN_COUNTRY_ORGN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_GTIN_COUNTRY_ORGN_V, object_name:EGO_GTIN_COUNTRY_ORGN_V, status:VALID, product: EGO - Advanced Product Catalog , description: View for Country of origin gtin attributes , implementation_dba_data: APPS.EGO_GTIN_COUNTRY_ORGN_V ,
-
View: EGO_GTIN_DELIVERY_METHOD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_GTIN_DELIVERY_METHOD_V, object_name:EGO_GTIN_DELIVERY_METHOD_V, status:VALID, product: EGO - Advanced Product Catalog , description: View for Delivery Method Indicator GTIN attribute , implementation_dba_data: APPS.EGO_GTIN_DELIVERY_METHOD_V ,
-
View: EGO_GTIN_TP_ATTRS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_GTIN_TP_ATTRS_V, object_name:EGO_GTIN_TP_ATTRS_V, status:VALID, product: EGO - Advanced Product Catalog , description: View for Trading partner specific gtin attributes , implementation_dba_data: APPS.EGO_GTIN_TP_ATTRS_V ,
-
View: EGO_GTIN_TP_ATTRS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_GTIN_TP_ATTRS_V, object_name:EGO_GTIN_TP_ATTRS_V, status:VALID, product: EGO - Advanced Product Catalog , description: View for Trading partner specific gtin attributes , implementation_dba_data: APPS.EGO_GTIN_TP_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: 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_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 ,