DBA Data[Home] [Help]

APPS.PAY_CAL_RKI dependencies on HR_UTILITY

Line 25: hr_utility.set_location('Entering: PAY_CAL_RKI.AFTER_INSERT', 10);

21: )is
22: l_commit_unit_number number;
23: l_legislation_code varchar2(30);
24: begin
25: hr_utility.set_location('Entering: PAY_CAL_RKI.AFTER_INSERT', 10);
26: l_commit_unit_number := hr_api.return_commit_unit;
27: if hr_api.call_app_hooks then
28: PAY_DYT_COST_ALLOCATIONS_PKG.AFTER_INSERT
29: (P_EFFECTIVE_DATE => P_EFFECTIVE_DATE

Line 47: hr_utility.set_location(' Leaving: PAY_CAL_RKI.AFTER_INSERT', 20);

43: ,P_OBJECT_VERSION_NUMBER => P_OBJECT_VERSION_NUMBER
44: );
45: end if;
46: hr_api.validate_commit_unit(l_commit_unit_number, 'PAY_COST_ALLOCATIONS_F', 'AI');
47: hr_utility.set_location(' Leaving: PAY_CAL_RKI.AFTER_INSERT', 20);
48: end AFTER_INSERT;
49: end PAY_CAL_RKI;