TXCDSCHEME

Each row in this table represents a TaxCodeScheme. A TaxCodeScheme is a set of TaxCodeClassifications of CalculationCodes of particular TaxTypes.

Column Descriptions:

NameTypeDescription
TXCDSCHEME_IDINTEGER NOT NULLGenerated unique key.
DESCRIPTIONVARCHAR (254)A brief description of the TaxCodeScheme, suitable for display by a user interface that manages TaxCodeSchemes.
VENDORVARCHAR (32)A string that, along with SOFTWARE, uniquely identifies this TaxCodeScheme.
SOFTWAREVARCHAR (32)A string that, along with VENDOR, uniquely identifies the TaxCodeScheme.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The 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>TXCDSCHEME_IDPrimary Key
I0000259VENDOR+SOFTWAREUnique Index

Referenced By Child Tables:

ConstraintColumnsChild TableChild ColumnsType
F_824TXCDSCHEME_IDTAXTYPETXCDSCHEME_IDCascade
F_886TXCDSCHEME_IDTXCDCLASSTXCDSCHEME_IDCascade