DBA Data[Home] [Help]

APPS.PER_QUALIFICATIONS_SWI dependencies on HR_UTILITY

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

95: -- Other variables
96: l_qualification_id number;
97: l_proc varchar2(72) := g_package ||'create_qualification';
98: Begin
99: hr_utility.set_location(' Entering:' || l_proc,10);
100: --
101: -- Issue a savepoint
102: --
103: savepoint create_qualification_swi;

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

212: -- messages of any type exist in the Multiple Message List.
213: -- Also disable Multiple Message Detection.
214: --
215: p_return_status := hr_multi_message.get_return_status_disable;
216: hr_utility.set_location(' Leaving:' || l_proc,20);
217: --
218: exception
219: when hr_multi_message.error_message_exist then
220: --

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

227: -- Reset IN OUT parameters and set OUT parameters
228: --
229: p_object_version_number := null;
230: p_return_status := hr_multi_message.get_return_status_disable;
231: hr_utility.set_location(' Leaving:' || l_proc, 30);
232: when others then
233: --
234: -- When Multiple Message Detection is enabled catch
235: -- any Application specific or other unexpected

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

238: -- error.
239: --
240: rollback to create_qualification_swi;
241: if hr_multi_message.unexpected_error_add(l_proc) then
242: hr_utility.set_location(' Leaving:' || l_proc,40);
243: raise;
244: end if;
245: --
246: -- Reset IN OUT and set OUT parameters

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

246: -- Reset IN OUT and set OUT parameters
247: --
248: p_object_version_number := null;
249: p_return_status := hr_multi_message.get_return_status_disable;
250: hr_utility.set_location(' Leaving:' || l_proc,50);
251: end create_qualification;
252: -- ----------------------------------------------------------------------------
253: -- |-------------------------< delete_qualification >-------------------------|
254: -- ----------------------------------------------------------------------------

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

266: --
267: -- Other variables
268: l_proc varchar2(72) := g_package ||'delete_qualification';
269: Begin
270: hr_utility.set_location(' Entering:' || l_proc,10);
271: --
272: -- Issue a savepoint
273: --
274: savepoint delete_qualification_swi;

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

308: -- messages of any type exist in the Multiple Message List.
309: -- Also disable Multiple Message Detection.
310: --
311: p_return_status := hr_multi_message.get_return_status_disable;
312: hr_utility.set_location(' Leaving:' || l_proc,20);
313: --
314: exception
315: when hr_multi_message.error_message_exist then
316: --

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

322: --
323: -- Reset IN OUT parameters and set OUT parameters
324: --
325: p_return_status := hr_multi_message.get_return_status_disable;
326: hr_utility.set_location(' Leaving:' || l_proc, 30);
327: when others then
328: --
329: -- When Multiple Message Detection is enabled catch
330: -- any Application specific or other unexpected

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

333: -- error.
334: --
335: rollback to delete_qualification_swi;
336: if hr_multi_message.unexpected_error_add(l_proc) then
337: hr_utility.set_location(' Leaving:' || l_proc,40);
338: raise;
339: end if;
340: --
341: -- Reset IN OUT and set OUT parameters

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

340: --
341: -- Reset IN OUT and set OUT parameters
342: --
343: p_return_status := hr_multi_message.get_return_status_disable;
344: hr_utility.set_location(' Leaving:' || l_proc,50);
345: end delete_qualification;
346: -- ----------------------------------------------------------------------------
347: -- |-------------------------< update_qualification >-------------------------|
348: -- ----------------------------------------------------------------------------

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

430: --
431: -- Other variables
432: l_proc varchar2(72) := g_package ||'update_qualification';
433: Begin
434: hr_utility.set_location(' Entering:' || l_proc,10);
435: --
436: -- Issue a savepoint
437: --
438: savepoint update_qualification_swi;

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

542: -- messages of any type exist in the Multiple Message List.
543: -- Also disable Multiple Message Detection.
544: --
545: p_return_status := hr_multi_message.get_return_status_disable;
546: hr_utility.set_location(' Leaving:' || l_proc,20);
547: --
548: exception
549: when hr_multi_message.error_message_exist then
550: --

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

557: -- Reset IN OUT parameters and set OUT parameters
558: --
559: p_object_version_number := l_object_version_number;
560: p_return_status := hr_multi_message.get_return_status_disable;
561: hr_utility.set_location(' Leaving:' || l_proc, 30);
562: when others then
563: --
564: -- When Multiple Message Detection is enabled catch
565: -- any Application specific or other unexpected

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

568: -- error.
569: --
570: rollback to update_qualification_swi;
571: if hr_multi_message.unexpected_error_add(l_proc) then
572: hr_utility.set_location(' Leaving:' || l_proc,40);
573: raise;
574: end if;
575: --
576: -- Reset IN OUT and set OUT parameters

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

576: -- Reset IN OUT and set OUT parameters
577: --
578: p_object_version_number := l_object_version_number;
579: p_return_status := hr_multi_message.get_return_status_disable;
580: hr_utility.set_location(' Leaving:' || l_proc,50);
581: end update_qualification;
582: end per_qualifications_swi;