Definition of table emp-accr
Employee Accrual Blocks , Table Dump Name emp-accr

Alphabetical Field Summary

  • accr-balance: (DECM) Balance of accrual remaining this year
  • accr-code: (CHAR) Name of the accrual to use for this block
  • accr-cur: (DECM) Current Accrual
  • accr-group-code: (CHAR) Accrual Grouping Code
  • accr-remain: (DECM) Remaining/unused accrual from last year
  • accr-used: (DECM) Accrual used this year
  • atnd-unit: (CHAR) Attendance Unit code/type for this accrual records
  • cre-date: (DATE) Date this record was created
  • cre-user-name: (CHAR) Name of user who created this record
  • emp-seq: (INTG) Employee's Unique Sequence #
  • end-date: (DATE) Ending date (Month, Day) for the accrual code
  • extern-guid: (CHAR) External Global Unique ID for this record
  • next-year-accrual: (DECM) Accrual to start next year off with
  • primary-key: (INTG) Unique, Primary key for record
  • start-date: (DATE) Starting date (Month, Day) for the accrual code
  • started-on: (DATE) Date this accrual started
  • stopped-on: (DATE) Date this accrual stopped
  • 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-code: accr-code
  • accr-date: emp-seq, start-date, end-date, accr-code
  • accr-group-code: accr-group-code, accr-code
  • atnd-unit: atnd-unit
  • emp-accr: (UNIQUE, PRIMARY) emp-seq, accr-code, start-date, end-date
  • emp-accr-group: emp-seq, accr-group-code, start-date, end-date
  • extern-guid: extern-guid

    Alphabetical Trigger Summary

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

    Other tables who reference emp-accr

  • accr-code - Accrual Block Code Definitions
  • emp-aca - (no description available)
  • emp-dc - (no description available)
  • emp-deduct - Employee Deductions file
  • emp-fringe - (no description available)
  • emp-mpsers - (no description available)
  • emp-rate - Employee Payrate records
  • emp-tdp - Employee DTL3 record
  • fringe-period - Fringe Benefit Period
  • mpsers-period - (no description available)

    Tables emp-accr references

  • accr-code - Accrual Block Code Definitions
  • accr-group - Accrual Group Code
  • atnd-accr - Attendance code -> Accrual Code assignments
  • atnd-unit - Attendance Unit Code Definitions
  • emp-dc - (no description available)
  • emp-demo - Employee Demographic Entry
  • emp-mpsers - (no description available)
  • emp-tdp - Employee DTL3 record
  • mpsers-period - (no description available)


    Detailed Alphabetical Field Listing
    accr-balance Data type: DECIMAL (Decimals: 3)
    Format: -z,zz9.999 (Initial Value: 0)
    Help: Balance of accrual remaining this year

    accr-code Data type: CHARACTER
    Format: x(8)
    Help: Name of the accrual to use for this block
    Attributes: Index Component

    accr-cur Data type: DECIMAL (Decimals: 3)
    Format: -z,zz9.999 (Initial Value: 0)
    Help: Current Accrual

    accr-group-code Data type: CHARACTER
    Format: x(8)
    Description: Accrual Grouping Code
    Attributes: Index Component

    accr-remain Data type: DECIMAL (Decimals: 3)
    Format: -z,zz9.999 (Initial Value: 0)
    Help: Remaining/unused accrual from last year

    accr-used Data type: DECIMAL (Decimals: 3)
    Format: -z,zz9.999 (Initial Value: 0)
    Help: Accrual used this year

    atnd-unit Data type: CHARACTER
    Format: x(8)
    Help: Attendance Unit code/type for this accrual records
    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

    emp-seq Data type: INTEGER
    Format: zzzzzzzz9
    Description: Employee's Unique Sequence #
    Attributes: Index Component

    end-date Data type: DATE
    Format: 99/99/9999
    Help: Ending date (Month, Day) for the accrual code
    Attributes: Index Component

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

    next-year-accrual Data type: DECIMAL (Decimals: 3)
    Format: -z,zz9.999 (Initial Value: 0)
    Help: Accrual to start next year off with

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

    start-date Data type: DATE
    Format: 99/99/9999
    Help: Starting date (Month, Day) for the accrual code
    Attributes: Index Component

    started-on Data type: DATE
    Format: 99/99/9999 (Initial Value: TODAY)
    Help: Date this accrual started

    stopped-on Data type: DATE
    Format: 99/99/9999
    Help: Date this accrual stopped

    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