PR
PRRegularTypeForOvertime
Stores the regular earning types that are associated with current overtime type. The information will be displayed in the Regular Time tab on the Earning Type Codes (PR102000) form.
| Field Name | Type | Display Name | Foreign Key | |
|---|---|---|---|---|
CreatedByID | uniqueidentifier | Created By | Users | |
Description:No description available | ||||
CreatedByScreenID | char(8) | - | ||
Description:No description available | ||||
CreatedDateTime | datetime | - | ||
Description:No description available | ||||
LastModifiedByID | uniqueidentifier | Last Modified By | Users | |
Description:No description available | ||||
LastModifiedByScreenID | char(8) | - | ||
Description:No description available | ||||
LastModifiedDateTime | datetime | - | ||
Description:No description available | ||||
OvertimeTypeCD | nvarchar(15) | EPEarningType | ||
Description:The user-friendly unique identifier of the overtime earning type. The field is included in FK.OvertimeEarningType. The value of this field corresponds to the value of the EPEarningType.TypeCD field. | ||||
RegularTypeCD | nvarchar(15) | Code | EPEarningType | |
Description:The user-friendly unique identifier of the earning type to be used for calculation of the overtime amount. The field is included in FK.RegularEarningType. The value of this field corresponds to the value of the EPEarningType.TypeCD field. | ||||
TStamp | timestamp | - | ||
Description:No description available | ||||