Definition of table retire-code
Retirement code definitions , Table Dump Name ret-code

Alphabetical Field Summary

  • extern-guid: (CHAR) External Global Unique ID for this record
  • primary-key: (INTG) Unique, Primary key for record
  • retire-code: (CHAR) Retirement code name
  • retire-code-id: (INTG) Retirement Code Identifier
  • retire-desc: (CHAR) Description, if any, of this retirement code

    Alphabetical Index Summary

  • extern-guid: extern-guid
  • retire-code: retire-code
  • retire-id: (UNIQUE, PRIMARY) retire-code-id

    Alphabetical Trigger Summary

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

    Other tables who reference retire-code

  • emp-quarter - Employee Quarterly Retirement reporting records
  • emp-retire - Employee Retirment Records


    Detailed Alphabetical Field Listing
    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

    retire-code Data type: CHARACTER
    Format: x(8)
    Help: Retirement code name
    Attributes: Index Component

    retire-code-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Help: Retirement Code Identifier
    Attributes: Index Component

    retire-desc Data type: CHARACTER
    Format: x(32)
    Help: Description, if any, of this retirement code

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