project QadFinancials > class BCompanyProperty > business logic query CompanyPropertyByIDCodeCurr

Description

CompanyPropertyByIDCodeCurr: Query on company-property with a join to currency


Parameters


iiCompanyIdintegerCompany id


query condition


  each CompanyProperty where
CompanyProperty.Company_Id = iiCompanyId AND

      first Currency (inner-join) where
Currency.Currency_ID = CompanyProperty.Currency_ID AND


query resultset tqCompanyPropertyByIDCodeCurr


field namedata typedb fielddescription
tiCompany_IDintegerCompanyProperty.Company_IDLink to Company
tiCompanyProperty_IDintegerCompanyProperty.CompanyProperty_IDRecord ID
tcCompanyPropertyCodecharacterCompanyProperty.CompanyPropertyCodeEntity Code
tiCurrency_IDintegerCompanyProperty.Currency_IDBase Currency
tcCurrencyCodecharacterCurrency.CurrencyCodeCurrency Code


Internal usage


QadFinancials
method BWithholdingTax.ValidateComponentPost