DBA Data[Home] [Help]

APPS.HXC_HPH_RKI dependencies on HR_UTILITY

Line 56: hr_utility.set_location('Entering: HXC_HPH_RKI.AFTER_INSERT', 10);

52: )is
53: l_commit_unit_number number;
54: l_legislation_code varchar2(30);
55: begin
56: hr_utility.set_location('Entering: HXC_HPH_RKI.AFTER_INSERT', 10);
57: l_commit_unit_number := hr_api.return_commit_unit;
58: if hr_api.call_leg_hooks then
59: -- Note: All legislation hook calls will be executed regardless of the
60: -- legislation code because the data for this API module is not held within

Line 72: hr_utility.set_location(' Leaving: HXC_HPH_RKI.AFTER_INSERT', 20);

68: ,P_ATTRIBUTE3 => P_ATTRIBUTE3
69: );
70: end if;
71: hr_api.validate_commit_unit(l_commit_unit_number, 'HXC_PREF_HIERARCHIES', 'AI');
72: hr_utility.set_location(' Leaving: HXC_HPH_RKI.AFTER_INSERT', 20);
73: end AFTER_INSERT;
74: end HXC_HPH_RKI;