Search Results freight_class_cat
Overview
APPS.WSH_ITM_SHIPITEMS_V is a shipping-execution view owned by the APPS schema and registered under FND Design Data as WSH.WSH_ITM_SHIPITEMS_V. It presents item-level shipping (ship item) detail consolidated from delivery, delivery-detail, and item master sources, exposing one row per shippable line item within a delivery. The view is classified as an internal Oracle view: Oracle Corporation does not support direct data access through this object except from standard Oracle Applications programs. Its status is VALID in both Oracle EBS 12.1.1 and 12.2.2.
The view is principally consumed by Oracle Shipping Execution, Transportation Management (OTM/ETRM integration), and downstream documents such as packing slips, bills of lading, commercial invoices, and export documentation. Because it joins item attributes (freight classification, hazard class, country of origin, commodity code) to delivery lines, it serves as the item-attribute enrichment layer between raw delivery data and printed/transmitted shipping documents. The user query term freight_class_cat corresponds to the FREIGHT_CLASS_CAT column exposed directly by this view.
Underlying Base Objects
According to the documented view metadata (ETRM 12.2.2), WSH_ITM_SHIPITEMS_V is defined over the following base objects:
- WSH_DELIVERY_DETAILS (synonym) — the primary driver of line-level shipment detail (delivery_detail_id, source_line_id, ordered/shipped/backordered quantities, subinventory).
- WSH_DELIVERY_ASSIGNMENTS_V (view) — links delivery details to deliveries, supporting the parent delivery context.
- WSH_NEW_DELIVERIES (synonym) — header-level delivery attributes and ship-set grouping.
- WSH_SERIAL_NUMBERS (synonym) — supplies FROM_SERIAL_NUMBER and TO_SERIAL_NUMBER ranges for serial-controlled items.
- MTL_SYSTEM_ITEMS_KFV (synonym) — the key flexfield item view, providing ITEM_NUMBER, ITEM_DESCRIPTION, and inventory item identity.
- MTL_CUSTOMER_ITEMS (synonym) — customer-specific item cross-reference (CUSTOMER_ITEM_NUMBER).
- MTL_CATEGORY_SETS_VL (view) — category set values, including freight classification and commodity code category derivation.
- PO_HAZARD_CLASSES_VL (view) — hazard classification values surfaced as HAZARD_CLASS.
Key Columns
The view exposes item identity, quantity, classification, and delivery key columns. Notable examples include:
- ITEM_NUMBER, ITEM_DESCRIPTION, INVENTORY_ITEM_ID, REVISION — item identification from MTL_SYSTEM_ITEMS_KFV.
- FREIGHT_CLASS_CAT (VARCHAR2(30)) — freight classification category used for rating and documentation.
- HAZARD_CLASS (VARCHAR2(40)) and COMMODITY_CODE_CAT (VARCHAR2(30)) — regulatory/export classification.
- COUNTRY_OF_ORIGIN (VARCHAR2(50)) — country of manufacture/origin for customs purposes.
- ORDERED_QTY, SHIPPED_QTY, REQUESTED_QTY, BACKORDERED_QTY with their UOM columns.
- VOLUME, NET_WEIGHT, and associated UOM codes — used for freight and manifest calculation.
- DELIVERY_DETAIL_ID, DELIVERY_ID, SOURCE_LINE_ID, PARENT_DELIVERY_DETAIL_ID — relationship keys.
- LOT_NUMBER, SUBLOT_NUMBER, FROM_SERIAL_NUMBER, TO_SERIAL_NUMBER — lot/serial control.
- ORG_ID, CUSTOMER_ID, DELIVER_TO_LOCATION_ID — multi-org and customer context.
- SHIPITEM_ATTRIBUTE1..9 and SHIPITEM_ATTRIBUTE_CATEGORY — descriptive flexfield columns.
Common Use Cases and Queries
Typical uses include freight rating extracts, export/customs documentation, hazmat reporting, and reconciling shipped versus ordered quantities. Because the object is internal, queries should be restricted to reporting and read-only diagnostics.
Example — items with their freight classification for a given delivery:
SELECT d.delivery_id, s.item_number, s.freight_class_cat, s.hazard_class, s.country_of_origin, s.shipped_qty FROM apps.wsh_itm_shipitems_v s, apps.wsh_new_deliveries d WHERE s.delivery_id = d.delivery_id AND s.org_id = :org_id;
Example — aggregate net weight and volume by freight class:
SELECT freight_class_cat, SUM(net_weight) net_wt, SUM(volume) vol FROM apps.wsh_itm_shipitems_v WHERE org_id = :org_id GROUP BY freight_class_cat;
Example — hazmat shipments on a delivery:
SELECT item_number, hazard_class FROM apps.wsh_itm_shipitems_v WHERE hazard_class IS NOT NULL AND delivery_id = :delivery_id;
-
VIEW: APPS.WSH_ITM_SHIPITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_ITM_SHIPITEMS_V, object_name:WSH_ITM_SHIPITEMS_V, status:VALID,
-
View: CLN_WSH_SS_SHIPITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_WSH_SS_SHIPITEMS_V, object_name:CLN_WSH_SS_SHIPITEMS_V, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: View of delivery line details , implementation_dba_data: APPS.CLN_WSH_SS_SHIPITEMS_V ,
-
VIEW: APPS.WSH_ITM_SHIPITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_ITM_SHIPITEMS_V, object_name:WSH_ITM_SHIPITEMS_V, status:VALID,
-
View: WSH_SS_SHIPITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_SS_SHIPITEMS_V, object_name:WSH_SS_SHIPITEMS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_SS_SHIPITEMS_V ,
-
View: CLN_WSH_SS_SHIPITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_WSH_SS_SHIPITEMS_V, object_name:CLN_WSH_SS_SHIPITEMS_V, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: View of delivery line details , implementation_dba_data: APPS.CLN_WSH_SS_SHIPITEMS_V ,
-
VIEW: APPS.CLN_WSH_SS_SHIPITEMS_V
12.2.2
-
VIEW: APPS.CLN_WSH_SS_SHIPITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_WSH_SS_SHIPITEMS_V, object_name:CLN_WSH_SS_SHIPITEMS_V, status:VALID,
-
VIEW: APPS.WSH_SS_SHIPITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_SS_SHIPITEMS_V, object_name:WSH_SS_SHIPITEMS_V, status:VALID,
-
VIEW: APPS.WSH_SS_SHIPITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_SS_SHIPITEMS_V, object_name:WSH_SS_SHIPITEMS_V, status:VALID,
-
View: WSH_ITM_SHIPITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_ITM_SHIPITEMS_V, object_name:WSH_ITM_SHIPITEMS_V, status:VALID, product: WSH - Shipping Execution , description: Temporary Table to return WSH_SS_SHIPITEMS_V along with Dummy Records to avoid problems in Retreiving Data while using XSU. , implementation_dba_data: APPS.WSH_ITM_SHIPITEMS_V ,
-
View: WSH_SS_SHIPITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_SS_SHIPITEMS_V, object_name:WSH_SS_SHIPITEMS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_SS_SHIPITEMS_V ,
-
View: WSH_STND_SHIPITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_STND_SHIPITEMS_V, object_name:WSH_STND_SHIPITEMS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_STND_SHIPITEMS_V ,
-
VIEW: APPS.WSH_STND_SHIPITEMS_V
12.2.2
-
VIEW: APPS.CLN_WSH_SS_SHIPITEMS_V
12.1.1
-
View: WSH_ITM_SHIPITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_ITM_SHIPITEMS_V, object_name:WSH_ITM_SHIPITEMS_V, status:VALID, product: WSH - Shipping Execution , description: Temporary Table to return WSH_SS_SHIPITEMS_V along with Dummy Records to avoid problems in Retreiving Data while using XSU. , implementation_dba_data: APPS.WSH_ITM_SHIPITEMS_V ,
-
VIEW: APPS.WSH_SS_SHIPITEMS_V
12.2.2
-
VIEW: APPS.CLN_WSH_SS_SHIPITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_WSH_SS_SHIPITEMS_V, object_name:CLN_WSH_SS_SHIPITEMS_V, status:VALID,
-
VIEW: APPS.WSH_SS_SHIPITEMS_V
12.1.1
-
VIEW: APPS.WSH_STND_SHIPITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_STND_SHIPITEMS_V, object_name:WSH_STND_SHIPITEMS_V, status:VALID,
-
VIEW: APPS.WSH_ITM_SHIPITEMS_V
12.1.1
-
VIEW: APPS.WSH_ITM_SHIPITEMS_V
12.2.2
-
eTRM - CLN Tables and Views
12.1.1
description: M4R 7B1 Message staging table ,
-
eTRM - CLN Tables and Views
12.2.2
description: M4R 7B1 Message staging table ,
-
eTRM - WSH Tables and Views
12.2.2
description: Stores hierarchy for zones. Each region component of a zone has a record in this table. ,
-
eTRM - WSH Tables and Views
12.1.1
description: Stores hierarchy for zones. Each region component of a zone has a record in this table. ,