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 Descriptions:
Name | Type | Description |
ORDADJUST_ID | BIGINT NOT NULL | The OrderAdjustment. |
TAXCGRY_ID | INTEGER NOT NULL | The TaxCategory. |
OPTCOUNTER | SMALLINT | 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> | ORDADJUST_ID+TAXCGRY_ID | Primary Key |
I0000633 | TAXCGRY_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_488 | ORDADJUST_ID | ORDADJUST | ORDADJUST_ID | Cascade |
F_489 | TAXCGRY_ID | TAXCGRY | TAXCGRY_ID | Cascade |