Stores adjustments to components within a specific dynamic kit.
Column Descriptions
Column Name
| Column Type
| Description
|
TERMCOND_ID
| BIGINT NOT NULL
| The terms and conditions ID.
|
KIT_ID
| BIGINT NOT NULL
| The dynamic kit CatalogEntry offered for sale.
|
CATENTRY_ID
| BIGINT NOT NULL
| The component CatalogEntry within the dynamic kit offered for sale.
|
ADJUSTMENT
| DECIMAL (20,5) NOT NULL DEFAULT 0
| Percentage adjustment on the component.
|
ADJTYPE
| INTEGER NOT NULL DEFAULT 0
| Specifies whether the component should be included or excluded:
0 = include
1 = exclude
|
OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|