Definition of table emp-dependent
Employee Dependent Definition file , Table Dump Name emp-depn

Alphabetical Field Summary

  • active-for-benefits: (LOGC) Is this dependent active for ACA reporting purposes
  • cre-date: (DATE) Date this record was created
  • cre-user-name: (CHAR) Name of user who created this record
  • dep-birth: (DATE) Dependents Birth Date
  • dep-comment: (CHAR) Comments about this dependent
  • dep-name: (CHAR) Name of the dependent
  • dep-ssn: (CHAR) THe dependents SSN (if any)
  • emp-seq: (INTG) Employee's Unique Sequence #
  • extern-guid: (CHAR) External Global Unique ID for this record
  • primary-key: (INTG) Unique, Primary key for record
  • relate-code: (CHAR) Relationship of this dependant to the employee
  • upd-date: (DATE) Date this record was last updated
  • upd-user-name: (CHAR) Name of user who last updated this record

    Alphabetical Index Summary

  • emp-dependent: (PRIMARY) emp-seq, relate-code, dep-name
  • extern-guid: extern-guid
  • relate-code: relate-code

    Alphabetical Trigger Summary

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

    Tables emp-dependent references

  • emp-dc - (no description available)
  • emp-demo - Employee Demographic Entry
  • emp-mpsers - (no description available)
  • emp-tdp - Employee DTL3 record
  • relate-code - Describes relationships between other persons and the employ


    Detailed Alphabetical Field Listing
    active-for-benefits Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Description: Is this dependent active for ACA reporting purposes
    Help: Is this dependent active for ACA reporting purposes

    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

    dep-birth Data type: DATE
    Format: 99/99/9999
    Help: Dependents Birth Date

    dep-comment Data type: CHARACTER
    Format: x(40)
    Help: Comments about this dependent

    dep-name Data type: CHARACTER
    Format: x(30)
    Help: Name of the dependent
    Attributes: Index Component

    dep-ssn Data type: CHARACTER
    Format: xxx-xx-xxxx
    Help: THe dependents SSN (if any)

    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

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

    relate-code Data type: CHARACTER
    Format: x(8)
    Help: Relationship of this dependant to the employee
    Attributes: Index Component

    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