Each row of this table indicates that monetary amounts calculated
using a particular CalculationCode are exempt from taxation of a particular
TaxCategory.
Column Name |
Column Type |
Column 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. |
Indexes:
Index Name |
Indexed Column Names |
Index Type |
SQL030416034851130 |
CALCODE_ID, TAXCGRY_ID |
Primary Key |
Constraints:
Constraint Name |
Column Names |
Foreign Table Name |
Foreign Column Names |
Constraint Type |
F_161 |
CALCODE_ID |
CALCODE |
CALCODE_ID |
Cascade |
F_162 |
TAXCGRY_ID |
TAXCGRY |
TAXCGRY_ID |
Cascade |
Referenced By:
Constraint Name |
Referenced Column Name |
Foreign Table Name |
Foreign Column Names |
Constraint Type |
Not Applicable |
