Each row in this table represents a TaxClassification. A TaxClassification is a group of Tax CalculationCodes.
Column Description(s):
Column Name | Column Type | Description |
TXCDCLASS_ID |
INTEGER NOT NULL |
Generated unique key. |
NAME |
VARCHAR(64) |
A name that, along with the StoreEntity, uniquely identifies this TaxClassification. |
TXCDSCHEME_ID |
INTEGER |
The TaxCodeScheme, if any, this TaxClassification is part of. |
DESCRIPTION |
VARCHAR(254) |
A brief description of the TaxClassification, suitable for display in a user interface that manages TaxClassifications. |
STOREENT_ID |
INTEGER NOT NULL |
The StoreEntity this TaxClassification is part of. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
I0000258 |
STOREENT_ID+NAME |
Unique Index |
SQL050212031324340 |
TXCDCLASS_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_885 |
STOREENT_ID |
STOREENT |
STOREENT_ID |
Cascade |
F_886 |
TXCDSCHEME_ID |
TXCDSCHEME |
TXCDSCHEME_ID |
Cascade |
Referenced By:
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_153 |
TXCDCLASS_ID |
CALCODE |
TXCDCLASS_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.