project QadFinancials > class BPaymentSelection > business logic query PaySelLineByPaySelStatus


Parameters


iiCompanyIdintegerCompany id
iiPaySelObject_IDinteger
icPaySelStatuscharacter


query condition


  each PaySel where
PaySel.Company_Id = iiCompanyId AND
PaySel.PaySelStatus can-do icPaySelStatus

      first Company (inner-join) where
Company.Company_Id = iiCompanyId AND
Company.Company_ID = PaySel.Company_ID AND

      each PaySelLine (inner-join) where
PaySelLine.PaySel_ID = PaySel.PaySel_ID AND
PaySelLine.PaySelLineParentObject_ID = iiPaySelObject_ID


query resultset tqPaySelLineByPaySelStatus


field namedata typedb fielddescription
tiCompany_IDintegerPaySel.Company_IDLink to Company
tcCompanyCodecharacterCompany.CompanyCodeEntity Code
tcPaySelCodecharacterPaySel.PaySelCodeCode
ttPaySelDatedatePaySel.PaySelDateExecution Date
tdPaySelLineAmountTCdecimalPaySelLine.PaySelLineAmountTCAmount
tdPaySelLineDiscountTCdecimalPaySelLine.PaySelLineDiscountTCDiscount
tcPaySelLineObjectTypecharacterPaySelLine.PaySelLineObjectTypeType
tiPaySelLineParentObject_IDintegerPaySelLine.PaySelLineParentObject_IDParent Object
tcPaySelStatuscharacterPaySel.PaySelStatusStatus


Internal usage


QadFinancials
method BPaymentSelection.ValidateComponentPost