KDRV_STATES
This table stores the States available for a Project and Task.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
KNTA_USERS |
USER_ID |
CREATED_BY |
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
STATE_ID |
NOT NULL |
NUMBER |
System-generated identifier |
CREATION_DATE |
NOT NULL |
DATE |
Date record was created |
CREATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who created the record |
LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date record was last updated |
LAST_UPDATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who last updated the record |
ENTITY_LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date a record in the entity was last updated |
ENTITY_ID |
NOT NULL |
NUMBER |
Project or task entity ID, used for differentiating states of project from tasks. |
STATE_NAME |
NOT NULL |
VARCHAR2(100) |
Name of the state |
ENABLED_FLAG |
NOT NULL |
VARCHAR2(1) |
Y or N flag denotes whether the state is enabled |
SEND_NOTIFICATIONS_FLAG |
NULLABLE |
VARCHAR2(1) |
Y or N flag, denotes whether notifications are to be sent in this state |
DEFINITION_LANGUAGE |
NOT NULL |
VARCHAR2(40) |
Language definition for MLU |
REFERENCE_CODE |
NOT NULL |
VARCHAR2(200) |
An internal code used to uniquely identify the record |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
KDRV_STATES_U1 |
UNIQUE |
1 |
STATE_ID |
KDRV_STATES_U2 |
UNIQUE |
1 |
ENTITY_ID |
KDRV_STATES_U2 |
UNIQUE |
2 |
STATE_NAME |
SYS_C005197627 |
UNIQUE |
1 |
REFERENCE_CODE |
Sequences
This table uses no sequences.