DBA Data[Home] [Help]

APPS.PAY_CAL_RKD dependencies on HR_UTILITY

Line 28: hr_utility.set_location('Entering: PAY_CAL_RKD.AFTER_DELETE', 10);

24: )is
25: l_commit_unit_number number;
26: l_legislation_code varchar2(30);
27: begin
28: hr_utility.set_location('Entering: PAY_CAL_RKD.AFTER_DELETE', 10);
29: l_commit_unit_number := hr_api.return_commit_unit;
30: if hr_api.call_app_hooks then
31: PAY_DYT_COST_ALLOCATIONS_PKG.AFTER_DELETE
32: (P_EFFECTIVE_DATE => P_EFFECTIVE_DATE

Line 53: hr_utility.set_location(' Leaving: PAY_CAL_RKD.AFTER_DELETE', 20);

49: ,P_OBJECT_VERSION_NUMBER_O => P_OBJECT_VERSION_NUMBER_O
50: );
51: end if;
52: hr_api.validate_commit_unit(l_commit_unit_number, 'PAY_COST_ALLOCATIONS_F', 'AD');
53: hr_utility.set_location(' Leaving: PAY_CAL_RKD.AFTER_DELETE', 20);
54: end AFTER_DELETE;
55: end PAY_CAL_RKD;