HWM_TM_COST_OVERRIDES

Cost overrides entered against the reported times for a person and a date

Details

  • Schema: FUSION

  • Object owner: HWM

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

hwm_tm_cost_overrides_PK

TM_COST_OVERRIDE_ID, TM_COST_OVERRIDE_VERSION

Columns

Name Datatype Length Precision Not-null Comments
TM_COST_OVERRIDE_ID NUMBER 18 Yes Primary Key column containing a random generated number. This column is not updateable.
TM_COST_OVERRIDE_VERSION NUMBER 9 Yes Part of Primary Key column with incremental value starting from 1 for every unique TM_COST_OVERRIDE_ID. It will be used as version controller of changes made.
RESOURCE_ID NUMBER 18 Yes Contains Person/Resource ID
COST_DATE DATE Yes Respective Date for which Cost Override details is being applied
START_TIME TIMESTAMP Either can hold Start time or Empty to represent Start of the day
STOP_TIME TIMESTAMP Either can hold End time or Empty to represent End of the day
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.
LATEST_VERSION VARCHAR2 1 Yes Y/N. Indicates if this is the most recent version of the cost override entry.
DELETE_FLAG VARCHAR2 1 Yes Y/N. Indicates if the Cost override entry has been deleted or not.
DATE_FROM TIMESTAMP Yes validity start time of the row
DATE_TO TIMESTAMP Yes validity end time of the row
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.

Indexes

Index Uniqueness Tablespace Columns
hwm_tm_cost_overrides_N1 Non Unique Default LATEST_VERSION, COST_DATE, RESOURCE_ID
hwm_tm_cost_overrides_U1 Unique Default TM_COST_OVERRIDE_ID, TM_COST_OVERRIDE_VERSION