This table represents a TaxType. For example, sales
tax and shipping tax are two types of taxes.
Column Descriptions:
Name | Type | Description |
TAXTYPE_ID | INTEGER NOT NULL | Unique identifier. |
TXCDSCHEME_ID | INTEGER | The TaxScheme, if any, this TaxType is part
of. |
SEQUENCE | DOUBLE NOT NULL DEFAULT 0 | This column is deprecated and is provided for
backward compatibility only. See the SEQUENCE column of the
STENCALUSG table for current information. |
OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | 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> | TAXTYPE_ID | Primary Key |
I0000344 | SEQUENCE+TXCDSCHEME_ID+TAXTYPE_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_823 | TAXTYPE_ID | CALUSAGE | CALUSAGE_ID | Cascade |
F_824 | TXCDSCHEME_ID | TXCDSCHEME | TXCDSCHEME_ID | Cascade |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_817 | TAXTYPE_ID | TAXCGRY | TAXTYPE_ID | Cascade |