Release Notes for Oracle Health Insurance Authorizations Patch 3.22.1.0.1
This document contains the release notes for Oracle Health Insurance Authorizations Patch 3.22.1.0.1.
Bug Fixes
BugDB | SR | Internal | BP | Summary |
---|---|---|---|---|
34916582 |
3-29584669481 |
AUT-2768 |
BP |
OptimisticLockingException when updating lastlogintimestamp of the user |
Description: |
Updating lastLoginTimestamp is controlled by a system property ohi.ws.last.login.update.threshold i.e the lastLoginTimestamp is not updated if the user logs-in multiple times with in the same hour.But if there are concurrent requests next second after this hour, both the API/IP requests try to update the same user record, system throws 500 error in this case. This causes problem in updating the LASTLOGINTIMESTAMP |
|||
Resolution: |
Error thrown by the system is ignored in case there are concurrent requests to update the same user record. The LASTLOGINTIMESTAMP will be set according to the first request that updates the user record amongst all the incoming concurrent requests. |
|||
35168108 |
3-32286060571 |
AUT-2936 |
BP |
Currency field on Authorization page resets to default currency |
Description: |
Currency field on Authorization page resets to default currency when creating a new version of an existing Authorization |
|||
Resolution: |
When a new version of an existing authorization is created, then the Authorized amount’s currency is set to the currency of the existing authorization and is not set to default currency. |