project QadFinancials > class BMfgTaxZone > business logic query TaxZoneByTaxZone

Description

tax zone by tax zone


Parameters


icTxzTaxZonecharacterTax Zone


query condition


  each txz_mstr where
txz_mstr.txz_tax_zone = icTxzTaxZone

      first ctry_mstr (inner-join) where
ctry_mstr.ctry_ctry_code = txz_mstr.txz_ctry_code AND


query resultset tqTaxZoneByTaxZone


field namedata typedb fielddescription
tlctry_ec_flaglogicalctry_mstr.ctry_ec_flagEC Country
tctxz_ctry_codecharactertxz_mstr.txz_ctry_codeCountry Code
tctxz_tax_zonecharactertxz_mstr.txz_tax_zoneTax Zone
ti_sequenceintegercalculatedprimary index
tc_rowidcharactercalculated = rowid(txz_mstr),rowid(ctry_mstr)


Internal usage


QadFinancials
method BBusinessRelation.ApiSynchronise
method BDebtorEndUser.ApiStdMaintainTT
method BJournalEntry.CreateTaxPosting