DBA Data[Home] [Help]

APPS.HR_ORI_RKI dependencies on HR_UTILITY

Line 56: hr_utility.set_location('Entering: HR_ORI_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: HR_ORI_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 120: hr_utility.set_location(' Leaving: HR_ORI_RKI.AFTER_INSERT', 20);

116: ,P_ORG_INFORMATION1 => P_ORG_INFORMATION1
117: );
118: end if;
119: hr_api.validate_commit_unit(l_commit_unit_number, 'HR_ORGANIZATION_INFORMATION', 'AI');
120: hr_utility.set_location(' Leaving: HR_ORI_RKI.AFTER_INSERT', 20);
121: end AFTER_INSERT;
122: end HR_ORI_RKI;