FFMCENTER

Each row in this table represents a fulfillment center.

Column Descriptions:

NameTypeDescription
FFMCENTER_IDINTEGER NOT NULLGenerated unique key.
MEMBER_IDBIGINT NOT NULLThe owner of the fulfillment center.
NAMEVARCHAR (254)A string that, along with the owner, uniquely identifies this fulfillment center.
DEFAULTSHIPOFFSETINTEGER NOT NULL DEFAULT 86400An estimate of the number seconds it takes for an item to be shipped from this fulfillment center. This value can be overridden in the STORITMFFC table.
MARKFORDELETEINTEGER NOT NULL DEFAULT 0Indicates whether the fulfillment center should be deleted as follows: 0 = do not delete. 1 = delete if no longer in use. Refer to the Database Cleanup utility.
EXTFFMSTORENUMVARCHAR (128)A reference number that can be used to locate a store or external fulfillment system. Shopping carts or orders can be placed to fulfill items in OrderRelease objects through this fulfillment center. If the default implementation of the ReleaseToSpecifiedFulfillmentCenter controller command finds a valid StoreId (primary key value for the Store table) in this column. Then it will add items from orders released to this fulfillment center to a shopping cart (an order with status P) in the specified store.
INVENTORYOPFLAGSINTEGER NOT NULL DEFAULT 0Contains bit flags indicating how to perform inventory operations. Enter an integer that is the sum of the number of the flags that you want to turn on. Example: Enter "3" to turn on flags 1 and 2. 1 = multiItem - operations accept multiple order items. 2 = noCheck - inventory is never checked (the check operation always appears to succeed). 4 = noAllocation - the allocate operation checks inventory, but does not actually allocate it (the allocate operation appears to succeed if the check succeeds). 8 = noBackorder - inventory is never backordered (the backorder operation always fails).
MAXNUMPICKSMALLINT NOT NULL DEFAULT 25The maximum number of the releases per pick batch
PICKDELAYINMINSMALLINT NOT NULL DEFAULT 5The delay in minutes from the time an order is placed until one of its releases can be included.
OPTCOUNTERSMALLINTThe optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.
DROPSHIPCHAR (1) NOT NULL DEFAULT 'N'Indicates whether the fulfillment center is a drop-ship fulfillment center. Y means that it is. N indicates that it is not.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>FFMCENTER_IDPrimary Key
I0000101MEMBER_ID+NAMEUnique Index

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_317MEMBER_IDMEMBERMEMBER_IDCascade

Referenced By Child Tables:

ConstraintColumnsChild TableChild ColumnsType
F_1092FFMCENTER_IDORDRELEASEFFMCENTER_IDCascade
F_316FFMCENTER_IDFFMCENTDSFFMCENTER_IDCascade
F_3579FFMCENTER_IDSTLFFMRELFFMCENTER_IDCascade
F_396FFMCENTER_IDINVENTORYFFMCENTER_IDCascade
F_404FFMCENTER_IDITEMFFMCTRFFMCENTER_IDCascade
F_500FFMCENTER_IDORDERITEMSALLOCFFMC_IDCascade
F_508FFMCENTER_IDORDERITEMSFFMCENTER_IDCascade
F_586FFMCENTER_IDPICKBATCHFFMCENTER_IDCascade
F_655FFMCENTER_IDRADETAILFFMCENTER_IDCascade
F_663FFMCENTER_IDRECEIPTFFMCENTER_IDCascade
F_699FFMCENTER_IDRMAFFMCENTER_IDCascade
F_750FFMCENTER_IDSHPARRANGEFFMCENTER_IDCascade
F_754FFMCENTER_IDSHPJCRULEFFMCENTER_IDCascade
F_772FFMCENTER_IDSTORERTNFFMCTR_IDCascade
F_776FFMCENTER_IDSTOREFFMCENTER_IDCascade
F_806FFMCENTER_IDSTORITMFFCFFMCENTER_IDCascade
F_821FFMCENTER_IDTAXJCRULEFFMCENTER_IDCascade
F_84FFMCENTER_IDAUCTIONFFMCENTER_IDCascade
F_89FFMCENTER_IDAUCTIONLOGFFMCENTER_IDCascade