KREL_DIST_RUN_GROUPS
This table stores Run Groups information created from the Release Screen.
Foreign Keys
|
Primary Key Table |
Primary Key Column |
Foreign Key Column |
|---|---|---|
|
KNTA_USERS |
USER_ID |
CREATED_BY |
|
KREL_DISTRIBUTIONS |
DISTRIBUTION_ID |
DISTRIBUTION_ID |
|
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
Column Descriptions
|
Column Name |
Null? |
Data Type |
Description |
|---|---|---|---|
|
DIST_RUN_GROUP_ID |
NOT NULL |
NUMBER |
System-generated identifier |
|
CREATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who created the record |
|
CREATION_DATE |
NOT NULL |
DATE |
Date record was created |
|
LAST_UPDATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who last updated the record |
|
LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date record was last updated |
|
DISTRIBUTION_ID |
NOT NULL |
NUMBER |
Distribution ID associated with this run group row |
|
RUN_GROUP |
NOT NULL |
NUMBER |
Number of this run group |
|
NUMBER_OF_PACKAGES |
NOT NULL |
NUMBER |
Number of packages contained in this Run Group |
|
NUMBER_OF_PACKAGE_LINES |
NOT NULL |
NUMBER |
Number of package lines contained in this Run Group |
Indexes
|
Index Name |
Index Type |
Sequence |
Column Name |
|---|---|---|---|
|
KREL_DIST_RUN_GROUPS_U1 |
UNIQUE |
1 |
DIST_RUN_GROUP_ID |
|
KREL_DIST_RUN_GROUPS_U2 |
NONUNIQUE |
1 |
DISTRIBUTION_ID |
|
KREL_DIST_RUN_GROUPS_U2 |
NONUNIQUE |
2 |
RUN_GROUP |
Sequences
|
Sequence Name |
Sequence Type |
|---|---|
|
KREL_DIST_RUN_GROUPS_S |
DIST_RUN_GROUP_ID |

