project QadFinancials > class BPaymentSelection > business logic query PaySelLineByPaySelComfirmed


Parameters


iiPaySel_IDinteger
ilPaySelConfirmedlogical


query condition


  each PaySelLine where
PaySelLine.PaySel_ID = iiPaySel_ID AND
PaySelLine.PaySelLineIsConfirmed = ilPaySelConfirmed


query resultset tqPaySelLineByPaySelComfirmed


field namedata typedb fielddescription
tiPaySel_IDintegerPaySelLine.PaySel_IDLink to PaySel
tiPaySelLine_IDintegerPaySelLine.PaySelLine_IDRecord ID


Internal usage


QadFinancials
method BPaymentSelection.ApiChangePaymentSelInProcessing