Definition of table emp-payroll
The one per employee, once per payroll control file
, Table Dump Name emp-pyrl
Alphabetical Field Summary
emp-seq: (INTG) Employee's Unique Sequence #
extern-guid: (CHAR) External Global Unique ID for this record
pay-id: (INTG) Payroll Identifier
payroll-count: (INTG) The number of calculated payroll records for the given pay #
primary-key: (INTG) Unique, Primary key for record
tax-pay-cnt: (INTG) Number of payrolls thus far in taxing year
Alphabetical Index Summary
emp-payroll: (UNIQUE, PRIMARY) emp-seq, pay-id
extern-guid: extern-guid
payroll-emp: pay-id, emp-seq
Alphabetical Trigger Summary
CREATE: Overridable, Procedure is tr-c-epy.p
DELETE: Overridable, Procedure is tr-d-epy.p
REPLICATION-CREATE: Procedure is rp-c-epy.p
REPLICATION-DELETE: Procedure is rp-d-epy.p
REPLICATION-WRITE: Procedure is rp-u-epy.p
WRITE: Overridable, Procedure is tr-u-epy.p
Other tables who reference emp-payroll
emp-adjust - Employee Adjustments
emp-counter - Employee Counters
emp-deduct - Employee Deductions file
emp-deduct-rate - Employee Deduction/Payrate linkage
emp-distrib - Employee Distributions
emp-pay-master - Employee Payroll Master
emp-rate - Employee Payrate records
emp-rate-hours - Employee Payrate Hourly detail
emp-rate-loc - Employee Payrate Locations records
emp-rate-savings - Employee payrate savings, typically used for Summer Savings
emp-retire - Employee Retirment Records
emp-taxes - Employee Taxes (FICA, Medicare, FIT, SIT & LIT)
emp-unemp - Employee Unemployement counters
fringe-period - Fringe Benefit Period
mpsers-period - (no description available)
pay-check - Payroll Check file, one record per payroll check issued
pay-cycle-schd - Linkage file between cycles and the payroll active for them
pay-deduct - Payroll Master Deductions definition
pay-disburse - Record of per-payroll vendor disburements
pay-distrib - Payroll DIstributions file
pay-log - Payroll Message log file
pay-rate - Master Payrate definitions
pay-schd - Payroll Schedule for a year One entry per
Tables emp-payroll references
emp-dc - (no description available)
emp-demo - Employee Demographic Entry
emp-mpsers - (no description available)
emp-tdp - Employee DTL3 record
pay-cycle-schd - Linkage file between cycles and the payroll active for them
pay-schd - Payroll Schedule for a year One entry per
Detailed Alphabetical Field Listing
emp-seq Data type: INTEGER
Format: zzzzzzzz9
Description: Employee's Unique Sequence #
Attributes: Index Component
extern-guid Data type: CHARACTER
Format: x(32)
Description: External Global Unique ID for this record
Attributes: Index Component
pay-id Data type: INTEGER
Format: zzzzzzzzzzz9
Description: Payroll Identifier
Attributes: Index Component
payroll-count Data type: INTEGER
Format: zz9 (Initial Value: 0)
Help: The number of calculated payroll records for the given pay #
primary-key Data type: INTEGER
Format: zzzzzzzzz9
Help: Unique, Primary key for record
tax-pay-cnt Data type: INTEGER
Format: zz9 (Initial Value: 0)
Help: Number of payrolls thus far in taxing year
Created on 12/28/2020 by DBHTML V1.2