Each row of this table contains information about how a CalculationUsage is used by a StoreEntity. If a column value is NULL for a Store, the Store uses the value specified for its StoreGroup.
Column Descriptions
Column Name
| Column Type
| Description |
STOREENT_ID
| INTEGER NOT NULL
| The StoreEntity.
|
CALUSAGE_ID
| INTEGER NOT NULL
| The CalculationUsage.
|
ACTCC_CALMETHOD_ID
| INTEGER
| The CalculationCodeCombineMethod for the StoreEntity and CalculationUsage.
|
ACTRC_CALMETHOD_ID
| INTEGER
| The CalculationRuleCombineMethod for the StoreEntity and CalculationUsage.
|
CALCODE_ID
| INTEGER
| The default CalculationCode, of the specified CalculationUsage, for the StoreEntity.
|
CALMETHOD_ID_APP
| INTEGER
| The ApplyCalculationUsageMethod for the StoreEntity and CalculationUsage.
|
CALMETHOD_ID_SUM
| INTEGER
| The SummarizeCalculationUsageMethod for the StoreEntity and CalculationUsage.
|
CALMETHOD_ID_FIN
| INTEGER
| The FinalizeCalculationUsageMethod for the StoreEntity and CalculationUsage.
|
USAGEFLAGS
| INTEGER NOT NULL DEFAULT 0
| Bit flags to control how the OrderPrepare command uses this CalculationUsage:
1 = use - use this CalculationUsage.
2 = check - throw an ECApplicationException if this CalculationUsage does not calculate a value for an OrderItem.
|
CALMETHOD_ID_INI
| INTEGER
| The InitializeCalculationUsageMethod for the StoreEntity and CalculationUsage.
|
SEQUENCE
| DOUBLE NOT NULL DEFAULT 0
| The OrderPrepare and OrderPrepare commands use CalculationUsages in ascending order of this Sequence attribute.
|
OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|