Search Results tp_location_code_ext
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: ECE_ADDRESS_TP
12.1.1
product: EC - e-Commerce Gateway , implementation_dba_data: Not implemented in this database ,
-
View: ECE_RSU_NOCONTACT
12.1.1
product: EC - e-Commerce Gateway , implementation_dba_data: Not implemented in this database ,
-
View: ECE_ADDRESS_TP
12.2.2
product: EC - e-Commerce Gateway , implementation_dba_data: Not implemented in this database ,
-
View: ECE_RSU_CONTACT
12.2.2
product: EC - e-Commerce Gateway , implementation_dba_data: Not implemented in this database ,
-
View: ECE_RSU_NOCONTACT
12.2.2
product: EC - e-Commerce Gateway , implementation_dba_data: Not implemented in this database ,
-
View: ECE_RCO_ADDRESS
12.2.2
product: EC - e-Commerce Gateway , implementation_dba_data: Not implemented in this database ,
-
View: ECE_RCO_ADDRESS
12.1.1
product: EC - e-Commerce Gateway , implementation_dba_data: Not implemented in this database ,
-
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: ECE_RSU_CONTACT
12.1.1
product: EC - e-Commerce Gateway , implementation_dba_data: Not implemented in this database ,
-
View: ECE_ADVO_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_ADVO_HEADERS_V, object_name:ECE_ADVO_HEADERS_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts advice header informationfor the outbound Application Advice (824/APERAK) transaction.@rep:scope private@rep:product EC@rep:lifecycle active@rep:displayname Application Advice Header View@rep:category BUSINESS_ENTITY EC_A , implementation_dba_data: APPS.ECE_ADVO_HEADERS_V ,
-
View: ECE_ADVO_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_ADVO_HEADERS_V, object_name:ECE_ADVO_HEADERS_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts advice header informationfor the outbound Application Advice (824/APERAK) transaction.@rep:scope private@rep:product EC@rep:lifecycle active@rep:displayname Application Advice Header View@rep:category BUSINESS_ENTITY EC_A , implementation_dba_data: APPS.ECE_ADVO_HEADERS_V ,
-
View: ECE_MVSTO_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_MVSTO_HEADERS_V, object_name:ECE_MVSTO_HEADERS_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts header informationfor the outbound Movement Statistics (INTRASTAT) transaction.@rep:scope private@rep:product INV@rep:lifecycle active@rep:displayname Movement Statistics Header View@rep:category BUSINESS_ENTITY INV_MOVEM , implementation_dba_data: APPS.ECE_MVSTO_HEADERS_V ,
-
View: ECE_MVSTO_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_MVSTO_HEADERS_V, object_name:ECE_MVSTO_HEADERS_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts header informationfor the outbound Movement Statistics (INTRASTAT) transaction.@rep:scope private@rep:product INV@rep:lifecycle active@rep:displayname Movement Statistics Header View@rep:category BUSINESS_ENTITY INV_MOVEM , implementation_dba_data: APPS.ECE_MVSTO_HEADERS_V ,
-
View: ECE_DSNO_ORDERS_V
12.1.1
product: EC - e-Commerce Gateway , description: No longer used , implementation_dba_data: Not implemented in this database ,
-
View: ECE_DSNO_ORDERS_V
12.2.2
product: EC - e-Commerce Gateway , description: No longer used , implementation_dba_data: Not implemented in this database ,
-
View: ECE_SPSO_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_SPSO_HEADERS_V, object_name:ECE_SPSO_HEADERS_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts header informationfor the outbound Planning Schedule (830/DELFOR) transaction.@rep:scope private@rep:product CHV@rep:lifecycle active@rep:displayname Planning Schedule Header View@rep:category BUSINESS_ENTITY CHV_PLANNING , implementation_dba_data: APPS.ECE_SPSO_HEADERS_V ,
-
View: ECE_SSSO_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_SSSO_HEADERS_V, object_name:ECE_SSSO_HEADERS_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts header informationfor the outbound Shipping Schedule (862/DELJIT) transaction.@rep:scope private@rep:product CHV@rep:lifecycle active@rep:displayname Shipping Schedule Header View@rep:category BUSINESS_ENTITY CHV_SHIPPING , implementation_dba_data: APPS.ECE_SSSO_HEADERS_V ,
-
View: ECE_SPSO_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_SPSO_HEADERS_V, object_name:ECE_SPSO_HEADERS_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts header informationfor the outbound Planning Schedule (830/DELFOR) transaction.@rep:scope private@rep:product CHV@rep:lifecycle active@rep:displayname Planning Schedule Header View@rep:category BUSINESS_ENTITY CHV_PLANNING , implementation_dba_data: APPS.ECE_SPSO_HEADERS_V ,
-
View: ECE_SSSO_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_SSSO_HEADERS_V, object_name:ECE_SSSO_HEADERS_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts header informationfor the outbound Shipping Schedule (862/DELJIT) transaction.@rep:scope private@rep:product CHV@rep:lifecycle active@rep:displayname Shipping Schedule Header View@rep:category BUSINESS_ENTITY CHV_SHIPPING , implementation_dba_data: APPS.ECE_SSSO_HEADERS_V ,
-
View: ECE_POO_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_POO_HEADERS_V, object_name:ECE_POO_HEADERS_V, status:VALID, product: EC - e-Commerce Gateway , description: /*#* This view extracts header information* for the outbound Purchase Order (850/ORDERS) transaction.* @rep:scope private* @rep:product PO * @rep:lifecycle active* @rep:displayname Purchase Order Header View* @rep:category BUSINESS_ENTI , implementation_dba_data: APPS.ECE_POO_HEADERS_V ,
-
View: ECE_POO_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_POO_HEADERS_V, object_name:ECE_POO_HEADERS_V, status:VALID, product: EC - e-Commerce Gateway , description: /*#* This view extracts header information* for the outbound Purchase Order (850/ORDERS) transaction.* @rep:scope private* @rep:product PO * @rep:lifecycle active* @rep:displayname Purchase Order Header View* @rep:category BUSINESS_ENTI , implementation_dba_data: APPS.ECE_POO_HEADERS_V ,
-
View: ECE_POCO_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_POCO_HEADERS_V, object_name:ECE_POCO_HEADERS_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts header informationfor the outbound Purchase Order Change (860/ORDCHG) transaction.@rep:scope private@rep:product PO@rep:lifecycle active@rep:displayname Purchase Order Change Header View@rep:category BUSINESS_ENTITY PO_PU , implementation_dba_data: APPS.ECE_POCO_HEADERS_V ,
-
View: ECE_POCO_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_POCO_HEADERS_V, object_name:ECE_POCO_HEADERS_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts header informationfor the outbound Purchase Order Change (860/ORDCHG) transaction.@rep:scope private@rep:product PO@rep:lifecycle active@rep:displayname Purchase Order Change Header View@rep:category BUSINESS_ENTITY PO_PU , implementation_dba_data: APPS.ECE_POCO_HEADERS_V ,
-
View: ECE_INO_HEADER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_INO_HEADER_V, object_name:ECE_INO_HEADER_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts header informationfor the outbound Invoice (810/INVOIC) transaction.@rep:scope private@rep:product AR@rep:lifecycle active@rep:displayname Invoice Header View@rep:category BUSINESS_ENTITY AR_INVOICE , implementation_dba_data: APPS.ECE_INO_HEADER_V ,
-
View: ECE_INO_HEADER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_INO_HEADER_V, object_name:ECE_INO_HEADER_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts header informationfor the outbound Invoice (810/INVOIC) transaction.@rep:scope private@rep:product AR@rep:lifecycle active@rep:displayname Invoice Header View@rep:category BUSINESS_ENTITY AR_INVOICE , implementation_dba_data: APPS.ECE_INO_HEADER_V ,
-
View: ECE_CDMO_HEADER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_CDMO_HEADER_V, object_name:ECE_CDMO_HEADER_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts header informationfor the outbound Credit/Debit Memo (812/CREADV/DEBADV) transaction.@rep:scope private@rep:product AR@rep:lifecycle active@rep:displayname Credit/Debit Memo Header View@rep:category BUSINESS_ENTITY AR_CRE , implementation_dba_data: APPS.ECE_CDMO_HEADER_V ,
-
View: ECE_CDMO_HEADER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_CDMO_HEADER_V, object_name:ECE_CDMO_HEADER_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts header informationfor the outbound Credit/Debit Memo (812/CREADV/DEBADV) transaction.@rep:scope private@rep:product AR@rep:lifecycle active@rep:displayname Credit/Debit Memo Header View@rep:category BUSINESS_ENTITY AR_CRE , implementation_dba_data: APPS.ECE_CDMO_HEADER_V ,