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.
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

No enhancements.

Upgrade Steps for Installation

To perform the upgrade, perform the following steps:

  1. Perform any pre-upgrade steps.

  2. Stop all the managed nodes running the existing version of the application.

  3. Perform any pre-undeploy steps.

  4. Undeploy the existing version of the application.

  5. Back up the database.

  6. Perform any post-undeploy steps.

  7. Unpack the release bundle into a directory that we refer to as OHI_ROOT from now on.

  8. Change Installation Configuration: In <OHI_ROOT>/util/install, make a copy of ohi_install.cfg.template and name it ohi_install.cfg.

  9. Edit ohi_install.cfg to contain your specific database connection data and other configuration settings. The settings are explained in the file itself.

  10. Make sure NO connections are present to the database using the OHI_xxx_USER account (where xxx is the abbreviation of the application)

  11. Run the Upgrade script:

    1. Open a command window and browse to <OHI_ROOT>/util/install.

    2. Run the upgrade by executing ./ohi-update.sh .

  12. Make the required changes to the ohi properties file

  13. Perform any post-upgrade steps

  14. Start WebLogic application server

  15. Deploy the Application

  16. Perform any post-deploy steps

Configuration Properties

This section intentionally left blank.

Web Services

This section intentionally left blank.

Data Conversion

This section intentionally left blank.

Dynamic Logic

This section intentionally left blank.

UI Changes

This section intentionally left blank.

Breaking Changes

This section intentionally left blank.

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

Issues that were backported in previous Release / Patch

No backports.