WSH_SHIP_CONFIRM_RULES

WSH_SHIP_CONFIRM_RULES has records of ship confirm options for Automated Ship Confirm batches.

Details

  • Schema: FUSION

  • Object owner: WSH

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

WSH_SHIP_CONFIRM_RULES_PK

SHIP_CONFIRM_RULE_ID

Columns

Name Datatype Length Precision Not-null Comments
SHIP_CONFIRM_RULE_ID NUMBER 18 Yes Primary key of the ship confirm rule.
SHIP_CONFIRM_RULE_NAME VARCHAR2 30 Yes This is the ship confirm rule name.
AC_CLOSE_DELIVERY_FLAG VARCHAR2 1 Flag to close shipments during the ship confirm action.
DESCRIPTION VARCHAR2 240 Description of ship confirm rule
EFFECTIVE_START_DATE DATE Yes Date Effective Entity: indicates the date at the beginning of the date range within which the row is effective.
EFFECTIVE_END_DATE DATE Date Effective Entity: indicates the date at the end of the date range within which the row is effective.
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 set during the ship confirm action.
AC_BOL_FLAG VARCHAR2 1 Flag to generate bill of lading.
AC_DEFER_INTERFACE_FLAG VARCHAR2 1 Flag to defer interface during the ship confirm action.
REPORT_SET_ID NUMBER 18 This identifies the report set to submit during the ship confirm action.
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.
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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
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_shipping_parameters wsh_ship_confirm_rules SHIP_CONFIRM_RULE_ID
wsh_ship_confirm_options wsh_ship_confirm_rules SHIP_CONFIRM_RULE_ID

Indexes

Index Uniqueness Tablespace Columns
WSH_SHIP_CONFIRM_RULES_U1 Unique Default SHIP_CONFIRM_RULE_NAME
WSH_SHIP_CONFIRM_RULES_U2 Unique Default SHIP_CONFIRM_RULE_ID