Contains the components within a predefined configuration.
Column Descriptions
    | Column Name | Column Type | Description | 
    | DKPDCCOMPLIST_ID | BIGINT NOT NULL | No DKPDCCOMPLIST_ID external description assigned yet | 
    | DKPREDEFCONF_ID | BIGINT NOT NULL | The ID of the predefined configuration. | 
    | CATENTRY_ID | BIGINT NOT NULL | The catalog entry of the component within the predefined configuration. | 
    | GROUPNAME | VARCHAR(254) | Header name used to group like components for display. | 
    | SEQUENCE | DOUBLE NOT NULL DEFAULT 0 | The sequence number used to determine the order in which to display the component. | 
    | QUANTITY | DOUBLE NOT NULL | The amount of this component that is in the predefined configuration. | 
    | QTYUNIT_ID | CHAR(16) | The unit of measure corresponding to the quantity of the component in the predefined configuration. | 
    | OPTCOUNTER | SMALLINT | Reserved for IBM internal use. | 
    | DKPDCREL_ID | BIGINT | No DKPDCREL_ID external description assigned yet |