Release Notes for Oracle Health Insurance Product Definition Patch 3.20.3.0.1
Enhancements
ID | Summary | Description | Included in Patch |
---|---|---|---|
PRD-2267 |
RESTful Outgoing Product Benefit Files |
This release introduces the HTTP counterpart of the product benefit integration point in claims. The payload that is expected by this new web services is different from the payload that is currently built. Implementation Guide: no change Integration Guide: Benefit Export,Products Export. Scenarios dynamic logic: no change |
3.20.3.0.0 |
Bug Fixes
BugDB | SR | Internal | BP | Summary |
---|---|---|---|---|
32073667 |
PRD-2405 |
BP |
Dynamic Logic exception: Restricted method invocation |
|
Description: |
When accessing the object returned by the JSON slurper, the application raises an exception, e.g.: Error occurred in dynamic logic "DYLO_NAME" on line "xxx": "java.lang.SecurityException: Restricted method invocation." |
|||
Resolution: |
The new version of Groovy packaged with the application returns a Lazymap object from the JSON slurper. Access from Dynamic Logic to objects of this type was not permitted, this has now been changed. |
|||
32083413 |
PRD-2408 |
BP |
No Data Sets displayed under PRODUCTS_HTTP Outbound Set |
|
Description: |
Currently products_http does not have any products listed under it. The Data Sets which are created for PRODUCTS_HTTP should be displayed under PRODUCTS_HTTP Outbound Set. |
|||
Resolution: |
The data set which is created for PRODUCTS_HTTP is now displayed under PRODUCTS_HTTP Outbound Set. |
|||
32113605 |
3-24068646251 |
PRD-2426 |
BP |
BUSINESS VALIDATION ERROR NOT HANDLED CORRECTLY IN UI LEADING TO UNEXPECTED EXCEPTION |
Description: |
When business validation added to the corresponding UI data row, exception throws and it was not handled in UI. So it navigates to the standard error page. |
|||
Resolution: |
Handled the error where save logic is written. Now it will be shown in the corresponding page like standard error. |
|||
32150161 |
3-24500949741 |
PRD-2431 |
BP |
Exception occurred when user selects value to the column level multivalue flex code. |
Description: |
When the user selects a value from the LOV for a multivalued flex code column, null pointer exception was thrown and error page was displayed. |
|||
Resolution: |
A value can now be selected from the LOV for a multivalued flex code column. |