Wage Index has not been set in the Agency Form. You will not be able to process RAPs.
SELECT * FROM #Request.prefix_db_agency#.pPtPayer
JOIN #Request.prefix_db_agency#.pPayer on pPtPayer.Payer_ID = pPayer.Pay_ID
WHERE
pPayer.status = 0
GROUP BY pPayer.Pay_ID
SELECT * FROM GetRAP
WHERE Payer_ID = '#Pay_ID#'
AND invoicecount = 0
AND aging >= 0
| #Pay_Name# |
#RAP_count#
|
No. Fix now.
YES
|