Definition of table acct-class-acct
Account Class Account List , Table Dump Name act-clac

Alphabetical Field Summary

  • acct-class-code: (CHAR) Name of this account classification
  • acct-num: (CHAR) Account Number associated with this classification
  • cre-date: (DATE) Date of record creation
  • 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: fiscal-year, acct-num, acct-class-code
  • class-acct: (UNIQUE, PRIMARY) fiscal-year, acct-class-code, acct-num
  • extern-guid: extern-guid

    Alphabetical Trigger Summary

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

    Other tables who reference acct-class-acct

  • acct - Accounts file.
  • ap-line - AP Transaction Line/Account file
  • ar-line - AR Line item files
  • bi-line - Invoice Account Line Items
  • billing-catalog - (no description available)
  • billing-period-item - (no description available)
  • bud-detail - Detail account budgeting
  • cash-acct - Cash Accounts definition file. This defines each possible
  • ds-line - Disbursment Line/Account file
  • entity - Definitions for vendors & customers
  • fa-depreciate-schd - Depreciation Schedules for Fixed Asset Items
  • fund - Description file for the funds
  • gl-line - GL Transaction Line items
  • inv-line - Invoice Line items file
  • item-acct - Account Distribution Table for Fixed Assets
  • po-line - Line/Account file for the PO
  • rc-line - Receipts Line Item file

    Tables acct-class-acct references

  • acct - Accounts file.
  • acct-class - Account Class Definitions
  • acct-class-user - Account Class users
  • cash-acct - Cash Accounts definition file. This defines each possible
  • 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 account classification
    Attributes: Index Component

    acct-num Data type: CHARACTER
    Format: x(30)
    Help: Account Number associated with this classification
    Attributes: Index Component, Mandatory

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

    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