Announcements for Payroll and OTL can now be found in the Announcements - Payroll and OTL - EBS (MOSC) subcategory. Follow to be sure you don't miss a thing!
HR_PERSON_ABSENCE_API is returning error code, not error description
Hi
Oracle EBS R12.2.9
HR_PERSON_ABSENCE_API.update_person_absence is returning error code, not error description. e.g. ORA-20001: HR_6744_ABS_DET_ENTRY_PERIOD: N, PERIOD_FROM, 01-SEP-2023, N, PERIOD_TO, 30-SEP-2023
Have checked "Public Api For Absence Is Giving Error Codes Instead Of Error Messages (Doc ID 2196819.1)" for HR_7552_ASS_AUTH_INVALID
Our version is already higher than 120.17.12010000.20
/* $Header: peabsrhi.pkb 120.27.12020000.14 2018/10/11 13:21:27 gahluwal ship $ */
I can also see FND_MESSAGE.RAISE_ERROR replaced with HR_UTILITY.RAISE_ERROR in peabsrhi.pkb (package PER_ABS_SHD)
However the string HR_6744_ABS_DET_ENTRY_PERIOD does not occur in package PER_ABS_SHD, so