project QadFinancials > class BPaymentSelection > business logic query PaySelPayStatusByPaySelID
Description
Get PaySel status and bank format id by PaySel_ID
Parameters
| iiCompanyId | integer | Company id |
| iiPaySel_ID | integer | |
query condition
each PaySel where
PaySel.Company_Id = iiCompanyId AND
PaySel.PaySel_ID = iiPaySel_ID
query resultset tqPaySelPayStatusByPaySelID
| field name | data type | db field | description |
| tiBankPayFormat_ID | integer | PaySel.BankPayFormat_ID | Link to BankPayFormat |
| tcPaySelStatus | character | PaySel.PaySelStatus | Status |
Internal usage
QadFinancials