Each row of this table indicates that a
jurisdiction of a particular subclass is in a jurisdiction group of
that same subclass.
Column Descriptions:
Name | Type | Description |
JURST_ID | INTEGER NOT NULL | The Jurisdiction. |
JURSTGROUP_ID | INTEGER NOT NULL | The JurisdictionGroup. |
SUBCLASS | INTEGER NOT NULL | The subclass of the jurisdiction and of the
jurisdiction group should match as follows:
1 = ShippingJurisdiction[Group].
2 = TaxJurisdiction[Group]. |
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> | JURST_ID+JURSTGROUP_ID | Primary Key |
I0000601 | JURSTGROUP_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_410 | JURST_ID | JURST | JURST_ID | Cascade |
F_411 | JURSTGROUP_ID | JURSTGROUP | JURSTGROUP_ID | Cascade |