Definition of table mu-stat
Mass Update Status flags file , Table Dump Name mu-stat

Alphabetical Field Summary

  • extern-guid: (CHAR) External Global Unique ID for this record
  • fld-name: (CHAR) Name of the field (in the source file) being updated
  • new-value: (CHAR) New Value field should be changed to.
  • obj-id: (CHAR) Object name of the maintenance responsible for the update
  • old-value: (CHAR) Value the field had originally, before the change.
  • primary-key: (INTG) Unique, Primary key for record
  • prog-name: (CHAR) Name of the mass-update sub-program module.
  • start-date: (DATE) Date the mass-update was started
  • start-time: (CHAR) Time Mass-update was started
  • user-name: (CHAR) Name of user who started the update

    Alphabetical Index Summary

  • extern-guid: extern-guid
  • mu-stat: (PRIMARY) obj-id, fld-name, old-value

    Alphabetical Trigger Summary

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

    Tables mu-stat references

  • user-access - User access restrictions file. If there is no restriction


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

    fld-name Data type: CHARACTER
    Format: x(20)
    Description: Name of the field (in the source file) being updated
    Attributes: Index Component

    new-value Data type: CHARACTER
    Format: x(16)
    Description: New Value field should be changed to.

    obj-id Data type: CHARACTER
    Format: x(16)
    Description: Object name of the maintenance responsible for the update
    Attributes: Index Component

    old-value Data type: CHARACTER
    Format: x(16)
    Description: Value the field had originally, before the change.
    Attributes: Index Component

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

    prog-name Data type: CHARACTER
    Format: x(16)
    Description: Name of the mass-update sub-program module.

    start-date Data type: DATE
    Format: 99/99/9999
    Description: Date the mass-update was started

    start-time Data type: CHARACTER
    Format: x(8)
    Description: Time Mass-update was started

    user-name Data type: CHARACTER
    Format: x(16)
    Description: Name of user who started the update
    Attributes: Mandatory

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