Bug 21563470 also an issue in 9.1? Looking for 9.2 corrected SQL for AP_ARCH_VCH_VW
We found in our 9.1 environment that we have cancelled payments not archiving, I searched for issues here related to that and found Bug 21563470 that seems exactly our issue, but it is a 9.2 bug. The view mentioned here is AP_ARCH_VCH1_VW, which we do not have, but we have AP_ARCH_VCH_VW. The Bug mentions the SQL that is causing the error, and this is the same piece of SQL that is in the AP_ARCH_VCH_VW:
((F.POST_STATUS_WTHD = 'U' AND F.PYMNT_SELCT_STATUS <> 'C')
OR (F.POST_STATUS_WTHD <> 'X' AND F.PYMNT_SELCT_STATUS = 'X'))