CML_TRADE_OPERATION_SHIPMENTS

This table stores the shipment information associated to a Trade Operation.

Details

  • Schema: FUSION

  • Object owner: CML

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CML_TROP_SHIPMENTS_PK

TRADE_OPERATION_SHIPMENT_ID

Columns

Name Datatype Length Precision Not-null Comments
TRADE_OPERATION_SHIPMENT_ID NUMBER 18 Yes Surrogate key that identifies a trade operation shipment combination.
TRADE_OPERATION_ID NUMBER 18 Yes Foreign key that identifies a trade operation.
SHIPMENT_HEADER_ID NUMBER 18 Yes Foreign key that identifies the receiving shipment header unique identifier.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
CML_TROP_SHIPMENTS_U1 Unique Default TRADE_OPERATION_SHIPMENT_ID
CML_TROP_SHIPMENTS_U2 Unique Default TRADE_OPERATION_ID, SHIPMENT_HEADER_ID