Definition of table accr-group
Accrual Group Code , Table Dump Name acr-grp

Alphabetical Field Summary

  • accr-group-code: (CHAR) A brief accrual block grouping code (LEAVE, SICK, etc)
  • 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 accrual block group code
  • 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

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

    Alphabetical Trigger Summary

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

    Other tables who reference accr-group

  • accr-code - Accrual Block Code Definitions
  • emp-accr - Employee Accrual Blocks
  • pay-profile - Payroll System Profile


    Detailed Alphabetical Field Listing
    accr-group-code Data type: CHARACTER
    Format: x(8)
    Help: A brief accrual block grouping code (LEAVE, SICK, etc)
    Attributes: Index Component

    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 accrual block group code
    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