KREL_RELEASES
This table stores Releases created in the Release Workbench.
Foreign Keys
|
Primary Key Table |
Primary Key Column |
Foreign Key Column |
|---|---|---|
|
KNTA_USERS |
USER_ID |
CREATED_BY |
|
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
|
KNTA_PARAMETER_SET_CONTEXTS |
PARAMETER_SET_CONTEXT_ID |
PARAMETER_SET_CONTEXT_ID |
Column Descriptions
|
Column Name |
Null? |
Data Type |
Description |
|---|---|---|---|
|
RELEASE_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 |
|
ENTITY_LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date a record in the entity was last updated |
|
RELEASE_TYPE_ID |
NOT NULL |
NUMBER |
Future use. |
|
PARAMETER_SET_CONTEXT_ID |
NULLABLE |
NUMBER |
Parameter set context ID. Refers to KNTA_PARAMETER_SET_CONTEXTS. |
|
PARAMETER1-30 |
NOT NULL |
VARCHAR2(200) |
Used for Release name. |
|
VISIBLE_PARAMETER1-30 |
NULLABLE |
VARCHAR2(200) |
Used for Release name. |
Indexes
|
Index Name |
Index Type |
Sequence |
Column Name |
|---|---|---|---|
|
KREL_RELEASES_U1 |
UNIQUE |
1 |
RELEASE_ID |
|
KREL_RELEASES_U2 |
UNIQUE |
1 |
PARAMETER1 |
Sequences
|
Sequence Name |
Sequence Type |
|---|---|
|
KREL_RELEASES_S |
RELEASE_ID |

