Definition of table rc-line
Receipts Line Item file , Table Dump Name rc-line

Alphabetical Field Summary

  • acct-num: (CHAR) Account Number
  • bank-id: (CHAR) Shorthand name for the banking account
  • cash-acct-num: (CHAR) Cash Account for this line item
  • dep-num: (INTG) Deposit # for this receipt
  • desc-num: (INTG) Invoice # in payment
  • ent-id: (CHAR) ID of source for this receipt
  • 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)
  • invoice-id: (CHAR) Invoice #
  • line-amount: (DECM) Amount to apply for account
  • primary-key: (INTG) Unique, Primary key for table/record
  • receipt-type: (CHAR) Receipt Type
  • seq-num: (INTG) Line item sequence number
  • tran-date: (DATE) Date for transaction
  • tran-num: (INTG) Transaction #

    Alphabetical Index Summary

  • extern-guid: extern-guid
  • rc-line-acct: fiscal-year, acct-num, dep-num, desc-num, seq-num
  • rc-line-bank: fiscal-year, bank-id, dep-num, tran-num, desc-num, seq-num
  • rc-line-date: fiscal-year, tran-date, acct-num, tran-num, desc-num, seq-num
  • rc-line-tran: (UNIQUE, PRIMARY) fiscal-year, tran-num, desc-num, seq-num

    Alphabetical Trigger Summary

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

    Other tables who reference rc-line

  • ap-line - AP Transaction Line/Account file
  • ar-line - AR Line item files
  • bi-desc - Invoice Line Descriptions
  • bi-line - Invoice Account Line Items
  • ds-line - Disbursment Line/Account file
  • gl-line - GL Transaction Line items
  • inv-line - Invoice Line items file
  • item-tran - Fixed Assets Item
  • po-desc - Description items for the PO
  • po-line - Line/Account file for the PO
  • po-recv - Receiving detail of PO item
  • po-recv-item - PO Fixed Asset Item Linkage
  • po-tran - PO transaction/file entries
  • _Sequence - (no description available)

    Tables rc-line references

  • acct - Accounts file.
  • acct-class-acct - Account Class Account List
  • ap-line - AP Transaction Line/Account file
  • ap-tran - AP Transaction Header file.
  • ar-line - AR Line item files
  • ar-tran - Accounts Receivable transactions file
  • bank-acct - Definition of a banking account for a district. This may in
  • bi-desc - Invoice Line Descriptions
  • bi-line - Invoice Account Line Items
  • bi-tran - Billing Transactions file
  • cash-acct - Cash Accounts definition file. This defines each possible
  • ds-desc - Disbursment invoice description file
  • ds-line - Disbursment Line/Account file
  • ds-tran - Disbursment transaction file
  • ent-calendar - Entity information on a calendar year basis
  • entity - Definitions for vendors & customers
  • gl-line - GL Transaction Line items
  • gl-tran - GL Transaction headers
  • period - Period definition file. This defines the start/stop of each
  • po-desc - Description items for the PO
  • po-recv - Receiving detail of PO item
  • rc-desc - Receipt Invoice lines
  • rc-tran - Receipts Transaction file


    Detailed Alphabetical Field Listing
    acct-num Data type: CHARACTER
    Format: x(30)
    Help: Account Number
    Attributes: Index Component, Mandatory

    bank-id Data type: CHARACTER
    Format: x(6)
    Help: Shorthand name for the banking account
    Attributes: Index Component

    cash-acct-num Data type: CHARACTER
    Format: x(30)
    Help: Cash Account for this line item

    dep-num Data type: INTEGER
    Format: zzzzzz (Initial Value: 0)
    Help: Deposit # for this receipt
    Attributes: Index Component

    desc-num Data type: INTEGER
    Format: >>9 (Initial Value: 0)
    Description: Invoice # in payment
    Attributes: Index Component

    ent-id Data type: CHARACTER
    Format: x(6)
    Help: ID of source for this receipt

    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

    invoice-id Data type: CHARACTER
    Format: x(10)
    Description: Invoice #
    Help: Invoice for payment

    line-amount Data type: DECIMAL (Decimals: 2)
    Format: ->>,>>>,>>9.99 (Initial Value: 0)
    Help: Amount to apply for account

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

    receipt-type Data type: CHARACTER
    Format: !! (Initial Value: GL)
    Description: Receipt Type
    Help: Receipt Type (GL, AR or BL)

    seq-num Data type: INTEGER
    Format: zz9
    Description: Line item sequence number
    Attributes: Index Component

    tran-date Data type: DATE
    Format: 99/99/9999 (Initial Value: TODAY)
    Help: Date for transaction
    Attributes: Index Component

    tran-num Data type: INTEGER
    Format: 999999
    Help: Transaction #
    Attributes: Index Component

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