DBA Data[Home] [Help]

APPS.HR_LOC_RKI dependencies on HR_UTILITY

Line 93: hr_utility.set_location('Entering: HR_LOC_RKI.AFTER_INSERT', 10);

89: )is
90: l_commit_unit_number number;
91: l_legislation_code varchar2(30);
92: begin
93: hr_utility.set_location('Entering: HR_LOC_RKI.AFTER_INSERT', 10);
94: l_commit_unit_number := hr_api.return_commit_unit;
95: if hr_api.call_app_hooks then
96: ZX_HR_LOCATIONS_GNR_HOOK.CREATE_GNR
97: (P_LOCATION_ID => P_LOCATION_ID

Line 123: hr_utility.set_location(' Leaving: HR_LOC_RKI.AFTER_INSERT', 20);

119: );
120: end if;
121: end if;
122: hr_api.validate_commit_unit(l_commit_unit_number, 'HR_LOCATIONS_ALL', 'AI');
123: hr_utility.set_location(' Leaving: HR_LOC_RKI.AFTER_INSERT', 20);
124: end AFTER_INSERT;
125: end HR_LOC_RKI;