Each row in this table represents a
TaxClassification. A TaxClassification is a group of Tax
CalculationCodes.
Column Descriptions:
Name | 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 | 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> | TXCDCLASS_ID | Primary Key |
I0000258 | STOREENT_ID+NAME | Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_885 | STOREENT_ID | STOREENT | STOREENT_ID | Cascade |
F_886 | TXCDSCHEME_ID | TXCDSCHEME | TXCDSCHEME_ID | Cascade |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_153 | TXCDCLASS_ID | CALCODE | TXCDCLASS_ID | Cascade |