Patch 13418800 12.1.3 fails creating sequence PAY_ACTION_INFORMATION_S
Hi,
Sequence PAY_ACTION_INFORMATION_S current value in our PROD system is 5165433618.
Patch 13418800 ./pay/patch/115/odf/paymisc.odf is trying to change the max value to 2147483647 which obviously fails as the max value cannot be lower than the current value.
Should the max value be higher (e.g. 1000000000000)?
or should the patch even try to set without checking the current value first?
Thank you.