Search Results warehouse_location_id
Overview
ECE_DSNO_DELIVERIES_V is a view shipped within the Oracle E-Business Suite e-Commerce Gateway (EC) module. Its name follows the e-Commerce Gateway outbound interface naming convention, where the prefix "ECE" denotes e-Commerce Gateway Extraction, "DSNO" denotes the outbound Delivery Ship Notice (DESADV / ASN) document, and the "_V" suffix identifies the object as a view rather than a base table. In the context of ETRM documentation for releases 12.1.1 and 12.2.2, the object carries the explicit description "No longer used," and the excerpt notes it is "Not implemented in this database."
Functionally, the view was designed to present a flattened, integration-ready projection of delivery and departure (shipment) information suitable for conversion into an outbound EDI delivery ship notice message. It consolidates transaction-profile attributes, delivery header data, departure (trip) data, equipment and carrier details, and weight/volume measurements into a single denormalized row set. Because it is documented as obsolete and unimplemented, it should be treated as a legacy artifact; the supported delivery ship notice extraction is delivered through the current e-Commerce Gateway concurrent programs and their associated interface tables rather than through this view.
Underlying Base Objects
The ETRM metadata documents no referenced base objects for this view, and states that it is not implemented in the database. The view text itself, however, reveals the tables joined to produce the projection. These include the transaction profile header and detail tables (aliased ETH and ETD on TP_HEADER_ID and TP_DETAIL_ID), which supply the e-Commerce Gateway transaction profile configuration. Delivery and departure information is drawn from the delivery table (aliased DLV, providing DELIVERY_ID, NAME, ACTUAL_DEPARTURE_ID and ACTUAL_DEPARTURE_DATE) and the departure table (aliased DPT, providing departure name, bill of lading, vehicle number, seal code, freight carrier code, weights, volumes and routing instructions). A document code lookup (aliased DLV.NAME DOCUMENT_CODE) supplies the outbound document identifier, a location/responsibility reference (aliased ERC3) supplies TP_LOCATION_CODE_EXT, and an item master reference (aliased MSI) supplies ITEM_TYPE for equipment code derivation.
Because no base objects are formally documented and the view is marked as no longer used, the joins above should be regarded as descriptive of the legacy definition only and must be validated against the specific installation before any reliance is placed on them.
Key Columns
- TRANSACTION_TYPE, COMMUNICATION_METHOD, TRANSACTION_DATE — Static or session-level literals (DOCUMENT_ID, 'EDI', SYSDATE) that frame the outbound transaction.
- TP_HEADER_ID, TP_DETAIL_ID, TP_CODE, TP_DESCRIPTION — Transaction profile identifiers and descriptive attributes from the header and detail tables.
- ACTUAL_DEPARTURE_DATE (aliased DEPARTURE_DATE) — The actual departure date of the shipment trip. This is the field most commonly sought when users search for "actual_ship_date"; it is the closest corresponding attribute to an actual ship date within this view.
- DELIVERY_ID, DELIVERY_NAME, DEPARTURE_ID, DEPARTURE_NAME — Delivery and departure identifiers used to correlate the ship notice to the underlying shipment.
- MASTER_BILL_OF_LADING — Bill of lading reference for the master departure.
- EQUIPMENT_CODE_INT, EQUIPMENT_PREFIX, EQUIPMENT_NUMBER, EQUIPMENT_SEAL — Equipment (vehicle) identification derived by parsing VEHICLE_NUMBER and joining to the item master for type.
- CARRIER_NAME_INT — Internal freight carrier code from the departure record.
- DEPARTURE_GROSS_WEIGHT, DEPARTURE_NET_WEIGHT, DEPARTURE_TARE_WEIGHT, DEPARTURE_VOLUME — Weight and volume measures with their associated UOM columns (WEIGHT_UOM_CODE, VOLUME_UOM_CODE).
- ROUTING_INSTRUCTIONS — Free-text routing guidance attached to the departure.
Common Use Cases and Queries
Historically, this view was queried to extract delivery ship notice data, to reconcile ship notice content against delivery and departure records, and to investigate the date on which a shipment actually departed — frequently searched for as "actual_ship_date." Given its documented status, any query should first confirm implementation.
- Verify existence and definition: query ALL_VIEWS / DBA_VIEWS for ECE_DSNO_DELIVERIES_V and inspect the text.
- Retrieve departure dates for outbound ship notices:
SELECT DELIVERY_ID, DELIVERY_NAME, DEPARTURE_ID, DEPARTURE_NAME, DEPARTURE_DATE FROM ECE_DSNO_DELIVERIES_V ORDER BY DEPARTURE_DATE DESC; - Inspect carrier and equipment detail for a shipment:
SELECT DELIVERY_NAME, CARRIER_NAME_INT, EQUIPMENT_PREFIX, EQUIPMENT_NUMBER, EQUIPMENT_SEAL FROM ECE_DSNO_DELIVERIES_V; - Review weight and volume measures:
SELECT DELIVERY_ID, DEPARTURE_GROSS_WEIGHT, DEPARTURE_NET_WEIGHT, DEPARTURE_TARE_WEIGHT, DEPARTURE_VOLUME FROM ECE_DSNO_DELIVERIES_V;
Where the view is absent or returns no rows, the corresponding delivery and departure data should be obtained from the standard e-Commerce Gateway interface tables and the shipping execution tables directly, using the source objects identified above.
-
View: ECE_DSNO_DELIVERIES_V
12.2.2
product: EC - e-Commerce Gateway , description: No longer used , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.WSH_OPSM_ASN_DELIVERIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_OPSM_ASN_DELIVERIES_V, object_name:WSH_OPSM_ASN_DELIVERIES_V, status:VALID,
-
View: WSH_DSNO_DELIVERY_ATTRIBS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_DELIVERY_ATTRIBS_V, object_name:WSH_DSNO_DELIVERY_ATTRIBS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DSNO_DELIVERY_ATTRIBS_V ,
-
VIEW: APPS.WSH_DSNO_DELIVERIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_DELIVERIES_V, object_name:WSH_DSNO_DELIVERIES_V, status:VALID,
-
View: WSH_DSNO_DELIVERY_ATTRIBS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_DELIVERY_ATTRIBS_V, object_name:WSH_DSNO_DELIVERY_ATTRIBS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DSNO_DELIVERY_ATTRIBS_V ,
-
View: ECE_DSNO_DELIVERIES_V
12.1.1
product: EC - e-Commerce Gateway , description: No longer used , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.WSH_DSNO_DELIVERY_ATTRIBS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_DELIVERY_ATTRIBS_V, object_name:WSH_DSNO_DELIVERY_ATTRIBS_V, status:VALID,
-
View: WSH_DSNO_DELIVERIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_DELIVERIES_V, object_name:WSH_DSNO_DELIVERIES_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DSNO_DELIVERIES_V ,
-
View: WSH_DSNO_DELIVERIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_DELIVERIES_V, object_name:WSH_DSNO_DELIVERIES_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DSNO_DELIVERIES_V ,
-
VIEW: APPS.WSH_DSNO_DELIVERIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_DELIVERIES_V, object_name:WSH_DSNO_DELIVERIES_V, status:VALID,
-
VIEW: APPS.WSH_DSNO_DELIVERY_ATTRIBS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_DELIVERY_ATTRIBS_V, object_name:WSH_DSNO_DELIVERY_ATTRIBS_V, status:VALID,
-
TYPE: APPS.WSH_OPSM_ASN_DELIVERY_REC
12.2.2
owner:APPS, object_type:TYPE, object_name:WSH_OPSM_ASN_DELIVERY_REC, status:VALID,
-
View: ECE_DSNO_DELIVERY_ATTRIBS_V
12.1.1
product: EC - e-Commerce Gateway , description: No longer used , implementation_dba_data: Not implemented in this database ,
-
View: ECE_DSNO_DELIVERY_ATTRIBS_V
12.2.2
product: EC - e-Commerce Gateway , description: No longer used , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.WSH_DSNO_DELIVERY_ATTRIBS_V
12.2.2
-
VIEW: APPS.WSH_OPSM_ASN_DELIVERIES_V
12.2.2
-
View: WSH_OPSM_ASN_DELIVERIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_OPSM_ASN_DELIVERIES_V, object_name:WSH_OPSM_ASN_DELIVERIES_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_OPSM_ASN_DELIVERIES_V ,
-
VIEW: APPS.WSH_DSNO_DELIVERY_ATTRIBS_V
12.1.1
-
VIEW: APPS.WSH_DSNO_DELIVERIES_V
12.1.1
-
VIEW: APPS.WSH_DSNO_DELIVERIES_V
12.2.2
-
PACKAGE BODY: APPS.WSH_OPSM_ASN_BE_PKG
12.2.2
-
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. ,