Definition of table benefit-code
Benefit Code Descriptions , Table Dump Name ben-code

Alphabetical Field Summary

  • benefit-class: (CHAR) Benefit class for the benefit code
  • benefit-code: (CHAR) A brief code describing a district benefit
  • cre-date: (DATE) Date this record was created
  • cre-user-name: (CHAR) Name of user who created this record
  • deduct-name: (CHAR) Deduction related to employee's benefit (if any)
  • description: (CHAR) A brief description of the benefit
  • employee-taxable-formula: (CHAR) Portion of benefits cost employee is taxed on
  • employer-acct-num: (CHAR) Account # employer costs are charged against
  • employer-cost-formula: (CHAR) Employer cost of benefit (can include +, -, *, /, etc)
  • extern-guid: (CHAR) External Global Unique ID for this record
  • needs-recalc: (LOGC) Set if the Benefit cost was changed bu employee not recalc'd
  • primary-key: (INTG) Unique, Primary key for record
  • upd-date: (DATE) Date this record was last updated
  • upd-user-name: (CHAR) Name of user who last updated this record
  • use-covered: (LOGC) Should the # of dependents covered matter for this benefit?

    Alphabetical Index Summary

  • benefit-class: benefit-class
  • benefit-code: (UNIQUE, PRIMARY) benefit-code
  • description: description
  • extern-guid: extern-guid

    Alphabetical Trigger Summary

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

    Other tables who reference benefit-code

  • emp-benefit - Employee Benefits

    Tables benefit-code references

  • benefit-class - Benefits Class definitions
  • emp-benefit - Employee Benefits


    Detailed Alphabetical Field Listing
    benefit-class Data type: CHARACTER
    Format: x(8)
    Help: Benefit class for the benefit code
    Attributes: Index Component

    benefit-code Data type: CHARACTER
    Format: x(8)
    Help: A brief code describing a district benefit
    Attributes: Index Component

    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: Deduction related to employee's benefit (if any)

    description Data type: CHARACTER
    Format: x(28)
    Help: A brief description of the benefit
    Attributes: Index Component

    employee-taxable-formula Data type: CHARACTER
    Format: x(50)
    Help: Portion of benefits cost employee is taxed on

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

    employer-cost-formula Data type: CHARACTER
    Format: x(50)
    Help: Employer cost of benefit (can include +, -, *, /, etc)

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

    needs-recalc Data type: LOGICAL
    Format: CALC/OK (Initial Value: No)
    Description: Set if the Benefit cost was changed bu employee not recalc'd

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

    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

    use-covered Data type: LOGICAL
    Format: Yes/No (Initial Value: no)
    Help: Should the # of dependents covered matter for this benefit?

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