Each row of this table contains Language-dependent
information about a FulfillmentCenter.
Column Descriptions:
Name | 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 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | FFMCENTER_ID+LANGUAGE_ID | Primary Key |
I0000570 | STADDRESS_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_314 | STADDRESS_ID | STADDRESS | STADDRESS_ID | Cascade |
F_315 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
F_316 | FFMCENTER_ID | FFMCENTER | FFMCENTER_ID | Cascade |