Each row of this table indicates that a
ShippingArrangement applies to all OrderItems whose shipping
addresses match a ShippingJurisdictionGroup. Refer to
SHPARRANGE.FLAGS.
Column Descriptions:
Name | Type | Description |
SHPARRANGE_ID | INTEGER NOT NULL | The ShippingArrangement. |
JURSTGROUP_ID | INTEGER NOT NULL | The ShippingJurisdictionGroup. |
OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | 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> | SHPARRANGE_ID+JURSTGROUP_ID | Primary Key |
I0000764 | JURSTGROUP_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_746 | JURSTGROUP_ID | JURSTGROUP | JURSTGROUP_ID | Cascade |
F_747 | SHPARRANGE_ID | SHPARRANGE | SHPARRANGE_ID | Cascade |