Release Notes for Oracle Health Insurance Product Definition Patch 4.23.2.0.2
This document contains the release notes for Oracle Health Insurance Product Definition Patch 4.23.2.0.2.
Version compatibility: Oracle Health Insurance Product Definition Release 4.23.2.x is only compatible with other Oracle Health Insurance applications release version 4.23.2.x unless explicitly stated otherwise. |
As per the Service Description, you are obligated to request a service upgrade within 90 days of this release being generally available (GA). In line with the Oracle Cloud Services Pillar document, Section 4.2.2 End of Life, this release will be EOL in 12 months. |
Bug Fixes
BugDB | SR | Internal | Summary |
---|---|---|---|
36989272 |
PRD-4581 |
SaaS: Default service options and services are not getting added while creating a new product. |
|
Description: |
When 'productIncludeDefaultJET' has a value set to true, this should allow the users to add default services and service options to the Product. Currently, this is not happening in SAAS environments. |
||
Resolution: |
Changed logic to ensure that it accepts the header value case-insensitively and adds default service options and services to the product. |
||
36494710 |
3-36153544321 |
PRD-4326 |
Dynamic logic with Universal indicator is missing in PRODUCTS_HTTP export |
Description: |
When dynamic logic of type Benefit Specification (other) has the indicator Universal set, it should be included as condition for each benefit specification in the Product Export. This does not happen for the export of type PRODUCTS_HTTP |
||
Resolution: |
Dynamic logic with Universal indicator is now included in PRODUCTS_HTTP export |
||
37016615 |
PRD-4599 |
Action items missing on inbound and outbound exhange pages |
|
Description: |
Action items such as 'build', 'message', and 'download' are missing on the activity pages |
||
Resolution: |
The missing action items have been added to the inbound and outbound exchange pages |
||
37057758 |
PRD-4610 |
Products: Parameters are shown in product cost sharing even if it is present in mandate cost sharing(Amount) |
|
Description: |
It is possible to save value in product cost share for the same parameter and currency combination even if it is present in mandate cost share |
||
Resolution: |
Only valid parameters are shown in LOV in Product cost sharing section. |
||
37082192 |
3-37721036601 |
PRD-4639 |
Carry Over Settings is not copied via copy product IP Operation |
Description: |
Carry Over Settings is not copied via copy product IP Operation |
||
Resolution: |
Added logic to ensure carry over settings is copied when copy product IP operation is performed |
||
37562843 |
3-36224017471 |
PRD-4820 |
Floorplan conversion script fails when the payload size is large |
Description: |
Floorplan conversion script fails to convert set1, set2, set3 to sets array and results in error during upgrade. This is due to large payload size which was not handled by liquibase conversion script. |
||
Resolution: |
Liquibase script is modified to handle usecase where floorplan size is large and there is no error during conversion of region set1, set2, set3 to sets[] |
||
36993190 |
3-37715853681 |
PRD-4585 |
Dynamic records ID should be returned as string in the API response |
Description: |
The ID of dynamic records of resources are returned as number (Long) in the API response, they should be returned as String. |
||
Resolution: |
The Dynamic records ID was transformed from Long to String in the API response |