Contains predefined configurations of dynamic kit
catalog entries.
Column Descriptions:
Name | Type | Description |
DKPREDEFCONF_ID | BIGINT NOT NULL | Predefined Configuration ID |
CONFIGURATION_ID | VARCHAR (256) | ID used by external configurator to represent the
components of this starting point |
COMPLETE | SMALLINT NOT NULL DEFAULT 0 | This is a flag to specify whether the predefined
configuration is complete, or if it requires additional input from
an external configurator. The default value, 0, indicates that the
predefined configuration is not a complete configuration, and
therefore cannot be added to a shopping cart without going through
a configurator. |
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> | DKPREDEFCONF_ID | Primary Key |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_1075 | DKPREDEFCONF_ID | DKPDCREL | DKPREDEFCONF_ID | Cascade |
F_1179 | DKPREDEFCONF_ID | DKPDCOFFERREL | DKPREDEFCONF_ID | Cascade |
F_1181 | DKPREDEFCONF_ID | DKPDCCOMPLIST | DKPREDEFCONF_ID | Cascade |
F_1184 | DKPREDEFCONF_ID | DKPDCCATENTREL | DKPREDEFCONF_ID | Cascade |
F_1186 | DKPREDEFCONF_ID | DKPDCDESC | DKPREDEFCONF_ID | Cascade |