Definition of table emp-degree
Employee Degrees , Table Dump Name emp-degr

Alphabetical Field Summary

  • cre-date: (DATE) Date this record was created
  • cre-user-name: (CHAR) Name of user who created this record
  • degree-comment: (CHAR) Comments related to this degree
  • degree-num: (INTG) Degree Number (for listing purposes only)
  • degree-type: (CHAR) Type of degree employee has earned
  • emp-seq: (INTG) Employee's Unique Sequence #
  • extern-guid: (CHAR) External Global Unique ID for this record
  • grad-year: (INTG) Year employee graduated/Degree issued
  • primary-degree: (LOGC) Is this the employee's primary degree?
  • primary-key: (INTG) Unique, Primary key for record
  • univ-code: (CHAR) University employees degree was issued from
  • upd-date: (DATE) Date this record was last updated
  • upd-user-name: (CHAR) Name of user who last updated this record

    Alphabetical Index Summary

  • degree-type: degree-type
  • emp-degree: (UNIQUE) emp-seq, degree-num, degree-type
  • extern-guid: extern-guid
  • univ-code: (PRIMARY) univ-code

    Alphabetical Trigger Summary

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

    Tables emp-degree references

  • degree-type - Degree Type Definitions
  • emp-dc - (no description available)
  • emp-demo - Employee Demographic Entry
  • emp-mpsers - (no description available)
  • emp-tdp - Employee DTL3 record
  • univ-code - University Codes


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

    degree-comment Data type: CHARACTER
    Format: x(40)
    Help: Comments related to this degree

    degree-num Data type: INTEGER
    Format: zz9 (Initial Value: 0)
    Help: Degree Number (for listing purposes only)
    Attributes: Index Component

    degree-type Data type: CHARACTER
    Format: x(8)
    Help: Type of degree employee has earned
    Attributes: Index Component

    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

    grad-year Data type: INTEGER
    Format: 9999 (Initial Value: 0)
    Help: Year employee graduated/Degree issued

    primary-degree Data type: LOGICAL
    Format: Yes/No (Initial Value: no)
    Help: Is this the employee's primary degree?

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

    univ-code Data type: CHARACTER
    Format: x(8)
    Help: University employees degree was issued from
    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