SQL Objects Database > dbo Schema : dbo.GO_EmployeePayRecordTimeOffBalances View |
Creation Date | 7/17/2015 10:23 AM |
Is Schema Bound | ![]() |
Encrypted | ![]() |
Ansi Nulls | ![]() |
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
TimeOffCode | This field uniquely identifies the time off type, e.g. VAC, SCK, HOL | varchar | 50 | ![]() | |||
EmployeeID | Stores the unique identifier of a specific employee | char | 15 | ||||
Parent_EmployeeID | char | 15 | |||||
DateObservedUTC | This should be the check date corresponding to the check number | datetime | 4 | ![]() | |||
Balance | Stores the time off balance as of the current check | decimal | 9 (28,12) | ![]() | |||
CheckNumber | Stores the check number | varchar | 21 | ![]() | |||
CurrentlyActive | int | 4 | ![]() |
Database Object | Object Type | Description | Dep Level | |
---|---|---|---|---|
![]() | dbo.GO_EmployeeAddresses | View | This Table is required for Paystub only integration. | 2 |
![]() | dbo.GO_EmployeePayRecords | View | This Table is required for Paystub only integration. | 1 |