Each row of this table indicates that an OrderAdjustment is exempt
from taxation of a particular TaxCategory. For example, an "after tax
rebate" can be represented as a negative OrderAdjustment that is exempt
from taxation of all TaxCategories.
Column Name |
Column Type |
Column Description |
ORDADJUST_ID |
BIGINT
NOT NULL |
The OrderAdjustment. |
TAXCGRY_ID |
INTEGER
NOT NULL |
The TaxCategory. |
Indexes:
Index Name |
Indexed Column Names |
Index Type |
SQL030416035015530 |
ORDADJUST_ID, TAXCGRY_ID |
Primary Key |
Constraints:
Constraint Name |
Column Names |
Foreign Table Name |
Foreign Column Names |
Constraint Type |
F_488 |
ORDADJUST_ID |
ORDADJUST |
ORDADJUST_ID |
Cascade |
F_489 |
TAXCGRY_ID |
TAXCGRY |
TAXCGRY_ID |
Cascade |
Referenced By:
Constraint Name |
Referenced Column Name |
Foreign Table Name |
Foreign Column Names |
Constraint Type |
Not Applicable |
