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 Descriptions:
Name | Type | Description |
CALUSAGE_ID | INTEGER NOT NULL | Unique identifier. |
DESCRIPTION | VARCHAR (254) | A brief description of the Calculation Usage,
suitable for display by an administration user interface that works
with Calculation Usages. |
STRELTYPNAMECFG | VARCHAR (60) | The store relationship type of configuration data
for this calculation usage. |
STRELTYPNAMERT | VARCHAR (60) | The store relationship type of calculation
runtime for this calculation usage. |
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> | CALUSAGE_ID | Primary Key |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_1225 | CALUSAGE_ID | CALADJUST | CALUSAGE_ID | Cascade |
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 |