Definition of table emp-state-item
Describes an employee state record entry , Table Dump Name emp-sitm

Alphabetical Field Summary

  • change-date: (DATE) Effective date of this change
  • change-seq: (INTG) Change Sequence #
  • cre-date: (DATE) Date record was created
  • cre-time: (CHAR) Time record was created
  • cre-user-name: (CHAR) Name of user who created the record
  • emp-seq: (INTG) Internally assigned Employee Sequence #
  • emp-state-seq: (INTG) Internally assigned sequence number
  • extern-guid: (CHAR) External Global Unique ID for this record
  • item-char: (CHAR) Data for this item, if item is a character
  • item-date: (DATE) Date for this item, if item is a date
  • item-decimal: (DECM) Data for this item, if item is a decimal
  • item-integer: (INTG) Data for this item, if item is an integer
  • item-logical: (LOGC) Data for this item, if this item is a logical
  • item-table-code-id: (INTG) Table Code that this item is associated with, if any
  • item-table-name-id: (INTG) Table name that this item is associated with, if any
  • primary-key: (INTG) Unique, Primary key for record
  • state-item-id: (INTG) State item that this field is associated with
  • state-version-id: (INTG) Internally Assigned State Version ID
  • upd-date: (DATE) Date record was last updated
  • upd-time: (CHAR) Record last updated at
  • upd-user-name: (CHAR) Name of user record was updated by

    Alphabetical Index Summary

  • by-date: (UNIQUE) emp-seq, state-item-id, change-date, change-seq, emp-state-seq
  • change-date: emp-seq, state-version-id, state-item-id, change-date, change-seq, emp-state-seq
  • emp-item: emp-seq, state-item-id
  • emp-state-item: (UNIQUE, PRIMARY) emp-seq, state-version-id, state-item-id, emp-state-seq, change-seq
  • extern-guid: extern-guid
  • state-item-id: state-item-id

    Alphabetical Trigger Summary

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

    Tables emp-state-item references

  • emp-dc - (no description available)
  • emp-demo - Employee Demographic Entry
  • emp-mpsers - (no description available)
  • emp-tdp - Employee DTL3 record


    Detailed Alphabetical Field Listing
    change-date Data type: DATE
    Format: 99/99/9999
    Help: Effective date of this change
    Attributes: Index Component

    change-seq Data type: INTEGER
    Format: zzzzzzzzzzz9
    Help: Change Sequence #
    Attributes: Index Component

    cre-date Data type: DATE
    Format: 99/99/9999 (Initial Value: TODAY)
    Description: Date record was created

    cre-time Data type: CHARACTER
    Format: x(8)
    Description: Time record was created

    cre-user-name Data type: CHARACTER
    Format: x(16)
    Description: Name of user who created the record

    emp-seq Data type: INTEGER
    Format: zzzzzzzzzzz9
    Description: Internally assigned Employee Sequence #
    Attributes: Index Component

    emp-state-seq Data type: INTEGER
    Format: zzzzzzzzz9
    Help: Internally assigned sequence number
    Attributes: Index Component

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

    item-char Data type: CHARACTER
    Format: x(28)
    Help: Data for this item, if item is a character

    item-date Data type: DATE
    Format: 99/99/9999
    Help: Date for this item, if item is a date

    item-decimal Data type: DECIMAL (Decimals: 2)
    Format: ->>,>>9.99 (Initial Value: 0)
    Help: Data for this item, if item is a decimal

    item-integer Data type: INTEGER
    Format: ->,>>>,>>9 (Initial Value: 0)
    Help: Data for this item, if item is an integer

    item-logical Data type: LOGICAL
    Format: Yes/No (Initial Value: no)
    Help: Data for this item, if this item is a logical

    item-table-code-id Data type: INTEGER
    Format: zzzzzzzzz9
    Help: Table Code that this item is associated with, if any

    item-table-name-id Data type: INTEGER
    Format: zzzzzzzzz9 (Initial Value: 0)
    Help: Table name that this item is associated with, if any

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

    state-item-id Data type: INTEGER
    Format: zzzzzzzzz9
    Help: State item that this field is associated with
    Attributes: Index Component

    state-version-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Description: Internally Assigned State Version ID
    Attributes: Index Component

    upd-date Data type: DATE
    Format: 99/99/9999 (Initial Value: TODAY)
    Description: Date record was last updated

    upd-time Data type: CHARACTER
    Format: x(8)
    Description: Record last updated at

    upd-user-name Data type: CHARACTER
    Format: x(16)
    Description: Name of user record was updated by

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