WebSphere Commerce database table: ORDADJTXEX

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 NameColumn TypeDescription
ORDADJUST_ID BIGINT NOT NULL The OrderAdjustment.
TAXCGRY_ID INTEGER NOT NULL The TaxCategory.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031243160 ORDADJUST_ID+TAXCGRY_ID Primary Key
I0000633 TAXCGRY_ID Non-Unique Index
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_488 ORDADJUST_ID ORDADJUST ORDADJUST_ID Cascade
F_489 TAXCGRY_ID TAXCGRY TAXCGRY_ID Cascade

Feedback