KTMG_PERIOD_TYPES
This table stores the types time periods used in Time Management.
Foreign Keys
|
Primary Key Table |
Primary Key Column |
Foreign Key Column |
|---|---|---|
|
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
|
KNTA_USERS |
USER_ID |
CREATED_BY |
Column Descriptions
|
Column Name |
Null? |
Data Type |
Description |
|---|---|---|---|
|
PERIOD_TYPE_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 |
|
PERIOD_TYPE_NAME |
NOT NULL |
VARCHAR2(80) |
Name of the period type |
|
DESCRIPTION |
NOT NULL |
VARCHAR2(240) |
Description of the period type |
|
START_DAY_CODE |
NULLABLE |
VARCHAR2(30) |
Day in the week where this period type starts, if relevant |
|
ENABLED_FLAG |
NOT NULL |
VARCHAR2(1) |
flag = Y if this period type is enabled, N if not |
|
DURATION_CODE |
NULLABLE |
VARCHAR2(30) |
Code to reflect the duration of the period type |
|
DEFINITION_LANGUAGE |
NOT NULL |
VARCHAR2(40) |
Language definition for MLU |
Indexes
|
Index Name |
Index Type |
Sequence |
Column Name |
|---|---|---|---|
|
KTMG_PERIOD_TYPES_N1 |
NONUNIQUE |
1 |
ENABLED_FLAG |
|
KTMG_PERIOD_TYPES_U1 |
UNIQUE |
1 |
PERIOD_TYPE_ID |
|
KTMG_PERIOD_TYPES_U2 |
UNIQUE |
1 |
PERIOD_TYPE_NAME |
Sequences
|
Sequence Name |
Sequence Type |
|---|---|
|
KTMG_PERIOD_TYPES_S |
PERIOD_TYPE_ID |

