GreenshadesOnline Integration Help
dbo.GO_EmployeePayRecords View
Description
This Table is required for Paystub only integration.
Properties
Creation Date7/17/2015 10:23 AM
Is Schema Bound
Encrypted
Ansi Nulls
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
 BatchCodeBatch code differentiates payroll batcheschar13   
 SequenceNumberShows the order checks were processed within a batchint4   
 EmployeeIDStores the unique identifier of a specific employeechar15   
 EmployeeNativeID char15   
 EmployeeSSNStores employee SSNchar15   
 EmployeeNameStores employee namechar41   
 EmployeeDepartment varchar50  
 CheckNumberStores the check numberchar21   
 CheckDateStores the check date in datetime formatdatetime4   
 GrossWagesStores the gross wages on the checknumeric9 (19,5)   
 DeclaredTipsStores the declared tips on the check, if applicablenumeric9 (20,5)  
 NetWagesStores the net wages on the checknumeric9 (19,5)   
 VacationHoursAccruedStores the vacation hours accrued on the checknumeric9 (19,5)   
 SickHoursAccruedStores the sick hours accrued on the checkdecimal9 (20,8)  
 RecordTypeStores the pay record type. Options are “DirectDeposit” and “Check”varchar13   
 IsVoided1 if the check is voided; 0 otherwisebit1  
 EmployeeAddress1Stores the employee's addresschar61   
 EmployeeAddress2Stores the second line of the employee's addresschar61   
 EmployeeCityStores the  employee's citychar35   
 EmployeeStateStores the  employee's statevarchar2   
 EmployeePostalStores the  employee's ZIP codechar11   
 EmployeeCountryStores the  employee's countrychar61   
 FederalExemptionsNumber of federal exemptionsint4  
 FederalAdditionalWithholdingAmount of additional federal withholdingnumeric9 (19,5)  
 FederalFilingStatusFederal filing status. (SINGLE - single, MAR- married, HOH - Head of Household)char7   
 VacationTimeAmountAccrued decimal9 (19,5)  
 VacationTimeAvailable decimal9 (19,5)  
 SickTimeAmountAccrued decimal9 (19,5)  
 SickTimeAvailable decimal9 (19,5)  
 EmpUserDefined1 char21   
 EmpUserDefined2 char21   
 PayRecordRowID int4   
 Parent_EmployeeID char15   
Objects that depend on dbo.GO_EmployeePayRecords
 Database ObjectObject TypeDescriptionDep Level
dbo.GO_EmployeePayRecordTaxes viewdbo.GO_EmployeePayRecordTaxesViewThis Table is required for Paystub only integration.1
dbo.GO_EmployeePayRecordTimeOffBalances viewdbo.GO_EmployeePayRecordTimeOffBalancesViewThis Table is required for Paystub only integration.1
Objects that dbo.GO_EmployeePayRecords depends on
 Database ObjectObject TypeDescriptionDep Level
dbo.GO_EmployeeAddresses viewdbo.GO_EmployeeAddressesViewThis Table is required for Paystub only integration.1
See Also

Related Objects

dbo Schema
SQL Objects Database

 

 


© 2015 All Rights Reserved.

Send comments on this topic.