Search Results ece_spso_ship_det
Overview
EC.ECE_SPSO_SHIP_DET is a table within the Oracle e-Commerce Gateway (EC) module, a product that provides inbound and inbound data translation between Oracle E-Business Suite applications and external trading partners. The table stores shipping detail records associated with the Scheduled Shipment Information (SPSO) gateway transaction, which is used to communicate shipment schedules and related shipping line details to external systems. In Oracle EBS 12.1.1 and 12.2.2, this object resides in the EC schema and is documented as VALID within the ETRM repository.
From a heuristic Data Vault modeling perspective, the mined foreign-key structure classifies ECE_SPSO_SHIP_DET as a standalone table. This suggests it functions as a satellite or detail-level entity that captures descriptive shipping attributes rather than acting as a hub or link. The absence of inbound foreign-key dependencies indicates that the table stores transactional context attached to the gateway run rather than participating in enforced relational chains within the documented schema.
Key Information Stored
The table contains 43 documented columns. The primary key constraint, ECE_SPSO_SHIP_DET_PK, is a composite surrogate key composed of SCHEDULE_SHIP_ID, SCHEDULE_ID, SCHEDULE_ITEM_ID, SCHEDULE_ITEM_DETAIL_SEQUENCE, and RUN_ID. These columns together uniquely identify a shipping detail record within a specific gateway execution.
Business-key candidates correspond largely to the composite primary key components. RUN_ID ties the record to a specific e-Commerce Gateway run, while SCHEDULE_ID, SCHEDULE_ITEM_ID, and SCHEDULE_ITEM_DETAIL_SEQUENCE represent the scheduling hierarchy. Additional important columns include:
ITEM_DET_SHIP_QUANTITY— the shipped quantity for the item detail.ITEM_DET_UOM_CODE— the unit of measure for the shipped quantity.ITEM_DET_ST_LOC_CODEandITEM_DET_ST_LOC_CODE_EXT— the ship-to location codes, internal and external.ITEM_DET_ST_ADDR_1,ITEM_DET_ST_ADDR_2,ITEM_DET_ST_ADDR_3— ship-to address lines.ITEM_DET_ST_CITY,ITEM_DET_ST_POSTAL_CODE,ITEM_DET_ST_COUNTRY— ship-to city, postal code, and country.ITEM_DET_ST_REGION_1,ITEM_DET_ST_REGION_2,ITEM_DET_ST_REGION_3— ship-to region or state fields.TRANSACTION_RECORD_ID— links the detail to a gateway transaction record.DOCUMENT_RELEASE_NUMBER,DOCUMENT_LINE_NUMBER,DOCUMENT_SHIPMENT_NUMBER— document-level identifiers.LINE_LOCATION_IDandQUANTITY_RECEIVED— location and receipt quantity references.
Audit columns such as CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, and PROGRAM_UPDATE_DATE support concurrency control and traceability back to the concurrent program that populated the record.
Common Use Cases and Queries
This table is primarily queried during troubleshooting and reconciliation of e-Commerce Gateway scheduled shipment transmissions. Analysts inspect records by RUN_ID to verify what shipping details were extracted for a given run:
SELECT * FROM ec.ece_spso_ship_det WHERE run_id = :run_id;SELECT schedule_id, schedule_item_id, item_det_ship_quantity, item_det_uom_code FROM ec.ece_spso_ship_det WHERE schedule_ship_id = :ship_id;- Join to address fields to validate ship-to data transmitted to the trading partner.
- Aggregate
ITEM_DET_SHIP_QUANTITYbySCHEDULE_IDto reconcile transmitted versus expected quantities. - Audit queries filtering on
CREATION_DATEto identify when a shipment detail row was generated by the gateway.
Related Objects
The metadata documents the table as standalone with no mined outbound foreign keys; relationships are therefore inferred from shared gateway identifiers and sibling SPSO objects rather than enforced constraints. Significant related objects include:
EC.ECE_SPSO_HEADERS— the header-level SPSO record, joinable onRUN_ID.EC.ECE_SPSO_SHIP— the scheduled shipment parent, joinable onSCHEDULE_SHIP_ID.EC.ECE_SPSO_ITEMS— the scheduled item record, joinable onSCHEDULE_ITEM_ID.EC.ECE_GATEWAY_RUNS(or the gateway run log) — joinable onRUN_IDfor run diagnostics.EC.ECE_TP_HEADERS/ trading partner definitions — used to interpret the external partner context.- Oracle Shipping (
WSH) delivery detail tables — referenced conceptually viaLINE_LOCATION_IDandDOCUMENT_SHIPMENT_NUMBER.
-
Table: ECE_SPSO_SHIP_DET
12.1.1
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_SPSO_SHIP_DET, object_name:ECE_SPSO_SHIP_DET, status:VALID, product: EC - e-Commerce Gateway , description: ECE_SPSO_SHIP_DET , implementation_dba_data: EC.ECE_SPSO_SHIP_DET ,
-
Table: ECE_SPSO_SHIP_DET
12.2.2
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_SPSO_SHIP_DET, object_name:ECE_SPSO_SHIP_DET, status:VALID, product: EC - e-Commerce Gateway , description: ECE_SPSO_SHIP_DET , implementation_dba_data: EC.ECE_SPSO_SHIP_DET ,
-
SYNONYM: APPS.ECE_SPSO_SHIP_DET
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ECE_SPSO_SHIP_DET, status:VALID,
-
VIEW: EC.ECE_SPSO_SHIP_DET#
12.2.2
owner:EC, object_type:VIEW, object_name:ECE_SPSO_SHIP_DET#, status:VALID,
-
SYNONYM: APPS.ECE_SPSO_SHIP_DET
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ECE_SPSO_SHIP_DET, status:VALID,
-
TABLE: EC.ECE_SPSO_SHIP_DET
12.1.1
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_SPSO_SHIP_DET, object_name:ECE_SPSO_SHIP_DET, status:VALID,
-
TABLE: EC.ECE_SPSO_SHIP_DET
12.2.2
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_SPSO_SHIP_DET, object_name:ECE_SPSO_SHIP_DET, status:VALID,
-
Table: ECE_SPSO_SHIP_DET_X
12.2.2
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_SPSO_SHIP_DET_X, object_name:ECE_SPSO_SHIP_DET_X, status:VALID, product: EC - e-Commerce Gateway , description: ECE_SPSO_SHIP_DET , implementation_dba_data: EC.ECE_SPSO_SHIP_DET_X ,
-
VIEW: EC.ECE_SPSO_SHIP_DET#
12.2.2
-
Table: ECE_SPSO_SHIP_DET_X
12.1.1
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_SPSO_SHIP_DET_X, object_name:ECE_SPSO_SHIP_DET_X, status:VALID, product: EC - e-Commerce Gateway , description: ECE_SPSO_SHIP_DET , implementation_dba_data: EC.ECE_SPSO_SHIP_DET_X ,
-
PACKAGE BODY: APPS.ECE_SPSO_TRANS2
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ECE_SPSO_TRANS2, status:VALID,
-
TABLE: EC.ECE_SPSO_SHIP_DET_X
12.1.1
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_SPSO_SHIP_DET_X, object_name:ECE_SPSO_SHIP_DET_X, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.ECE_SPSO_TRANS2
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ECE_SPSO_TRANS2, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
TABLE: EC.ECE_SPSO_SHIP_DET_X
12.2.2
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_SPSO_SHIP_DET_X, object_name:ECE_SPSO_SHIP_DET_X, status:VALID,
-
APPS.ECE_SPSO_TRANS2 SQL Statements
12.2.2
-
APPS.ECE_SPSO_TRANS2 SQL Statements
12.1.1
-
PACKAGE: APPS.ECE_SPSO_TRANS1
12.1.1
-
PACKAGE: APPS.ECE_SPSO_TRANS1
12.2.2
-
eTRM - EC Tables and Views
12.2.2
description: Contains the information for code conversions which identify external values for a given Oracle internal value and vice versa. ,
-
eTRM - EC Tables and Views
12.1.1
description: Contains the information for code conversions which identify external values for a given Oracle internal value and vice versa. ,
-
APPS.ECE_SPSO_TRANS2 dependencies on ECE_SPSO_SHIP_DET
12.1.1
-
APPS.ECE_SPSO_TRANS2 dependencies on ECE_SPSO_SHIP_DET
12.2.2
-
APPS.ECE_SPSO_TRANS1 SQL Statements
12.1.1
-
APPS.ECE_SPSO_TRANS1 SQL Statements
12.2.2
-
PACKAGE BODY: APPS.ECE_SPSO_TRANS2
12.1.1
-
PACKAGE BODY: APPS.ECE_SPSO_TRANS2
12.2.2
-
APPS.ECE_SPSO_TRANS1 dependencies on ECE_SPSO_ITEMS
12.2.2
-
APPS.ECE_SPSO_TRANS1 dependencies on ECE_SPSO_ITEM_DET
12.2.2
-
APPS.ECE_SPSO_TRANS1 dependencies on ECE_SPSO_ITEMS
12.1.1
-
APPS.ECE_SPSO_TRANS1 dependencies on ECE_SPSO_ITEM_DET
12.1.1
-
eTRM - EC Tables and Views
12.1.1
description: Contains the information for code conversions which identify external values for a given Oracle internal value and vice versa. ,
-
eTRM - EC Tables and Views
12.2.2
description: Contains the information for code conversions which identify external values for a given Oracle internal value and vice versa. ,
-
PACKAGE BODY: APPS.ECE_SPSO_TRANS1
12.2.2
-
PACKAGE BODY: APPS.ECE_SPSO_TRANS1
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1