DBA Data[Home] [Help]

APPS.HR_PERSON_ABSENCE_API dependencies on HR_ABSUTIL_SS

Line 2462: hr_absutil_ss.remove_absence_transaction(p_absence_attendance_id);

2458: -- to delete all the pending for approval transactions data requested for OTL-HRAbsence.
2459: if nvl(FND_PROFILE.Value('HR_ABS_OTL_INTEGRATION'),'N') = 'Y' then
2460:
2461: hr_utility.set_location('OTL HR ABS integration is ON ', 10);
2462: hr_absutil_ss.remove_absence_transaction(p_absence_attendance_id);
2463:
2464: end if;
2465:
2466: -- When in validation only mode raise the Validate_Enabled exception