ITG_CALENDAR
This table stores calendar periods.
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 |
---|---|---|---|
CALENDAR_ID |
NOT NULL |
NUMBER |
System-generated identifier |
CALENDAR_TYPE_CODE |
NOT NULL |
NUMBER |
Indicates the calendar type for this period calendar |
VERSION |
NOT NULL |
NUMBER |
System-generated version for the entity. This column must not be updated manually. |
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 |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
SYS_C005201535 |
UNIQUE |
1 |
CALENDAR_ID |
Sequences
Sequence Name |
Sequence Type |
---|---|
ITG_CALENDAR_S |
CALENDAR_ID |