Each row in this table represents a TaxCodeScheme. A TaxCodeScheme is a set of TaxCodeClassifications of CalculationCodes of particular TaxTypes.
Column Descriptions
Column Name
| Column Type
| Description |
TXCDSCHEME_ID
| INTEGER NOT NULL
| Generated unique key.
|
DESCRIPTION
| VARCHAR(254)
| A brief description of the TaxCodeScheme, suitable for display by a user interface that manages TaxCodeSchemes.
|
VENDOR
| VARCHAR(32)
| A string that, along with SOFTWARE, uniquely identifies this TaxCodeScheme.
|
SOFTWARE
| VARCHAR(32)
| A string that, along with VENDOR, uniquely identifies the TaxCodeScheme.
|
OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|