SVC_BI_STG_WORK_CALENDARS
Staging table for reading schedule data from various OSS coverage tables and populating the BI table SVC_BI_WORK_CALENDARS.
Details
-
Schema: FUSION
-
Object owner: SVC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
SVC_BI_STG_WORK_CALENDARS_PK |
STG_WORK_CALENDAR_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| STG_WORK_CALENDAR_ID | NUMBER | 18 | Yes | Auto-generated number and primary key for this table. | |
| SCHEDULE_ID | NUMBER | 18 | Used to stage SVC_BI_WORK_CALENDARS.SCHEDULE_ID. | ||
| EXCEPTION_ID | NUMBER | 18 | Used to stage SVC_BI_WORK_CALENDARS.EXCEPTION_ID. | ||
| TIMEZONE_CODE | VARCHAR2 | 50 | Used to stage SVC_BI_WORK_CALENDARS.TIMEZONE_CODE. | ||
| WORK_CALENDAR_START_DATE | TIMESTAMP | Used to stage SVC_BI_WORK_CALENDARS.WORK_CALENDAR_START_DATE. | |||
| WORK_CALENDAR_END_DATE | TIMESTAMP | Used to stage SVC_BI_WORK_CALENDARS.WORK_CALENDAR_END_DATE. | |||
| LOCAL_START_DATE | TIMESTAMP | Used to stage SVC_BI_WORK_CALENDARS.LOCAL_START_DATE. | |||
| LOCAL_END_DATE | TIMESTAMP | Used to stage SVC_BI_WORK_CALENDARS.LOCAL_END_DATE. | |||
| DURATION_MS | NUMBER | 18 | Used to stage SVC_BI_WORK_CALENDARS.DURATION_MS. | ||
| REPORT_DATE | DATE | Used to stage SVC_BI_WORK_CALENDARS.REPORT_DATE. | |||
| LOCAL_REPORT_DATE | DATE | Used to stage SVC_BI_WORK_CALENDARS.LOCAL_REPORT_DATE. | |||
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| SVC_BI_STG_WORK_CALENDARS_N1 | Non Unique | DEFAULT | SCHEDULE_ID |
| SVC_BI_STG_WORK_CALENDARS_PK | Unique | Default | STG_WORK_CALENDAR_ID |