Definition of table acct-class
Account Class Definitions , Table Dump Name act-clas

Alphabetical Field Summary

  • acct-class-code: (CHAR) Name of this classification
  • cre-date: (DATE) Date of record creation
  • description: (CHAR) Description of this account classification
  • extern-guid: (CHAR) External Global Unique ID for this record
  • fiscal-year: (CHAR) Start year of fiscal year (i.e. 1992 for FY 1992/1993)
  • primary-key: (INTG) Unique, Primary key for table/record
  • upd-date: (DATE) Date of last record update

    Alphabetical Index Summary

  • acct-class: (UNIQUE, PRIMARY) fiscal-year, acct-class-code
  • description: fiscal-year, description
  • extern-guid: extern-guid

    Alphabetical Trigger Summary

  • CREATE: Overridable, Procedure is tr-c-acc.p (SOURCE NOT AVAILABLE)
  • DELETE: Overridable, Procedure is tr-d-acc.p (SOURCE NOT AVAILABLE)
  • REPLICATION-CREATE: Procedure is rp-c-acc.p (SOURCE NOT AVAILABLE)
  • REPLICATION-DELETE: Procedure is rp-d-acc.p (SOURCE NOT AVAILABLE)
  • REPLICATION-WRITE: Procedure is rp-u-acc.p (SOURCE NOT AVAILABLE)
  • WRITE: Overridable, Procedure is tr-u-acc.p (SOURCE NOT AVAILABLE)

    Other tables who reference acct-class

  • acct-class-acct - Account Class Account List
  • acct-class-user - Account Class users

    Tables acct-class references

  • acct-class-user - Account Class users
  • period - Period definition file. This defines the start/stop of each


    Detailed Alphabetical Field Listing
    acct-class-code Data type: CHARACTER
    Format: x(8)
    Help: Name of this classification
    Attributes: Index Component

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

    description Data type: CHARACTER
    Format: x(32)
    Help: Description of this account classification
    Attributes: Index Component

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

    fiscal-year Data type: CHARACTER
    Format: 9999
    Description: Start year of fiscal year (i.e. 1992 for FY 1992/1993)
    Attributes: Index Component

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

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

    Created on 04/17/2012 by DBHTML V1.2