DBA Data[Home] [Help]

APPS.HR_PERSON_BK2 dependencies on HXT_UTIL

Line 36: hxt_util.check_timecard_exists

32: begin
33: hr_utility.set_location('Entering: HR_PERSON_BK2.DELETE_PERSON_B', 10);
34: l_commit_unit_number := hr_api.return_commit_unit;
35: if hr_api.call_app_hooks then
36: hxt_util.check_timecard_exists
37: (P_PERSON_ID => P_PERSON_ID
38: );
39: end if;
40: hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_PERSON', 'BP');