DBA Data[Home] [Help]

APPS.HR_LEI_RKI dependencies on HR_UTILITY

Line 69: hr_utility.set_location('Entering: HR_LEI_RKI.AFTER_INSERT', 10);

65: )is
66: l_commit_unit_number number;
67: l_legislation_code varchar2(30);
68: begin
69: hr_utility.set_location('Entering: HR_LEI_RKI.AFTER_INSERT', 10);
70: l_commit_unit_number := hr_api.return_commit_unit;
71: if hr_api.call_leg_hooks then
72: -- Note: All legislation hook calls will be executed regardless of the
73: -- legislation code because the data for this API module is not held within

Line 138: hr_utility.set_location(' Leaving: HR_LEI_RKI.AFTER_INSERT', 20);

134: ,P_LEI_INFORMATION30 => P_LEI_INFORMATION30
135: );
136: end if;
137: hr_api.validate_commit_unit(l_commit_unit_number, 'HR_LOCATION_EXTRA_INFO', 'AI');
138: hr_utility.set_location(' Leaving: HR_LEI_RKI.AFTER_INSERT', 20);
139: end AFTER_INSERT;
140: end HR_LEI_RKI;