project QadFinancials > class BAPMatchingReport > business logic query WorkOrderRoutingByApMatchingLn
Parameters
| icDomain | character | |
| icLot | character | |
| iiOperation | integer | |
query condition
each wr_route where
wr_route.wr_domain = icDomain AND
wr_route.wr_lot = icLot AND
wr_route.wr_op = iiOperation
query resultset tqWorkOrderRoutingByApMatchingLn
| field name | data type | db field | description |
| tcwr_domain | character | wr_route.wr_domain | Domain |
| tcwr_lot | character | wr_route.wr_lot | ID |
| tiwr_op | integer | wr_route.wr_op | Operation |
| tdwr_sub_cost | decimal | wr_route.wr_sub_cost | Subcontract Cost |
Internal usage
QadFinancials