Release Notes for Oracle Health Insurance Claims Adjudication Patch 4.23.1.0.6

This document contains the release notes for Oracle Health Insurance Claims Adjudication Patch 4.23.1.0.6.

Version compatibility: Oracle Health Insurance Claims Adjudication Release 4.23.1.x is only compatible with other Oracle Health Insurance applications release version 4.23.1.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

36406084

3-35993367661

NXT-28985

Currency issue in jet page when creating a parameter for a product benefit specification

Description:

Currency is sent as "USD" in request payload irrespective of currency sent in "type" column in UI , while creating a limit parameter for a Product Benefit Specification. Hence when any user who doesn’t have USD currency, error is showing as "Currency code USD is unknown"

Resolution:

Currency is sent as it is seen in "type" column in UI , while creating a limit parameter for a Product Benefit Specification and no error is seen while saving

36519089

3-36436767471

NXT-29197

javax.money.MonetaryException: CurrencyUnit not found error is raised sporadically

Description:

javax.money.MonetaryException: CurrencyUnit not found error is raised sporadically when creating/processing claims. This issue happens only in SaaS environments where ADF UI is not available.

Resolution:

Reordered the ohi-http-jersey.war in slim deployment to fix MonetaryException

36442285

3-36192333581

NXT-29065

Claim line sequence error on claim line summary for multiple claim lines.

Description:

The claim line sequence shown in the claim line summary drawer is incorrect.

Resolution:

The respective claim line sequence is shown when the claim line summary drawer is opened.

36482478

3-35917534861

NXT-29136

Claimline sequence should be added for new row based on the maximum sequence available

Description:

ClaimLine sequence for newly added row must be set based on max sequence existing and incrementing it by one. When a claim has 5 claimlines and claimline 4 is deleted and a new one is added, JET shows error message that Claimline-5 already exists since JET calculates the sequence based on number of rows present.

Resolution:

Claimline sequence for a newly added row is calculated based on the maximum sequence available and incrementing by 1 for every new row.

36463130

NXT-29101

Flexcodes API returns value of ID as number instead of String

Description:

Flexcodes API returns the value of id as a number instead of String but the definition defined the type of ID as string

Resolution:

The Flexcodes API now returns value of Id, created by and last updated by as Strings as defined in the definition

36433078

3-36176430291

NXT-29051

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

36542547

3-36533274321

NXT-29232

WebLogic connection pool is exhausted when processing large number of claims

Description:

WebLogic connection pool is exhausted when processing a large number of claims because the core work manager (wm/core-work-manager) is not used. Note that this issue happens only in SaaS environments where ADF UI is not available.

Resolution:

As wm/core-work-manager was not used and WLS used default work manager instead. added wm/core-work-manager to the web.xml

36399520

3-36004628854

NXT-28981

Edit field is present in referencesheet headers even after making the fields non editable in the floorplan

Description:

Edit field is present in REFERENCESHEET headers even after making the fields non editable in the floorplan. Enable the custom floorplan for REFERENCESHEET page and remove edit action from action component. The edit option is still there.

Resolution:

Edit button will not appear if edit action is removed from the floorplan in Reference sheets page

36498474

3-36339863591

NXT-29157

Cover Withhold amount with value 0 is not displayed

Description:

Multivalue having number fields set to 0 doesn’t display and CWC amount with value 0 is not displayed

Resolution:

Multivalues having number fields set to 0 displays and CWC amount with value 0 is displayed

Issues that were backported in previous Release / Patch

No backports.