Predefined Function SetPersonCoveredService Does Not Accept a Date
(Doc ID 3022687.1)
Last updated on JUNE 11, 2024
Applies to:
Oracle Health Insurance Enterprise Policy Administration - Version 4.23.2.0.0 and laterInformation in this document applies to any platform.
Symptoms
OHI Component: Policy Administration
OHI Version: 4.23.2.0.1
Predefined function setPersonCoveredService does not accept a date.
Example dynamic logic:
import java.text.SimpleDateFormat
def settingsDate = java.sql.Date.valueOf("2024-01-01")
person.setPersonCoveredService(settingsDate")
OR
def coverageStartDate = policy.policyContractPeriodList[0].startDate
person.setPersonCoveredService(coverageStartDate)
Results in the error message: groovy.lang.MissingMethodException: No signature of method: com.oracle.healthinsurance.policies.domain.internal.relations.entities.PersonPoliciesDomain.setPersonCoveredService() is applicable for argument types: (java.sql.Date) values: [2024-01-01]
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |