Release Notes for Oracle Insurance Gateway Patch 3.21.3.0.3
This document contains the release notes for Oracle Insurance Gateway Patch 3.21.3.0.3.
Version compatibility: Oracle Insurance Gateway Release 3.21.3.x is only compatible with other Oracle Health Insurance applications release version 3.21.3.x unless explicitly stated otherwise. |
In accordance with the OHI error correction policy (Document 1494031.1 on My Oracle Support), error correction support will be provided for this release and the previous two releases. |
Enhancements
ID | Summary | Description | Included in Patch |
---|---|---|---|
NXT-23648 |
Remove SELECT ON SYS.V_$PARAMETER privilege from the application owner schema in the installer |
The privilege SELECT ON SYS.V_$PARAMETER is no longer required in application and is removed from installer. Note that this change impacts only the fresh installation. |
|
OIG-2184 |
Australian Localisation AS2805_A and AS2805_B interfaces now store the updated value for Provider Reference |
AS2805_A interface updated to map claim.providerReference to : value of "ohi.as2805_a.provider.reference.prefix" property + incomingMessage.RRN + incomingMessage.terminalID + incomingMessage.terminalLocalDate + incomingMessage.terminalLocalTime for the below operations: 1) Cancel 2) Transaction Reversal and Transaction Reversal Repeat 3) Cancellation Reversal and Cancellation Reversal Repeat AS2805_B interface updated to map claim.providerReference to : value of "ohi.as2805_b.provider.reference.prefix" property + incomingMessage.RRN + incomingMessage.terminalID + incomingMessage.terminalLocalDate + incomingMessage.terminalLocalTime for the below operations: 1) Cancel 2) Void 3) Auto Void |
Configuration Properties
Ref | Action | Subject | Description |
---|---|---|---|
OIG-2184 |
Added |
ohi.as2805_b.provider.reference.prefix |
Mandatory property to define the prefix to create the claim provider reference for AS2805_B messages. If the provider reference exceeds the allowed limit of 250 characters the starting characters of the property value will be used thereby limiting the provider reference to the max allowed limit. |
OIG-2184 |
Added |
ohi.as2805_a.provider.reference.prefix |
Mandatory property to define the prefix to create the claim provider reference for AS2805_A messages. If the provider reference exceeds the allowed limit of 250 characters the starting characters of the property value will be used thereby limiting the provider reference to the max allowed limit. |
Bug Fixes
BugDB | SR | Internal | BP | Summary |
---|---|---|---|---|
33609087 |
OIG-2325 |
AU Eclipse: previously used key pairs were not properly removed from the key store |
||
Description: |
The OHI SecureKeyStoreService is used to retrieve a Java KeyStore. Subsequently the code uses the Java KeyStore API to delete key pairs from that KeyStore. That should have been done via the OHI SecureKeyStoreService which persists changes in the store and, which then, makes sure these changes are propagated to other cluster members as well. |
|||
Resolution: |
The OHI SecureKeyStoreService is used consistently for managing KeyStores. |