Each row of this table indicates that a ShippingArrangement applies to all OrderItems whose shipping addresses match a ShippingJurisdictionGroup. Refer to SHPARRANGE.FLAGS.
Column Description(s):
Column Name | Column Type | Description |
SHPARRANGE_ID |
INTEGER NOT NULL |
The ShippingArrangement. |
JURSTGROUP_ID |
INTEGER NOT NULL |
The ShippingJurisdictionGroup. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031311490 |
SHPARRANGE_ID+JURSTGROUP_ID |
Primary Key |
I0000764 |
JURSTGROUP_ID |
Non-Unique Index |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_746 |
JURSTGROUP_ID |
JURSTGROUP |
JURSTGROUP_ID |
Cascade |
F_747 |
SHPARRANGE_ID |
SHPARRANGE |
SHPARRANGE_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.