Each row of this table contains Language-dependent information about a FulfillmentCenter.
Column Description(s):
Column Name | Column Type | Description |
FFMCENTER_ID |
INTEGER NOT NULL |
The FulfillmentCenter. |
LANGUAGE_ID |
INTEGER NOT NULL |
The language for this information. For a list of language components, see the LANGUAGE table. |
STADDRESS_ID |
INTEGER |
The physical location of the FulfillmentCenter. |
DESCRIPTION |
VARCHAR(4000) |
A description of the FulfillmentCenter, suitable for display to a customer. |
DISPLAYNAME |
VARCHAR(254) |
The name of the FulfillmentCenter, suitable for display to a customer. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031226710 |
FFMCENTER_ID+LANGUAGE_ID |
Primary Key |
I0000570 |
STADDRESS_ID |
Non-Unique Index |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_316 |
FFMCENTER_ID |
FFMCENTER |
FFMCENTER_ID |
Cascade |
F_315 |
LANGUAGE_ID |
LANGUAGE |
LANGUAGE_ID |
Cascade |
F_314 |
STADDRESS_ID |
STADDRESS |
STADDRESS_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.