Each row of this table indicates that monetary
amounts calculated using a particular CalculationCode are exempt
from taxation of a particular TaxCategory.
Column Descriptions:
Name | Type | Description |
CALCODE_ID | INTEGER NOT NULL | The CalculationCode whose calculated monetary
amounts are tax exempt. |
TAXCGRY_ID | INTEGER NOT NULL | The TaxCategory from which calculated amounts are
tax exempt. |
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> | CALCODE_ID+TAXCGRY_ID | Primary Key |
I0000500 | TAXCGRY_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_161 | CALCODE_ID | CALCODE | CALCODE_ID | Cascade |
F_162 | TAXCGRY_ID | TAXCGRY | TAXCGRY_ID | Cascade |