Release Notes for Oracle Health Insurance Claims Adjudication Patch 3.22.2.0.9
This document contains the release notes for Oracle Health Insurance Claims Adjudication Patch 3.22.2.0.9.
| Version compatibility: Oracle Health Insurance Claims Adjudication Release 3.22.2.x is only compatible with other Oracle Health Insurance applications release version 3.22.2.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. |
Enhancements
| ID | Summary | Patch |
|---|---|---|
AUT-3085 |
Dynamic Logic Statistics Integration Point enhanced to retrieve statistics ordered by total allocated memory To retrieve statistics ordered by total allocated memory, use the GET call: "http://<host>:<port>/<context-root>/dynamiclogicstatistics/allocatedmemory" This call retrieves the dynamic logic statistics ordered by total allocated memory per dynamic logic code. Also, three new statistics are added: totalAllocatedMemory, maxAllocatedMemory, avgAllocatedMemory. |
Configuration Properties
| Ref | Action | Description |
|---|---|---|
NXT-26987 |
Added |
ohi.processing.concurrentparentactivities.throttle.{0}.{1} System property that determines whether the parent level/root activities should be throttled per activity type per activity level. The first placeholder is the activity type code and the second placeholder is the activity level |
NXT-26987 |
Added |
ohi.processing.throttle.activities.task.dequeue.delay.{0}.{1} Amount of delay in seconds (per activity type per activity level) when a task re-queues for another attempt. The first placeholder is the activity type code and the second placeholder is the activity level. |
NXT-26987 |
Added |
ohi.processing.throttle.activities.task.priority.{0}.{1} Priority of the task (per activity type per activity level) for execution. The first placeholder is the activity type code and the second placeholder is the activity level. |
NXT-26987 |
Added |
ohi.processing.max.concurrentparentactivities.size.{0}.{1} System property that determines the number of parent activities that run in parallel per activity type per activity level. The first placeholder is the activity type code and the second placeholder is the activity level |
Bug Fixes
| BugDB | SR | Internal | BP | Summary |
|---|---|---|---|---|
35438875 |
NXT-27030 |
BP |
Property display - 'notNull' isn’t working for dynamic records configured in a widget table region component |
|
Description: |
Setting display property as 'notNull' for a multivalue sub property still shows the field when the value is null and configured in table region. |
|||
Resolution: |
Setting display property as 'notNull' for multivalue sub properties in table region component, will only show those fields which have a value. |
|||
35433271 |
NXT-27019 |
BP |
Not able to update Flex code Definition record |
|
Description: |
Go to Flex Code definition page and click on Edit. Even if no changes are made to the selected record, clicking on Save is not working and getting console error |
|||
Resolution: |
Able to update Flex code Definition record in the Flex code definitions |
|||
35427240 |
NXT-27011 |
BP |
In Claims widgets when dates are empty the value displayed is [Object object] |
|
Description: |
In Claims component while creating Widgets for Pended Claims by Receipt Date if the receipt date is empty the system displays [Object object]. |
|||
Resolution: |
In widgets when date fields are empty the value is shown as empty instead of displaying [Object object] |
|||
35432758 |
NXT-27016 |
BP |
When multiple Claim search floorplans are enabled, going back to breadcrumb link does not retain the previously selected floorplan |
|
Description: |
Create a custom floorplan for claims - search object and enable it. Go to claims search page and make sure the drop-down to select floorplan appears. Select system floorplan and search for any record. Open the claim page by clicking on View icon of the claim record that appears in the search table. Click on breadcrumb link 'Claims' to go back to Claims Search page. The search box still shows the entered text, but the floorplan selected is displaying a custom floorplan and not the system floorplan |
|||
Resolution: |
When there are multiple search page floorplans enabled and user performs a search with a criteria, both the values - floorplan selected and search criteria are retained when user navigates back to search page from view-edit page |
|||
35439797 |
NXT-27038 |
BP |
In Claim lines the Pended line selector does not work with custom floorplan |
|
Description: |
The Pended Line Selector does not work for few Claims which has multiple claim lines that are in pended status. However on clicking of the Pended line selector nothing happens. |
|||
Resolution: |
In the claim line section of claims page, the toggle button to switch between pended lines works for custom floorplans as well |
|||
35487738 |
NXT-27111 |
BP |
Improved performance activity "Select Financial Transactions into a new Financial Transaction Set." when parameter "grouping is used. |
|
Description: |
When parameter "grouping" is used, selection of financial transactions to select into set was inefficient. |
|||
Resolution: |
Added index on FIN_TRANSACTION_SET_GROUPING to speed up selection in set when parameter "grouping" is used. |
|||
35425352 |
3-31806714591 |
NXT-27004 |
BP |
Empty keyValue and description in referencesheets when switching to another language |
Description: |
When working with multiple languages, the key value (code) and description of a flex code remained empty. There was an issue in an internal cache, which has been fixed. |
|||
Resolution: |
||||
35380951 |
NXT-26917 |
BP |
In Claim Line section, when you click on "Pended Lines" selector the system jumps to Claim section |
|
Description: |
Navigate to claims , open any claim which has pended lines switch in claimline (generally claim status as change or manual adjudication). Click on "Pended Lines" selector button in claim line section, the UI automatically scrolls to the top of the Claim section. |
|||
Resolution: |
When working on any action in tab section in HRR page, the UI will not automatically scroll to top of the section (parent) and would retain the scroll position. This issue in not seen now in HRR pages like Claims |
|||
35439216 |
NXT-27033 |
BP |
Usages page: Adding a dynamic record to External Claims Data fails |
|
Description: |
Adding a dynamic record to External Claims Data fails with below error : The indicator display in overflow can only be unchecked for non time valid free field usages or flex code usages |
|||
Resolution: |
Display In Overflow field for dynamic Record was by default set to False , changed it to True. |
|||
35355012 |
3-31806714591 |
NXT-26875 |
BP |
User isn’t able to access ReferenceSheetLine which doesn’t have valid FlexCode value |
Description: |
When FlexCode value appears blank/empty in UI while selecting it in ReferenceSheetLine, ReferenceSheetLine is saved without FlexCode value. Later retrieval of such ReferenceSheetLine through API/UI throws an exception and user isn’t able to see its data. |
|||
Resolution: |
Brought up a mechanism which ensures that ReferenceSheetLine will be saved with valid FlexCode value. |
|||