Fusion HCM REST API : Correct Termination Error : "You Can't Provide a Notification Date That's After the Termination Date"
(Doc ID 2602890.1)
Last updated on APRIL 09, 2023
Applies to:
Oracle Fusion Global Human Resources Cloud Service - Version 11.13.19.07.0 and laterInformation in this document applies to any platform.
Symptoms
When attempting to correct a work termination via Oracle Fusion HCM REST API Worker Work Relationship end point, user is able to correct a termination to a day past the current termination.
But when attempting to update the termination date to a value before the current termination date, the following error occurs below within the payload response.
ERROR
-----------------------
{
"title" : "Bad Request",
"status" : "400",
"o:errorDetails" : [ {
"detail" : "You can't provide a notification date that's after the termination date. (PER-1532295)",
"o:errorCode" : "PER:::PER_INV_NOTIFICATION_DATE"
} ]
}
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Update an existing termination date to a value after the current date via Oracle Fusion HCM REST API Worker Work Relationship end point as outlined via URL :
2. Encounter error above when attempting to update the termination date to a value before the current termination date.
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 |
Cause |
Solution |
References |