Each row in this table represents an instance of a particular subclass of JurisdictionGroup. A JurisdictionGroup of a particular subclass is a grouping of Jurisdiction definitions of that subclass.
Column Descriptions
Column Name
| Column Type
| Description
|
JURSTGROUP_ID
| INTEGER NOT NULL
| Generated unique key.
|
DESCRIPTION
| VARCHAR(254)
| A brief description of the JurisdictionGroup, suitable for display in a user interface that manages JurisdictionGroups.
|
SUBCLASS
| INTEGER NOT NULL
| Indicates the JurisdictionGroup subclass as follows:
1 = ShippingJurisdictionGroup.
2 = TaxJurisdictionGroup.
|
STOREENT_ID
| INTEGER NOT NULL
| The StoreEntity associated with this JurisdictionGroup.
|
CODE
| CHAR(30) NOT NULL
| A code which, together with its StoreEntity and SubClass, uniquely identifies this JurisdictionGroup.
|
MARKFORDELETE
| INTEGER NOT NULL DEFAULT 0
| Reserved for IBM internal use.
|
OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|