WSH_SHIPPING_PARAMETER_VALUES

WSH_SHIPPING_PARAMETER_VALUES hold parameter values to allow multiple records associated with an organization's shipping parameters.

Details

  • Schema: FUSION

  • Object owner: WSH

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

WSH_S_PARAMETER_VALUES_PK

SHIPPING_PARAMETER_VALUE_ID

Columns

Name Datatype Length Precision Not-null Comments
SHIPPING_PARAMETER_VALUE_ID NUMBER 18 Yes Uniquely recognized shipping parameter value attribute
ORGANIZATION_ID NUMBER 18 Yes This identifies the inventory organization.
CLASS_CODE VARCHAR2 30 Classification of parameters. Possible values are XDO_TEMPLATE, ROUTING_RULES, FREIGHT_TERMS.
PARAM_NAME VARCHAR2 50 Yes Name of the shipping parameter.
PARAM_VALUE VARCHAR2 240 Value of the shipping parameter.
PARAM_DATA_TYPE VARCHAR2 30 Yes Data type of the shipping parameter value.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.

Foreign Keys

Table Foreign Table Foreign Key Column
WSH_SHIPPING_PARAMETER_VALUES wsh_shipping_parameters ORGANIZATION_ID

Indexes

Index Uniqueness Tablespace Columns
WSH_S_PARAMETER_VALUES_U1 Unique FUSION_TS_TX_DATA ORGANIZATION_ID, CLASS_CODE, PARAM_NAME, PARAM_VALUE
WSH_S_PARAMETER_VALUES_U2 Unique Default SHIPPING_PARAMETER_VALUE_ID