CBTRANS – Bank Transaction

System
Cash Ledger (CB)
Prefix
CBT
Primary key
BANK-INST-CODE, TRANS-IDENT
Fields
73
Updated by
36 programs
Referenced by
95 programs

CBTRANS is the Bank Transaction table in Lawson Cash Ledger (prefix CBT). It is indexed by BANK-INST-CODE, TRANS-IDENT (CBTSET1); alternate indexes: CBTSET10, CBTSET11, CBTSET2, CBTSET3, CBTSET4, CBTSET5, CBTSET6, CBTSET7 and 2 more. It is related 1:1 to APDRAFTS, ARPYMNTHDR, CBADJUST, CBBALANCE, CBBANKENT, CBBANKINST, CBCASHCODE, CBCPYCASH and 6 more and 1:M to APAPPHIST, APPAYMENT, CBCHECK, CBDISTRIB, CBFTTRANS, CBPAYMENT, CBRECPTDTL, CBTRANSAUD and 1 more. It is updated by AP170, AP180, AP181, AP190, AP195, AP255, AP265, AP81.1 and 28 more and referenced by AP10.1, AP10.2, AP100, AP109, AP110, AP111, AP115, AP125 and 87 more. The table has 73 fields, 11 indexes and 24 documented relations.

About CBTRANS

The Bank Transaction file contains Cash Ledger bank transaction records.

Fields (73)

Column = COBOL field name without the CBT- prefix, hyphens → underscores. Derived fields are computed by the application and are not stored.

Field / columnTypeDescription & valuesUpdated by
CBT-CASH-CODE
CASH_CODE
Alpha 4The cash code. Represents a bank account. Must be a valid record in the Cash Code file.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-BANK-INST-CODE PK
BANK_INST_CODE
Alpha 3The bank transaction code. Represents a type of cash payment, bill of exchange payment, or bank service. Must be a valid record in the Bank Transaction Code file.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-TRANS-NBR
TRANS_NBR
Alpha 10 (Right Justified)A unique number used to identify the bank transaction.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-SUFFIX
SUFFIX
Numeric 3The transaction suffix number. Represents the occurrence value of the transaction.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-BANK-INST-TYPE
BANK_INST_TYPE
Alpha 1Indicates the type of bank transaction (based on the transaction code assigned to the transaction). Valid values are: Transaction.
  • C Cash Payment Transaction.
  • D Bill of Exchange Payment
  • B Bank Service Transaction.
AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-SOURCE-CODE
SOURCE_CODE
Alpha 2Identifies where the transaction was created. Must be valid source code.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-COMPANY
COMPANY
Numeric 4The company number that initiated the bank transaction. Must be a valid record in the General Ledger Company file and a valid relationship record must exist in the Company-Cash Code Relationship file.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-VENDOR
VENDOR
Alpha 9 (Right Justified)If the Source Code field = AP, this field contains the accounts payable vendor number associated with the bank transaction. Must be a valid record in the Accounts Payable Vendor file.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-CUSTOMER
CUSTOMER
Alpha 9 (Right Justified)This field contains the accounts receivable customer number associated with the bank transaction. This field is only populate if the transacion is a Return to Maker (RTM) record created in AR82. Must be a valid record in the AR Company Customer file.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-EMPLOYEE
EMPLOYEE
Numeric 9The employee number associated with the bank transaction. THIS FIELD IS NOT CURRENTLY USED.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-TRANS-IDENT PK
TRANS_IDENT
Numeric 10A unique system-generated identification value assigned to the transaction to make this record unique.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-PROC-LEVEL
PROC_LEVEL
Alpha 5The process level associated with the bank transaction. If the Source Code the Accounts Payable Process Level file. If the Source Code field = AR, must be a valid record in the Accounts Receivable Process Level file. If the Source Code must be a valid record in the Cash Deposit Process Level file.
  • field AP, must be a valid record in
  • field CB, this field may be blank or
AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-ISSUE-DATE
ISSUE_DATE
Numeric 8 (yyyymmdd)The date of the transaction.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-RECON-DATE
RECON_DATE
Numeric 8 (yyyymmdd)Represents the date the transaction cleared the bank or was voided.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-ISSUE-BNK-AMT
ISSUE_BNK_AMT
Signed 18.2The amount of the transaction in the currency of the bank account.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-ISSUE-BASE-AMT
ISSUE_BASE_AMT
Signed 18.2The amount of the transaction in the base currency of the company responsible for generating the transaction.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-RECON-BNK-AMT
RECON_BNK_AMT
Signed 18.2The amount of the transaction recognized by the bank in the currency of the bank account.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-RECON-BASE-AMT
RECON_BASE_AMT
Signed 18.2The amount of the transaction recognized by the bank in the currency of the company responsible for generating the transaction.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-TRAN-ND
TRAN_ND
Numeric 1The number of decimal places defined for the bank account currency.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-BASE-ND
BASE_ND
Numeric 1The number of decimal places defined for the currency of the company responsible for generating the transaction.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-BNK-TRANS-SIGN
BNK_TRANS_SIGN
Alpha 2Indicates the type of bank transaction. Valid values are:
  • CR Bank Credit.
  • DR Bank Debit.
AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-ORIG-CNV-RATE
ORIG_CNV_RATE
Signed 14.7The exchange used to convert transaction amounts from the bank account currency to the company base currency. This is the rate in effect at the time the transaction was created or entered.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-RECON-CNV-RATE
RECON_CNV_RATE
Signed 14.7The exchange used to convert transaction amounts from the bank account currency to the company base currency. This is the rate in effect at the time the transaction was reconciled.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-ISSUE-TRAN-AMT
ISSUE_TRAN_AMT
Signed 18.2The amount of the transaction in the currency of the transaction.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-BNK-CNV-RATE
BNK_CNV_RATE
Signed 14.7The exchange rate used to convert the transaction currency to the bank account currency.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-BANK-ND
BANK_ND
Numeric 1The number of decimal places defined for the bank account currency.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-CURRENCY-CODE
CURRENCY_CODE
Alpha 5The currency of the transaction. Must be a valid record in the Currency Codes file.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-DESCRIPTION
DESCRIPTION
Alpha 30 (Lower Case)The description of the transaction.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-REFERENCE
REFERENCE
Alpha 10 (Lower Case)The reference value assigned to the transaction. Used for informational purposes.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-PERIOD-DATE
PERIOD_DATE
Numeric 8 (yyyymmdd)The ending date of the bank statement period the transaction was reconciled in.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-LAST-DIST-SEQ
LAST_DIST_SEQ
Numeric 4The last system-assigned sequence number assigned to distributions for a cash ledger transaction.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-REC-STATUS
REC_STATUS
Numeric 1The status of the transaction in the Lawson Cash Ledger system. Valid values are:
  • 0 Unreleased.
  • 1 Open.
  • 2 Reconciled.
  • 3 Voided.
  • 4 Stop Payment.
  • 5 Stale Dated
  • 6 Escheated
AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +23 more
CBT-REINSTATE-FL
REINSTATE_FL
Alpha 1If Source Code = AP, indicates whether invoices associated with a voided cash payment have been reinstated by AP190 (Invoice Reinstatement). If Source Code = CB, indicates whether the voided transaction has been updated by CB180 (Cash Ledger Void Update). Valid values are:
  • N No.
  • Y Yes.
AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-PRINT-STATUS
PRINT_STATUS
Alpha 1Indicates whether the transaction has been updated as reported on by the bank transaction reconciliation. Valid values are:
  • N No.
  • Y Yes.
AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-DIST-APPLIED
DIST_APPLIED
Signed 18.2The total distribution amount applied to the transaction in the currency of the bank account. If the Source Code released until the total distribution amount equals the transaction amount.
  • field CB, the transaction cannot be
AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-BASE-APPLIED
BASE_APPLIED
Signed 18.2The total distribution amount applied to the transaction in the currency of the company responsible for generating the transaction. This field is used to balance the transactions distribution base amounts when the transaction amount is in balance.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-DIST-DATE
DIST_DATE
Numeric 8 (yyyymmdd)The date used for posting the transaction to the general ledger.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-SERIAL-NUM
SERIAL_NUM
Numeric 8A system-generated number used to group tape payment transactions.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-SUMMARY-OPTION
SUMMARY_OPTION
Alpha 1Indicates whether the transaction is a summarized tape payment record. Valid values are: record.
  • Y Yes.
  • Blank Not a summarized tape payment
AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-REC-TYPE
REC_TYPE
Alpha 1Identifies the type of bank transaction record. Valid values are:
  • R Cash Receipt Entry.
  • T Fund Transfer Header.
  • D Fund Transfer Detail.
  • Blank None of the above.
  • C CB Payment
  • E CB EFT Extract
AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-PAY-GROUP
PAY_GROUP
Alpha 4The pay group associated with the transaction. Used only if the Source in the Pay Group file.
  • Code field AP. Must be a valid record
AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-JRNL-BOOK-NBR
JRNL_BOOK_NBR
Alpha 12The journal book assigned to the transaction.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-RECON-STMT-NBR
RECON_STMT_NBR
Numeric 12The bank-assigned reconciliation statement number. Used only for cash codes that require reconciliation statements.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-STMT-STATUS
STMT_STATUS
Numeric 1The status of the reconciliation statement associated with the transaction. Used only for transactions for a cash code that requires reconciliation statements. Valid values are: required.
  • 1 Open.
  • 9 Closed.
  • Blank Reconciliation statements not
AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-BANK-SIGN
BANK_SIGN
DerivedIndicates whether the transaction represents a bank debit or a bank credit.
CBT-RPT-ISSUE-AMT
RPT_ISSUE_AMT
DerivedThe issued amount of the transaction stated as positive or negative.
CBT-RPT-RECON-AMT
RPT_RECON_AMT
DerivedThe reconciled amount of the transaction stated as positive or negative.
CBT-DRILL-DOWN-STS
DRILL_DOWN_STS
DerivedThe status of the transaction. Used for drill down display purposes.
CBT-RECON-VARIANCE
RECON_VARIANCE
DerivedThe amount posted to the general ledger reconciliation variance account for the transaction.
CBT-SHORT-PAYEE
SHORT_PAYEE
DerivedA short vendor name for payments generated by Accounts Payable.
CBT-JBK-SEQ-NBR
JBK_SEQ_NBR
Numeric 10The journal book sequence number assigned to a journal book transaction when it is added or interfaced to the Lawson system. Used only when Auto Journal Book Seq Nbr is set to Yes in GL10.1 (Company).AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-SOURCE
SOURCE
Alpha 1The source of the transaction. Input or output. Input transactions are Accounts Payable. Output transactions are Accounts Receivable.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-TAX-FLAG
TAX_FLAG
Alpha 1" " = Not interfaced
  • I Interfaced
AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +23 more
CBT-MAINT-DATE
MAINT_DATE
Numeric 8 (yyyymmdd)The date last changed.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-MAINT-TIME
MAINT_TIME
Numeric 6 (hhmmss)The time last changed.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-USER-FIELD1
USER_FIELD1
Alpha 30This is the first user definable field. It can be used to capture any data that the user wants. The title of the field is setup in IC00.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-USER-FIELD2
USER_FIELD2
Alpha 30This is the second user definable field. This field can be used to enter any data that the user wants to capture for this item. The title of the field is setup in IC00.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-USER-FIELD3
USER_FIELD3
Alpha 30This is the first user definable field. It can be used to capture any data that the user wants. The title of the field is setup in IC00.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-USER-FIELD4
USER_FIELD4
Alpha 30This is the second user definable field. This field can be used to enter any data that the user wants to capture for this item. The title of the field is setup in IC00.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-STALE-DATE
STALE_DATE
Numeric 8 (yyyymmdd)This field displays the system date when this was created.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-STL-ACCT-UNIT
STL_ACCT_UNIT
Alpha 15The accounting unit is a shorthand notation representing the variable level number. When used in the General Ledger Account Master file, the accounting unit must be defined in the General Ledger Names file as a posting accounting unit.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-STL-ACCOUNT
STL_ACCOUNT
Numeric 6This field along with the accounting unit and subaccount make up the location (account) where amounts and other account information is stored.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-STL-SUB-ACCT
STL_SUB_ACCT
Numeric 4This field contains the subaccount from your general ledger chart of accounts that was charged with the amount carried on this record.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-CSR-STMT-NBR
CSR_STMT_NBR
Numeric 12The bank-assigned reconciliation statement number. Used only for cash codes that require reconciliation statements.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-CSR-STMT-SUFF
CSR_STMT_SUFF
Alpha 5AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-CSR-LINE-NBR
CSR_LINE_NBR
Numeric 6This field contains the line number.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-CSR-RECON-DESC
CSR_RECON_DESC
Alpha 60 (Lower Case)AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-CSR-TRANS-NBR
CSR_TRANS_NBR
Alpha 10 (Right Justified)A unique, user-defined value used to identify the transaction.AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-CREATED-BY
CREATED_BY
Alpha 10AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBT-LAST-UPDT-DATE
LAST_UPDT_DATE
Numeric 8 (yyyymmdd)AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +23 more
CBT-LAST-UPDT-TIME
LAST_UPDT_TIME
Numeric 8AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +23 more
CBT-LAST-UPDATE-BY
LAST_UPDATE_BY
Alpha 10AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +23 more
CBT-RECON-SYSTEM
RECON_SYSTEM
Numeric 1AP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more

