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 Description(s):
Column Name | Column Type | Description |
ORDADJUST_ID |
BIGINT NOT NULL |
The OrderAdjustment. |
TAXCGRY_ID |
INTEGER NOT NULL |
The TaxCategory. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031243160 |
ORDADJUST_ID+TAXCGRY_ID |
Primary Key |
I0000633 |
TAXCGRY_ID |
Non-Unique Index |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_488 |
ORDADJUST_ID |
ORDADJUST |
ORDADJUST_ID |
Cascade |
F_489 |
TAXCGRY_ID |
TAXCGRY |
TAXCGRY_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.