project QadFinancials > class BBankPayFormat > business logic query BankPayFormatForBankImp

Description

Get definition of bank payment format by bank number and by bank file format.


Parameters


iiBankNumberIdinteger
icBankFileFormatCodecharacter
icPaymentModulecharacter


query condition


  each BankPayFormat where
BankPayFormat.BankNumber_ID = iiBankNumberId

      first BankFileFormat (inner-join) where
BankFileFormat.BankFileFormat_ID = BankPayFormat.BankFileFormat_ID AND
BankFileFormat.BankFileFormatCode = icBankFileFormatCode

      first PayFormatType (inner-join) where
PayFormatType.PayFormatTypeCode = BankPayFormat.PayFormatTypeCode AND
PayFormatType.PayFormatTypeModule = icPaymentModule

      each BankNumber (inner-join) where
BankNumber.BankPayFormat_ID = BankPayFormat.BankPayFormat_ID AND


query resultset tqBankPayFormatForBankImp


field namedata typedb fielddescription
tiBankFileFormat_IDintegerBankPayFormat.BankFileFormat_IDBank File Format Code
tcBankFileFormatCodecharacterBankFileFormat.BankFileFormatCodeFormat Code
tcBankNumbercharacterBankNumber.BankNumberBank Number
tiBankNumber_IDintegerBankPayFormat.BankNumber_IDBank Number
tiBankPayFormat_IDintegerBankPayFormat.BankPayFormat_IDRecord ID
tcPayFormatTypeCodecharacterBankPayFormat.PayFormatTypeCodePayment Format


Internal usage


QadFinancials
method BBankFileFormat.ValidateComponent
method BBankImportLine.GetOwnBankNumberByBankImpLine