Indexes (11)

Keys marked * are descending. Every documented Lawson index is unique unless flagged Duplicates; Subset indexes carry a Where condition.

IndexKeysFlagsConditionUsed in
CBTSET1BANK-INST-CODE, TRANS-IDENTPrimaryAP10.1, AP10.2, AP100, AP109, AP110, AP111, AP115, AP125 +22 more (list truncated in source)
CBTSET10CASH-CODE, CSR-STMT-NBR, CSR-STMT-SUFF, CSR-LINE-NBR, BANK-INST-CODE, TRANS-NBR, TRANS-IDENTKeyChangeCB281, CB82.1
CBTSET11CREATED-BY, CASH-CODE, BANK-INST-CODE, SOURCE-CODE, TRANS-NBR, SUFFIX, COMPANY, TRANS-IDENTCB221
CBTSET2CASH-CODE, PERIOD-DATE, BANK-INST-CODE, TRANS-NBR, SUFFIX, TRANS-IDENTKeyChangeCB190, CB222
CBTSET3CASH-CODE, BANK-INST-CODE, SOURCE-CODE, TRANS-NBR, SUFFIX, COMPANY, TRANS-IDENTKeyChangeCB170, CB221, CB300
CBTSET4BANK-INST-CODE, SERIAL-NUM, TRANS-IDENTKeyChange, SubsetWhere SERIAL-NUM != ZeroesAP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more
CBTSET5REC-STATUS, COMPANY, CASH-CODE, BANK-INST-CODE, TRANS-NBR, SUFFIX, TRANS-IDENTKeyChangeAP190, AP195, CB180, CB186, CB187, CB286
CBTSET6CASH-CODE, BANK-INST-CODE, TRANS-NBR, SUFFIX, TRANS-IDENTKeyChangeAP170, AP180, AP181, AP190, AP255, AP265, AP81.1, AP90.5 +22 more (list truncated in source)
CBTSET7CASH-CODE, ISSUE-DATE*, BANK-INST-CODE, SOURCE-CODE, TRANS-NBR, SUFFIX, TRANS-IDENTKeyChange
CBTSET8COMPANY, BANK-INST-CODE, TRANS-NBR, SUFFIX, TRANS-IDENTKeyChangeCB195, TX101
CBTSET9CASH-CODE, BANK-INST-CODE, CSR-STMT-NBR, CSR-STMT-SUFF, CSR-LINE-NBR, TRANS-NBR, TRANS-IDENTKeyChange

Relations

One to one (15) — lookups and parents

