project QadFinancials > class BBankNumber > business logic query BankNumberPayCodeForExcelInteg

Description

Used for populating temp-table tApiBankNumberPayCode for Supplier/Customer Bank Number Excel Integration.


query condition


  each BankNumberPayCode where

      first BankNumber (inner-join) where
BankNumber.BankNumber_ID = BankNumberPayCode.BankNumber_ID AND

      first PayFormatCode (conditional-join) where
PayFormatCode.PayFormatCode_ID = BankNumberPayCode.PayFormatCode_ID AND

      first PayFormatGroup (inner-join) where
PayFormatGroup.PayFormatGroup_ID = BankNumberPayCode.PayFormatGroup_ID AND


query resultset tqBankNumberPayCodeForExcelInteg


field namedata typedb fielddescription
tiBankNumber_IDintegerBankNumberPayCode.BankNumber_IDLink to BankNumber
tiBankNumberPayCode_IDintegerBankNumberPayCode.BankNumberPayCode_IDRecord ID
tiBankNumberPayCodeSequenceintegerBankNumberPayCode.BankNumberPayCodeSequenceSequence
tcBankNumberPayCodeValuecharacterBankNumberPayCode.BankNumberPayCodeValueAttribute Value
tcPayFormatCodecharacterPayFormatCode.PayFormatCodeAttribute Value
tiPayFormatCode_IDintegerBankNumberPayCode.PayFormatCode_IDDescription
tcPayFormatCodeDescriptioncharacterPayFormatCode.PayFormatCodeDescriptionDescription
tiPayFormatGroup_IDintegerBankNumberPayCode.PayFormatGroup_IDLink to PayFormatGroup
tcPayFormatGroupCodecharacterPayFormatGroup.PayFormatGroupCodeAttribute Name
tcPayFormatGroupDataTypecharacterPayFormatGroup.PayFormatGroupDataTypeData Type
tcPayFormatGroupDescriptioncharacterPayFormatGroup.PayFormatGroupDescriptionDescription
tcPayFormatGroupInputOptioncharacterPayFormatGroup.PayFormatGroupInputOptionInput Option
tlPayFormatGroupIsMandatorylogicalPayFormatGroup.PayFormatGroupIsMandatoryMandatory
tiPayFormatGroupSequenceintegerPayFormatGroup.PayFormatGroupSequenceGroup Code
tcPayFormatTypeCodecharacterPayFormatGroup.PayFormatTypeCodePayment Format Type
ti_sequenceintegercalculatedprimary index
tc_rowidcharactercalculated = rowid(BankNumberPayCode),rowid(BankNumber),rowid(PayFormatCode),rowid(PayFormatGroup)


Internal usage


QadFinancials
method BBankNumber.ApiLoadCustomerBankNumber
method BBankNumber.ApiLoadSupplierBankNumber