Definition of table check-run
Contains one record for each possible check run for the fiscal year. , Table Dump Name check-rn

Alphabetical Field Summary

  • check-date: (DATE) Date to appear on check for this check run
  • check-run: (INTG) Check Run # (1-999)
  • comment: (CHAR) Comment about this check run
  • 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

    Alphabetical Index Summary

  • check-run: (UNIQUE, PRIMARY) fiscal-year, check-run
  • extern-guid: extern-guid

    Alphabetical Trigger Summary

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

    Other tables who reference check-run

  • ds-tran - Disbursment transaction file

    Tables check-run references

  • period - Period definition file. This defines the start/stop of each


    Detailed Alphabetical Field Listing
    check-date Data type: DATE
    Format: 99/99/9999
    Help: Date to appear on check for this check run

    check-run Data type: INTEGER
    Format: zz9 (Initial Value: 0)
    Help: Check Run # (1-999)
    Attributes: Index Component

    comment Data type: CHARACTER
    Format: x(30)
    Help: Comment about this check run

    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

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