DBA Data[Home] [Help]

APPS.HR_APPRAISAL_PERIOD_SWI dependencies on HR_UTILITY

Line 73: hr_utility.set_location(' Entering:' || l_proc,10);

69: -- Other variables
70: l_appraisal_period_id number;
71: l_proc varchar2(72) := g_package ||'create_appraisal_period';
72: Begin
73: hr_utility.set_location(' Entering:' || l_proc,10);
74: --
75: -- Issue a savepoint
76: --
77: savepoint create_appraisal_period_swi;

Line 164: hr_utility.set_location(' Leaving:' || l_proc,20);

160: -- messages of any type exist in the Multiple Message List.
161: -- Also disable Multiple Message Detection.
162: --
163: p_return_status := hr_multi_message.get_return_status_disable;
164: hr_utility.set_location(' Leaving:' || l_proc,20);
165: --
166: exception
167: when hr_multi_message.error_message_exist then
168: --

Line 179: hr_utility.set_location(' Leaving:' || l_proc, 30);

175: -- Reset IN OUT parameters and set OUT parameters
176: --
177: p_object_version_number := null;
178: p_return_status := hr_multi_message.get_return_status_disable;
179: hr_utility.set_location(' Leaving:' || l_proc, 30);
180: when others then
181: --
182: -- When Multiple Message Detection is enabled catch
183: -- any Application specific or other unexpected

Line 190: hr_utility.set_location(' Leaving:' || l_proc,40);

186: -- error.
187: --
188: rollback to create_appraisal_period_swi;
189: if hr_multi_message.unexpected_error_add(l_proc) then
190: hr_utility.set_location(' Leaving:' || l_proc,40);
191: raise;
192: end if;
193: --
194: -- Reset IN OUT and set OUT parameters

Line 198: hr_utility.set_location(' Leaving:' || l_proc,50);

194: -- Reset IN OUT and set OUT parameters
195: --
196: p_object_version_number := null;
197: p_return_status := hr_multi_message.get_return_status_disable;
198: hr_utility.set_location(' Leaving:' || l_proc,50);
199: end create_appraisal_period;
200: -- ----------------------------------------------------------------------------
201: -- |------------------------< delete_appraisal_period >-----------------------|
202: -- ----------------------------------------------------------------------------

Line 218: hr_utility.set_location(' Entering:' || l_proc,10);

214: --
215: -- Other variables
216: l_proc varchar2(72) := g_package ||'delete_appraisal_period';
217: Begin
218: hr_utility.set_location(' Entering:' || l_proc,10);
219: --
220: -- Issue a savepoint
221: --
222: savepoint delete_appraisal_period_swi;

Line 260: hr_utility.set_location(' Leaving:' || l_proc,20);

256: -- messages of any type exist in the Multiple Message List.
257: -- Also disable Multiple Message Detection.
258: --
259: p_return_status := hr_multi_message.get_return_status_disable;
260: hr_utility.set_location(' Leaving:' || l_proc,20);
261: --
262: exception
263: when hr_multi_message.error_message_exist then
264: --

Line 274: hr_utility.set_location(' Leaving:' || l_proc, 30);

270: --
271: -- Reset IN OUT parameters and set OUT parameters
272: --
273: p_return_status := hr_multi_message.get_return_status_disable;
274: hr_utility.set_location(' Leaving:' || l_proc, 30);
275: when others then
276: --
277: -- When Multiple Message Detection is enabled catch
278: -- any Application specific or other unexpected

Line 285: hr_utility.set_location(' Leaving:' || l_proc,40);

281: -- error.
282: --
283: rollback to delete_appraisal_period_swi;
284: if hr_multi_message.unexpected_error_add(l_proc) then
285: hr_utility.set_location(' Leaving:' || l_proc,40);
286: raise;
287: end if;
288: --
289: -- Reset IN OUT and set OUT parameters

Line 292: hr_utility.set_location(' Leaving:' || l_proc,50);

288: --
289: -- Reset IN OUT and set OUT parameters
290: --
291: p_return_status := hr_multi_message.get_return_status_disable;
292: hr_utility.set_location(' Leaving:' || l_proc,50);
293: end delete_appraisal_period;
294: -- ----------------------------------------------------------------------------
295: -- |------------------------< update_appraisal_period >-----------------------|
296: -- ----------------------------------------------------------------------------

Line 357: hr_utility.set_location(' Entering:' || l_proc,10);

353: --
354: -- Other variables
355: l_proc varchar2(72) := g_package ||'update_appraisal_period';
356: Begin
357: hr_utility.set_location(' Entering:' || l_proc,10);
358: --
359: -- Issue a savepoint
360: --
361: savepoint update_appraisal_period_swi;

Line 444: hr_utility.set_location(' Leaving:' || l_proc,20);

440: -- messages of any type exist in the Multiple Message List.
441: -- Also disable Multiple Message Detection.
442: --
443: p_return_status := hr_multi_message.get_return_status_disable;
444: hr_utility.set_location(' Leaving:' || l_proc,20);
445: --
446: exception
447: when hr_multi_message.error_message_exist then
448: --

Line 459: hr_utility.set_location(' Leaving:' || l_proc, 30);

455: -- Reset IN OUT parameters and set OUT parameters
456: --
457: p_object_version_number := l_object_version_number;
458: p_return_status := hr_multi_message.get_return_status_disable;
459: hr_utility.set_location(' Leaving:' || l_proc, 30);
460: when others then
461: --
462: -- When Multiple Message Detection is enabled catch
463: -- any Application specific or other unexpected

Line 470: hr_utility.set_location(' Leaving:' || l_proc,40);

466: -- error.
467: --
468: rollback to update_appraisal_period_swi;
469: if hr_multi_message.unexpected_error_add(l_proc) then
470: hr_utility.set_location(' Leaving:' || l_proc,40);
471: raise;
472: end if;
473: --
474: -- Reset IN OUT and set OUT parameters

Line 478: hr_utility.set_location(' Leaving:' || l_proc,50);

474: -- Reset IN OUT and set OUT parameters
475: --
476: p_object_version_number := l_object_version_number;
477: p_return_status := hr_multi_message.get_return_status_disable;
478: hr_utility.set_location(' Leaving:' || l_proc,50);
479: end update_appraisal_period;
480: end hr_appraisal_period_swi;