RelationTableRulesConditionField map
ApdraftsAPDRAFTSRequiredWhen CBI-BANK-INST-TYPE = "D"CBT-BANK-INST-CODEAPT-BANK-INST-CODE, CBT-TRANS-IDENTAPT-TRANS-IDENT
Aphset4ARPYMNTHDRNot RequiredCBT-BANK-INST-CODEAPH-DEP-INST-CODE, CBT-TRANS-IDENTAPH-TRANS-IDENT
Aphset5ARPYMNTHDRNot RequiredCBT-BANK-INST-CODEAPH-ADJ-INST-CODE, CBT-TRANS-IDENTAPH-ADJ-TRANS-IDNT
CbadjustCBADJUSTNot RequiredCBT-BANK-INST-CODECBJ-BANK-INST-CODE, CBT-TRANS-IDENTCBJ-TRANS-IDENT
CbbalanceCBBALANCENot RequiredCBT-CASH-CODECBB-CASH-CODE, CBT-PERIOD-DATECBB-PER-END-DATE
CbbankentCBBANKENTRequiredCBC-BANK-ENTITYCBE-BANK-ENTITY
CbbankinstCBBANKINSTRequiredCBT-BANK-INST-CODECBI-BANK-INST-CODE
CbcashcodeCBCASHCODERequiredCBT-CASH-CODECBC-CASH-CODE
CbcpycashCBCPYCASHRequiredCBT-COMPANYCBY-COMPANY, CBT-CASH-CODECBY-CASH-CODE
CbrecpthdrCBRECPTHDRNot Required, Delete CascadesValid When CBT-SOURCE-CODE = "CB" And CBT-REC-TYPE = "R"CBT-CASH-CODECBP-CASH-CODE, CBT-BANK-INST-CODECBP-BANK-INST-CODE, CBT-TRANS-NBRCBP-TRANS-NBR
CbretpmtCBRETPMTNot RequiredCBT-CASH-CODECRP-CASH-CODE, CBT-BANK-INST-CODECRP-BANK-INST-CODE, CBT-TRANS-IDENTCRP-TRANS-IDENT
CbstmtrecCBSTMTRECRequiredCBT-CSR-STMT-NBRCSR-STMT-NBR, CBT-CSR-STMT-SUFFCSR-STMT-SUFFIX, CBT-CSR-LINE-NBRCSR-LINE-NBR
CbtransbodCBTRANSBODNot Required, Delete CascadesCBT-CASH-CODEYCL-CASH-CODE, CBT-BANK-INST-CODEYCL-BANK-INST-CODE, CBT-TRANS-NBRYCL-TRANS-NBR, CBT-SUFFIXYCL-SUFFIX, CBT-TRANS-IDENTYCL-TRANS-IDENT
CbtrfhdrCBTRFHDRNot RequiredValid When CBT-SOURCE-CODE = "CB" And CBT-REC-TYPE = "T"CBT-CASH-CODECBH-CASH-CODE, CBT-TRANS-NBRCBH-TRANSFER-NBR
GlsystemGLSYSTEMRequiredCBT-COMPANYGLS-COMPANY

One to many (9) — child tables

RelationTableRulesConditionField map
ApapphistAPAPPHISTCBT-PAY-GROUPAH3-PAY-GROUP, CBT-BANK-INST-CODEAH3-BANK-INST-CODE, CBT-TRANS-IDENTAH3-TRANS-IDENT, AH3-VENDOR, AH3-INVOICE, AH3-SUFFIX, AH3-CANCEL-SEQ, AH3-SEQ-NBR, AH3-VOID-SEQ, AH3-COMPANY
AppaymentAPPAYMENTCBT-PAY-GROUPAPP-PAY-GROUP, CBT-BANK-INST-CODEAPP-BANK-INST-CODE, CBT-TRANS-IDENTAPP-TRANS-IDENT, APP-VENDOR, APP-INVOICE, APP-SUFFIX, APP-CANCEL-SEQ, APP-SEQ-NBR, APP-VOID-SEQ, APP-COMPANY
Cbcheck SummCBCHECKCBT-CASH-CODECHK-CASH-CODE, CBT-BANK-INST-CODECHK-BANK-INST-CODE, CBT-SERIAL-NUMCHK-SERIAL-NUM, CHK-TRANS-NBR, CHK-TRANS-IDENT
CbdistribCBDISTRIBCBT-CASH-CODECBD-CASH-CODE, CBT-BANK-INST-CODECBD-BANK-INST-CODE, CBT-TRANS-IDENTCBD-TRANS-IDENT, CBD-DIST-TYPE, CBD-SEQ-NBR
CbfttransCBFTTRANSCBT-CASH-CODECFT-CASH-CODE, CBT-BANK-INST-CODECFT-BANK-INST-CODE, CBT-TRANS-NBRCFT-TRANS-NBR, CFT-REFERENCE-NO, CFT-TRANS-IDENT
CbpaymentCBPAYMENTCBT-PAY-GROUPCBM-PAY-GROUP, CBT-BANK-INST-CODECBM-BANK-INST-CODE, CBT-TRANS-IDENTCBM-TRANS-IDENT, CBM-CASH-CODE
CbrecptdtlCBRECPTDTLCBT-CASH-CODECBA-CASH-CODE, CBT-BANK-INST-CODECBA-BANK-INST-CODE, CBT-TRANS-NBRCBA-TRANS-NBR, CBA-SEQ-NBR
CbtransaudCBTRANSAUDCBT-BANK-INST-CODECAU-BANK-INST-CODE, CBT-TRANS-IDENTCAU-TRANS-IDENT, CAU-UNIQUE-I-D
CbtrfdtlCBTRFDTLCBT-CASH-CODECBL-DTL-CASH-CODE, CBT-TRANS-NBRCBL-TRANSFER-NBR, CBL-CASH-CODE

Programs

Updated by (36)

Referenced by (95)