Release Notes for Oracle Health Insurance Product Definition Patch 4.25.1.0.9
This document contains the release notes for Oracle Health Insurance Product Definition Patch 4.25.1.0.9.
| Version compatibility: Oracle Health Insurance Product Definition Release 4.25.1.x is only compatible with other Oracle Health Insurance applications release version 4.25.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
| ID | Summary | Patch |
|---|---|---|
NXT-33750 |
Enhance UI download functionality to include all search results based on query criteria. This enhancement extends the UI download feature to export the complete search result dataset matching the active query for select pages in claims and product definition application Claims
Product Definition
In addition, multiple pages based on floorpan templates 1) View and Edit Table, 2) Search Object - List, 3) Search Object - table and 4) Tab tables/list (exception dynamic records) within View and Edit HRR now support download API based download feature. Documentation Links: |
Upgrade Steps for Installation
To perform the upgrade, perform the following steps:
-
Perform any pre-upgrade steps.
-
Stop all the managed nodes running the existing version of the application.
-
Perform any pre-undeploy steps.
-
Undeploy the existing version of the application.
-
Back up the database.
-
Perform any post-undeploy steps.
-
Unpack the release bundle into a directory that we refer to as OHI_ROOT from now on.
-
Change Installation Configuration: In
<OHI_ROOT>/util/install, make a copy ofohi_install.cfg.templateand name itohi_install.cfg. -
Edit
ohi_install.cfgto contain your specific database connection data and other configuration settings. The settings are explained in the file itself. -
Make sure NO connections are present to the database using the OHI_xxx_USER account (where xxx is the abbreviation of the application)
-
Run the Upgrade script:
-
Open a command window and browse to
<OHI_ROOT>/util/install. -
Run the upgrade by executing
./ohi-update.sh .
-
-
Make the required changes to the ohi properties file
-
Perform any post-upgrade steps
-
Start WebLogic application server
-
Deploy the Application
-
Perform any post-deploy steps
Configuration Properties
| Ref | Action | Description |
|---|---|---|
NXT-33750 |
Added |
ohi.api.download.max.rows The ohi.api.download.max.rows system property, which allows users to configure the maximum number of rows that can be downloaded through the Download API. By default, this property is set to 2,000 rows. The maximum supported value is capped at 10,000 rows. |
UI Changes
| Ref | Action | Description |
|---|---|---|
NXT-33750 |
Modified |
Proddef - Product Service Definition (Products and Across) Boilerplate text value is updated for all the Regime fields to indicate the type of regime |
NXT-33750 |
Modified |
All floorplan based pages (and Reference Sheet Lines) API based download is enabled in UI pages. However, there is an exclusion list application wise:
Also, UI based download is retained in Extensibility tabs and tabs of some Detail pages:
|
Breaking Changes
| Ref | Action | Description |
|---|---|---|
NXT-33750 |
Modified |
Below breaking change will be observed for UI download enhancement.
|
Bug Fixes
| BugDB | SR | Internal | Summary |
|---|---|---|---|
39526138 |
PRD-5587 |
PHI logging includes unmatched 'left joins' rows |
|
Description: |
When a query selects a PHI column from the right side of a LEFT JOIN, PHI logging is created for all rows from the left-side table, including rows where the joined row does not exist. In those cases the PHI column is effectively null, but a PHI log event is still written. This leads to incorrect PHI audit entries for rows that did not actually expose PHI. |
||
Resolution: |
When the joined column is marked as PHI but there is no match, no PHI Event is logged for that missing column. |
||
39526241 |
PRD-5588 |
PHI audit logs corrected for aliased base views in data transfer payloads |
|
Description: |
In specific data transfer scenarios, when a base view is queried through an alias and the Base View is outside of the Relation context, PHI logging was not generated correctly. |
||
Resolution: |
The system now generates the PHI audit logs correctly for these aliased base view scenarios. |
||
39455923 |
4-0002788234 |
PRD-5566 |
The Universal Indicator condition is missing from the exported file |
Description: |
In BENEFITS_HTTP export, the Benefit Specification Condition is not included when the Universal Indicator is set to “Yes”. |
||
Resolution: |
Updated the logic so the BENEFITS_HTTP export now includes the benefit condition when “Universal” is set to Yes. |
||