HWM_PER_TZ_OVERRIDES_

This table is designed to store time zone overrides of a person against the primary assignment.

Details

  • Schema: FUSION

  • Object owner: HWM

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

hwm_per_tz_overrides_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, PER_TZ_OVERRIDE_ID

Columns

Name Datatype Length Precision Not-null Comments
PER_TZ_OVERRIDE_ID NUMBER 18 Yes PER_TZ_OVERRIDE_ID
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.
ASSIGNMENT_ID NUMBER 18 ASSIGNMENT_ID
PERSON_ID NUMBER 18 PERSON_ID
LOCAL_START_DATE DATE LOCAL_START_DATE
LOCAL_END_DATE DATE LOCAL_END_DATE
TIMEZONE_ID VARCHAR2 50 TIMEZONE_ID
UTC_START_TIME TIMESTAMP UTC_START_TIME
UTC_END_TIME TIMESTAMP UTC_END_TIME
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 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.
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
HWM_PER_TZ_OVERRIDESN1_ Non Unique Default PER_TZ_OVERRIDE_ID, LAST_UPDATE_DATE
hwm_per_tz_overrides_U1_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, PER_TZ_OVERRIDE_ID
hwm_per_tz_overrides_U2_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, ASSIGNMENT_ID, LOCAL_START_DATE, LOCAL_END_DATE
hwm_per_tz_overrides_U3_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, ASSIGNMENT_ID, UTC_START_TIME, UTC_END_TIME