OKC_COVERAGE_HOLIDAYS_B
This table stores the coverage holiday information.
Details
-
Schema: FUSION
-
Object owner: OKC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
OKC_COVERAGE_HOLIDAYS_B_PK |
COVERAGE_HOLIDAY_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| COVERAGE_HOLIDAY_ID | NUMBER | 18 | Yes | System generated unique identifier. Primary key column of the table. | |
| COVERAGE_TIME_ID | NUMBER | 18 | Yes | Foreign Key with Coverage Times | |
| START_DATE | DATE | Yes | Start date of the holiday | ||
| END_DATE | DATE | Yes | End date of the holiday | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
| COVERAGE_HOLIDAY_GUID | VARCHAR2 | 64 | COVERAGE_HOLIDAY_GUID |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| OKC_COVERAGE_HOLIDAYS_B | okc_coverage_times_b | COVERAGE_TIME_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| OKC_COVERAGE_HOLIDAYS_B_U1 | Unique | Default | COVERAGE_HOLIDAY_ID |