Release Notes for Oracle Health Insurance Enterprise Policy Administration Patch 4.25.1.0.21
This document contains the release notes for Oracle Health Insurance Enterprise Policy Administration Patch 4.25.1.0.21.
| Version compatibility: Oracle Health Insurance Enterprise Policy Administration Release 4.25.1.x is only compatible with other Oracle Health Insurance applications release version 4.25.1.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 |
|---|---|---|---|
39569000 |
4-0002996907 |
POL-18815 |
Business events does not return the correct policy enrollment in the change objects when updating flex code in policy |
Description: |
When business events were generated for updates to dynamic fields on a policy enrollment product, the change object could reference the previous policy enrollment instead of the current/latest policy enrollment. This could cause notification dynamic logic or integrations consuming the business event payload to evaluate the wrong policy enrollment for the changed object. |
||
Resolution: |
The policy version change detection logic now enriches the object changes using the working policy version. This ensures that dynamic field changes on policy enrollment products are associated with the current policy enrollment. |
||
39829297 |
4-0003422821 |
POL-18994 |
Cleared dynamic fields could still return the previous value during the same processing flow. |
Description: |
When a dynamic field was cleared by assigning null, the value was removed, but a cached copy could still be used for later reads in the same flow. As a result, the dynamic field could appear to still contain its old value immediately after being cleared. This could affect dynamic fields, including flex-code dynamic fields, across single-value time valid, multi-value non-time-valid & time-valid, configurations. |
||
Resolution: |
The cache is now invalidated when a dynamic field is cleared. After assigning null, later reads correctly and returns no value instead of the previously cached value. |
||
39840318 |
POL-19005 |
Quote IP in no-flush mode fails with NullPointerException when deleteDynamicRecord method is invoked from dynamic logic |
|
Description: |
Quote IP in no-flush mode fails with NullPointerException when deleteDynamicRecord method is invoked from dynamic logic. The issue occurs when the dynamic record is included in the request payload and had not yet been saved. |
||
Resolution: |
Quote processing now handles these new dynamic records correctly when deleteDynamicRecord is invoked. |
||
39768904 |
4-0003293807 |
POL-18934 |
Maxcolwidth and Mincolwidth property does not affect Start Date and End Date column widths |
Description: |
When using "percentage" or "rem" in maxColWidth or minColWidth for date fields, it is not rendering the width based on configuration. |
||
Resolution: |
maxColWidth and minColWidth width are rendered based on configuration and if not configured default width is assigned |
||