Definition of table emp-benefit
Employee Benefits , Table Dump Name emp-bene

Alphabetical Field Summary

  • bene-covered: (INTG) Number of dependents covered by this benefit
  • benefit-code: (CHAR) Name of benefit extended to this employee
  • comment[3]: (CHAR) Any comments regarding this benefit
  • cre-date: (DATE) Date this record was created
  • cre-user-name: (CHAR) Name of user who created this record
  • deduct-name: (CHAR) Employee deduction related to this benefit (if any)
  • emp-seq: (INTG) Employee's Unique Sequence #
  • employee-taxable: (DECM) Portion of the benefits cost employee is taxed on
  • employer-acct-num: (CHAR) Account # employer costs are charged against
  • employer-cost: (DECM) Employers Benefit Cost
  • extern-guid: (CHAR) External Global Unique ID for this record
  • primary-key: (INTG) Unique, Primary key for record
  • start-date: (DATE) Initial/starting date of employees use of the benefit
  • upd-date: (DATE) Date this record was last updated
  • upd-user-name: (CHAR) Name of user who last updated this record

    Alphabetical Index Summary

  • benefit-code: benefit-code
  • emp-benefit: (UNIQUE, PRIMARY) emp-seq, benefit-code
  • extern-guid: extern-guid

    Alphabetical Trigger Summary

  • CREATE: Overridable, Procedure is tr-c-ebn.p
  • DELETE: Overridable, Procedure is tr-d-ebn.p
  • REPLICATION-CREATE: Procedure is rp-c-ebn.p
  • REPLICATION-DELETE: Procedure is rp-d-ebn.p
  • REPLICATION-WRITE: Procedure is rp-u-ebn.p
  • WRITE: Overridable, Procedure is tr-u-ebn.p

    Other tables who reference emp-benefit

  • benefit-code - Benefit Code Descriptions

    Tables emp-benefit references

  • benefit-code - Benefit Code Descriptions
  • emp-dc - (no description available)
  • emp-demo - Employee Demographic Entry
  • emp-mpsers - (no description available)
  • emp-tdp - Employee DTL3 record


    Detailed Alphabetical Field Listing
    bene-covered Data type: INTEGER
    Format: zzz (Initial Value: 0)
    Help: Number of dependents covered by this benefit

    benefit-code Data type: CHARACTER
    Format: x(8)
    Help: Name of benefit extended to this employee
    Attributes: Index Component

    comment Data type: CHARACTER (Extent: 3)
    Format: x(60)
    Help: Any comments regarding this benefit

    cre-date Data type: DATE
    Format: 99/99/9999 (Initial Value: TODAY)
    Description: Date this record was created

    cre-user-name Data type: CHARACTER
    Format: x(16)
    Help: Name of user who created this record
    Attributes: Mandatory

    deduct-name Data type: CHARACTER
    Format: x(8)
    Help: Employee deduction related to this benefit (if any)

    emp-seq Data type: INTEGER
    Format: zzzzzzzz9
    Description: Employee's Unique Sequence #
    Attributes: Index Component

    employee-taxable Data type: DECIMAL (Decimals: 2)
    Format: zzz,zz9.99 (Initial Value: 0)
    Help: Portion of the benefits cost employee is taxed on

    employer-acct-num Data type: CHARACTER
    Format: x(30)
    Help: Account # employer costs are charged against

    employer-cost Data type: DECIMAL (Decimals: 2)
    Format: ->>,>>9.99 (Initial Value: 0)
    Help: Employers Benefit Cost

    extern-guid Data type: CHARACTER
    Format: x(32)
    Description: External Global Unique ID for this record
    Attributes: Index Component

    primary-key Data type: INTEGER
    Format: zzzzzzzzz9
    Help: Unique, Primary key for record

    start-date Data type: DATE
    Format: 99/99/9999 (Initial Value: TODAY)
    Help: Initial/starting date of employees use of the benefit

    upd-date Data type: DATE
    Format: 99/99/9999 (Initial Value: TODAY)
    Description: Date this record was last updated

    upd-user-name Data type: CHARACTER
    Format: x(16)
    Description: Name of user who last updated this record

    Created on 12/28/2020 by DBHTML V1.2