Definition of table billing-catalog
No table description available , Table Dump Name bill-cat

Alphabetical Field Summary

  • acct-num: (CHAR) Account Number entry is normally charged to
  • billing-group-code: (CHAR) Billing group this catalog entry is associated with
  • catalog-num: (CHAR) Catalog # for this catalog entry
  • description: (CHAR) Description of this catalog entry
  • detail-desc: (CHAR) Detailed Description of the catalog entry
  • extended-price: (DECM) Extended price for this catalog entry
  • 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
  • quantity: (DECM) Typical quantity to order
  • unit-price: (DECM) Unit price for catalog item, if any

    Alphabetical Index Summary

  • acct-num: fiscal-year, acct-num
  • catalog-item: (UNIQUE, PRIMARY) fiscal-year, billing-group-code, catalog-num
  • description: fiscal-year, billing-group-code, description
  • extern-guid: extern-guid

    Alphabetical Trigger Summary

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

    Other tables who reference billing-catalog

  • bi-desc - Invoice Line Descriptions
  • billing-period-item - (no description available)
  • item-tran - Fixed Assets Item

    Tables billing-catalog references

  • acct - Accounts file.
  • acct-class-acct - Account Class Account List
  • billing-group - (no description available)
  • 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-num Data type: CHARACTER
    Format: x(30)
    Help: Account Number entry is normally charged to
    Attributes: Index Component, Mandatory

    billing-group-code Data type: CHARACTER
    Format: x(8)
    Help: Billing group this catalog entry is associated with
    Attributes: Index Component

    catalog-num Data type: CHARACTER
    Format: x(10)
    Help: Catalog # for this catalog entry
    Attributes: Index Component

    description Data type: CHARACTER
    Format: x(28)
    Help: Description of this catalog entry
    Attributes: Index Component

    detail-desc Data type: CHARACTER
    Format: x(68)
    Help: Detailed Description of the catalog entry

    extended-price Data type: DECIMAL (Decimals: 2)
    Format: -zz,zzz,zz9.99 (Initial Value: 0)
    Help: Extended price for this catalog entry

    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

    quantity Data type: DECIMAL (Decimals: 3)
    Format: zzz,zz9.999 (Initial Value: 0)
    Help: Typical quantity to order

    unit-price Data type: DECIMAL (Decimals: 2)
    Format: -z,zzz,zz9.99 (Initial Value: 0)
    Help: Unit price for catalog item, if any

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