KDRV_CALENDAR_EXCEPTIONS
This table stores the exceptions for all calendars. Exceptions can exist for any calendar date, and can be working or non-working days.
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_EXCEPTION_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 |
|
EVENT_DATE |
NOT NULL |
DATE |
Date of the event |
|
REASON_CODE |
NULLABLE |
VARCHAR2(30) |
Reason for this event |
|
DESCRIPTION |
NULLABLE |
VARCHAR2(200) |
Description of the event |
|
WORKING_DAY_FLAG |
NOT NULL |
VARCHAR2(1) |
Y or N flag to indicate whether the day is ON or OFF |
|
CALENDAR_ID |
NOT NULL |
NUMBER |
Identifier of the calendar that uses this exception |
Indexes
|
Index Name |
Index Type |
Sequence |
Column Name |
|---|---|---|---|
|
KDRV_CALENDAR_EXCEPTION_U1 |
UNIQUE |
1 |
CALENDAR_EXCEPTION_ID |
|
KDRV_CALENDAR_EXCEPTION_U2 |
NONUNIQUE |
1 |
CALENDAR_ID |
Sequences
|
Sequence Name |
Sequence Type |
|---|---|
|
KDRV_CALENDAR_EXCEPTIONS_S |
CALENDAR_EXCEPTION_ID |

