Definition of table div-code
Division Code Definitions , Table Dump Name div-code

Alphabetical Field Summary

  • comments[3]: (CHAR) Any comments for this division
  • cre-date: (DATE) Date this record was created
  • cre-user-name: (CHAR) Name of user who created this record
  • description: (CHAR) A brief description of the division's purpose
  • div-code: (INTG) A known division code used by the district
  • extern-guid: (CHAR) External Global Unique ID for this record
  • 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

    Alphabetical Index Summary

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

    Alphabetical Trigger Summary

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

    Other tables who reference div-code

  • emp-demo - Employee Demographic Entry
  • emp-history - Employee Demographic Entry


    Detailed Alphabetical Field Listing
    comments Data type: CHARACTER (Extent: 3)
    Format: x(70)
    Help: Any comments for this division

    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

    description Data type: CHARACTER
    Format: x(28)
    Help: A brief description of the division's purpose
    Attributes: Index Component

    div-code Data type: INTEGER
    Format: 9999 (Initial Value: 0)
    Help: A known division code used by the district
    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

    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