HTS_SCHEDULES_
Table holding the schedule information of schedule units.
Details
-
Schema: FUSION
-
Object owner: HTS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
HTS_SCHEDULES_PK_ |
LAST_UPDATE_DATE, LAST_UPDATED_BY, SCHEDULE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
SCHEDULE_ID | NUMBER | Yes | PrimaryKey.System generated unique identifier for a schedule | ||
SCHEDULE_UNIT_ID | NUMBER | Schedule UnitId for which schedule is created. | |||
SCHED_GEN_PROFILE_ID | NUMBER | ScheduleGenerationProfileId used for creating the schedule | |||
START_DATE | DATE | Start Date of a Schedule Period. | |||
END_DATE | DATE | End Date of a Schedule Period | |||
OPEN_DATE | DATE | Date from which the manager can access the Schedule for updates. | |||
PUBLISH_DUE_DATE | DATE | Due Date for manager to publish the schedule. | |||
PUBLISHED_DATE | DATE | Date on which schedule is published | |||
STATUS_CODE | VARCHAR2 | 30 | Status of the Schedule. | ||
SELF_SCHEDULE_OPEN_DATE | DATE | Date from which workers can perform self-scheduling. | |||
SELF_SCHEDULE_CLOSE_DATE | DATE | Date until which workers can perform self-scheduling | |||
SELF_SCHEDULE_ROTATION_TYPE | VARCHAR2 | 30 | Rotation type used for self-scheduling. | ||
SCHEDULE_UPDATE_DATE | TIMESTAMP | Latest updated timestamp for the schedule | |||
WORKLOAD_UPDATE_DATE | TIMESTAMP | Latest updated timestamp for the workload | |||
PUBLISHED_BY | NUMBER | Used to indicate the person's id who published the schedule | |||
CREATED_BY | VARCHAR2 | 64 | Who column: indicates the user who created the row. | ||
CREATION_DATE | TIMESTAMP | 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 | 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. | ||
ENTERPRISE_ID | NUMBER | EnterpriseId | |||
COMMENTS | VARCHAR2 | 4000 | Comment that may be provided as information at creation or when updating the shift. | ||
UNPUBLISHED_BY | NUMBER | 18 | Identifier of the person who unpublished the schedule | ||
UNPUBLISH_DATE | TIMESTAMP | Date and Time when the schedule was Unpublished | |||
AUDIT_ACTION_TYPE_ | VARCHAR2 | 10 | Action Type - have values like INSERT, UPDATE and DELETE. | ||
AUDIT_CHANGE_BIT_MAP_ | VARCHAR2 | 1000 | Used to store a bit map of 1s and 0s for each column in the table. | ||
AUDIT_IMPERSONATOR_ | VARCHAR2 | 64 | Original Impersonator User. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
HTS_SCHEDULES_PK_ | Unique | Default | LAST_UPDATE_DATE, LAST_UPDATED_BY, SCHEDULE_ID |