Release Notes for Oracle Health Insurance Claims Adjudication Patch 3.21.2.0.8

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

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

Deprecated items (to be removed in future release)

This section intentionally left blank.

Breaking Changes

This section intentionally left blank.

Bug Fixes

BugDB SR Internal BP Summary

34118836

3-29365494101

NXT-24631

BP

Getting "Claim line override already exists" error upon duplicating a claim line

Description:

When we try to duplicate a claim line with an override parameter, we get "This Claim Line Override already exists" error while saving.

Resolution:

When we try to duplicate a claim line with an override parameter, the claim is saved without any error.

34095728

3-29113598351

NXT-24603

BP

Optimize the initialization of dynamic logic execution

Description:

Initializing ExpandoMetaClass when adding extensions of the dynamic logic (even when the logic does not have any extensions) consumes some CPU cycles. Optimize the meta class initialization for dynamic logic that does not have extensions.

Resolution:

Performance of dynamic logic execution (that does not have any extensions) has been improved

34058503

3-29060725351

NXT-24547

BP

Read consumption batch process should not fail if the notification url is not configured

Description:

The notification for Read Consumption Batch process is optional (if one chooses polling option instead). So, if the notification URL is not configured, the task ReadConsumptionBatchOperator fails with an error.

Resolution:

Made notification url optional in read consumption batch processing.

34210898

3-29482198481

NXT-24819

BP

'CLA-FL-BENS-015: No Parameter value found' error while updating copay amount on claim lines

Description:

'CLA-FL-BENS-015: No Parameter value found' error while updating copay amount on claim lines

Steps to reproduce :

  1. Create a Coverage Regime with 2 cover withhold rules. The first rule does not have any value for cover/withhold amount and Percentage.

  2. Create a Benefit Specification using the above Coverage Regime.

  3. Create a Product Benefit Specification using the above Benefit Specification and add a Rule parameter with the parameter being the Cover Withhold Category used in the first cover withhold rule for which no values have been provided.

  4. Send in a claim which uses the above Product Benefit Specification and make sure that the claim is stuck in Manual Benefits status.

  5. Try to edit a value for amount in the Claim Line Rule Coverage.

  6. 'CLA-FL-BENS-015' error is shown

Resolution:

Claim Line Rule Coverage values can now be updated when claim is in Manual Benefits status

34273325

NXT-24880

WCB not completing

Description:

Batches with lower number of counters are working fine but when batches with higher number of counters are submitted, WCB (Write Consumption Batch) doesn’t complete.

Resolution:

The issue with startup sequence is fixed and activities no longer get stuck after restarting all the managed servers together in a multi-node WebLogic cluster environment

34192181

3-29505103851

NXT-24797

BP

Processing benefit specifcation with case definition on previous product throws null pointer error

Description:

When a product is selected from history and the selected product benefit specification on the product contain case definition , then processing them throws null pointer error . Also , when there are multiple benefit specification selected on previous product and there remains more than one benefit specification after all the filters , then "duplicate coverage specification found" error is thrown . This is resolved by removing the selected benefit specification if it is from previous product and has case definition .

Resolution:

Now benefit specification selection processing should work fine .

34095650

3-29113598351

NXT-24600

BP

Reduce the number of database calls to fetch user details in claimstransactionout integration point

Description:

Reduce the number of database calls to fetch user details inclaimstransactionout integration point to improve performance .

Resolution:

User details are now cached in business process cache . So ,the number of database calls are reduced now .

34190541

3-29566084431

NXT-24788

BP

Getting 'CLA-CLOV-002' error message while removing the fields related to Benefit selection override.

Description:

We are getting Error Message - 'CLA-CLOV-002' while removing the fields related to benefit selection override . . STEPS TO REPRODUCE: 1. Unfinalize a claim 2. Add Product (Benefits), coverage regime/benefit specification, family contract ID, Subscription Date 3. Do Benefits only 4. Once claim is finalized, unfinalize the claim 5. Try to remove the above fields and hit save The error comes up.

Resolution:

No error message is shown while removing the fields related to Benefit Selection Override.

Issues that were backported in previous Release / Patch

No backports.