A row in this table represents a CalculationUsage, indicating what
kind of calculation a CalculationCode or CalculationScale is used for. Examples
of CalculationUsages include discounts, shipping charges, sales tax, and
shipping tax.
Column Name |
Column Type |
Column Description |
CALUSAGE_ID |
INTEGER
NOT NULL |
Unique identifier. |
DESCRIPTION |
VARCHAR (254)
NULL |
A brief description of the CalculationUsage, suitable for display by an
administration user interface that works with
CalculationUsages. |
Indexes:
Index Name |
Indexed Column Names |
Index Type |
SQL030416034853840 |
CALUSAGE_ID |
Primary Key |
Constraints:
Constraint Name |
Column Names |
Foreign Table Name |
Foreign Column Names |
Constraint Type |
Not Applicable |
Referenced By:
Constraint Name |
Referenced Column Name |
Foreign Table Name |
Foreign Column Names |
Constraint Type |
F_151 |
CALUSAGE_ID |
CALCODE |
CALUSAGE_ID |
Cascade |
F_163 |
CALUSAGE_ID |
CALMETHOD |
CALUSAGE_ID |
Cascade |
F_176 |
CALUSAGE_ID |
CALSCALE |
CALUSAGE_ID |
Cascade |
F_492 |
CALUSAGE_ID |
ORDADJUST |
CALUSAGE_ID |
Cascade |
F_766 |
CALUSAGE_ID |
STENCALUSG |
CALUSAGE_ID |
Cascade |
F_823 |
CALUSAGE_ID |
TAXTYPE |
TAXTYPE_ID |
Cascade |
