WSH_SHIP_CONFIRM_OPTIONS

WSH_SHIP_CONFIRM_OPTIONS stores the saved ship confirm options that are changed for the deliveries.

Details

  • Schema: FUSION

  • Object owner: WSH

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

WSH_SC_OPTIONS_PK

SHIP_CONFIRM_OPTION_ID

Columns

Name Datatype Length Precision Not-null Comments
SHIP_CONFIRM_OPTION_ID NUMBER 18 Yes Primary key for saved ship confirm options
DELIVERY_ID NUMBER 18 Yes Identifier of the delivery that has these changed options.
SHIP_CONFIRM_RULE_ID NUMBER 18 Identifier of the ship confirm rule applied.
ACTION_FLAG VARCHAR2 1 Action flag for ship confirm: S, B, A, O, L, C, T
STAGE_DEL_FLAG VARCHAR2 1 Create delivery for staged quantity (Y=yes, N=no)
SHIP_METHOD_CODE VARCHAR2 30 This code identifies the shipping method to be set.
AC_BOL_FLAG VARCHAR2 1 Generate Bill of Lading (Y=yes, N=no)
AC_DEFER_INTERFACE_FLAG VARCHAR2 1 Defer interface during the ship confirm action (Y=yes, N=no).
REPORT_SET_ID NUMBER 18 This identifies the report set to be submitted.
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_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.
AC_CLOSE_DELIVERY_FLAG VARCHAR2 1 Close shipment during the ship confirm action (Y=yes, N=no).
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.
PACKING_SLIP_STATUS VARCHAR2 1 Defines Packing Slip Status (F = Final, D = Draft, C = Canceled)
JOB_SET_NAME VARCHAR2 4000 Enterprise Service Scheduler: indicates the name of jobset to generate reports during the ship confirm action.
JOB_SET_PACKAGE_NAME VARCHAR2 800 Enterprise Service Scheduler: indicates the package name of jobset to generate reports during the ship confirm action.

Foreign Keys

Table Foreign Table Foreign Key Column
WSH_SHIP_CONFIRM_OPTIONS wsh_new_deliveries DELIVERY_ID
WSH_SHIP_CONFIRM_OPTIONS wsh_ship_confirm_rules SHIP_CONFIRM_RULE_ID

Indexes

Index Uniqueness Tablespace Columns
WSH_SC_OPTIONS_U1 Unique Default SHIP_CONFIRM_OPTION_ID
WSH_SC_OPTIONS_U2 Unique Default DELIVERY_ID