JURST

Each row of this table defines an instance of a particular subclass of jurisdiction. A jurisdiction contains information that can be matched with an address.

Column Descriptions:

NameTypeDescription
JURST_IDINTEGER NOT NULLGenerated unique key.
COUNTRYVARCHAR (128)The country or region. Its definition should always match the one in the ADDRESS table.
STOREENT_IDINTEGER NOT NULLThe StoreEntity associated with this jurisdiction definition.
CODECHAR (30) NOT NULLA code which, together with its StoreEntity and SubClass, uniquely identifies this jurisdiction.
DESCRIPTIONVARCHAR (254)A brief description of the jurisdiction, suitable for display by a user interface that manages jurisdiction definitions.
SUBCLASSINTEGER NOT NULLIndicates the jurisdiction subclass as follows: 1 = ShippingJurisdiction. 2 = TaxJurisdiction.
CITYVARCHAR (128)The city or an equivalent. Its definition should always match the one in the ADDRESS table.
STATEVARCHAR (128)The state, province, or an equivalent. Its definition should always match the one in the ADDRESS table.
STATEABBRVARCHAR (10)An optional abbreviation code for the state or province (as specified in the STATE column). It supports the use of normal form or short form in the ADDRESS table.
COUNTRYABBRVARCHAR (10)An optional abbreviation code for the country or region (as specified in the COUNTRY column). It supports the use of normal form or short form in the ADDRESS table.
DISTRICTVARCHAR (30)The district or an equivalent.
COUNTYVARCHAR (30)The county or an equivalent.
ZIPCODESTARTVARCHAR (40)The starting ZIP or postal code of a range of codes. Its definition should always match the one in the ADDRESS table.
ZIPCODEENDVARCHAR (40)The ending ZIP or postal code of a range of codes. Its definition should always match the one in the ADDRESS table.
GEOCODEVARCHAR (254)A tax code based on geographical region. This column is used to support Taxware integration. Its definition should always match the one in the ADDRESS table.
MARKFORDELETEINTEGER NOT NULL DEFAULT 0Reserved for IBM internal use.
OPTCOUNTERSMALLINTThe optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>JURST_IDPrimary Key
I0000142CODE+STOREENT_ID+SUBCLASSUnique Index
I0000600STOREENT_IDNon-Unique Index

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_409STOREENT_IDSTOREENTSTOREENT_IDCascade

Referenced By Child Tables:

ConstraintColumnsChild TableChild ColumnsType
F_410JURST_IDJURSTGPRELJURST_IDCascade