DBA Data[Home] [Help]

APPS.PER_HIERARCHY_SWI dependencies on HR_UTILITY

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

93: --
94: -- Other variables
95: l_proc varchar2(72) := g_package ||'create_hierarchy';
96: Begin
97: hr_utility.set_location(' Entering:' || l_proc,10);
98: --
99: -- Issue a savepoint
100: --
101: savepoint create_hierarchy_swi;

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

206: -- messages of any type exist in the Multiple Message List.
207: -- Also disable Multiple Message Detection.
208: --
209: p_return_status := hr_multi_message.get_return_status_disable;
210: hr_utility.set_location(' Leaving:' || l_proc,20);
211: --
212: exception
213: when hr_multi_message.error_message_exist then
214: --

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

222: --
223: p_hierarchy_id := null;
224: p_object_version_number := l_object_version_number;
225: p_return_status := hr_multi_message.get_return_status_disable;
226: hr_utility.set_location(' Leaving:' || l_proc, 30);
227: when others then
228: --
229: -- When Multiple Message Detection is enabled catch
230: -- any Application specific or other unexpected

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

233: -- error.
234: --
235: rollback to create_hierarchy_swi;
236: if hr_multi_message.unexpected_error_add(l_proc) then
237: hr_utility.set_location(' Leaving:' || l_proc,40);
238: raise;
239: end if;
240: --
241: -- Reset IN OUT and set OUT parameters

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

242: --
243: p_hierarchy_id := null;
244: p_object_version_number := l_object_version_number;
245: p_return_status := hr_multi_message.get_return_status_disable;
246: hr_utility.set_location(' Leaving:' || l_proc,50);
247: end create_hierarchy;
248: -- ----------------------------------------------------------------------------
249: -- |---------------------------< delete_hierarchy >---------------------------|
250: -- ----------------------------------------------------------------------------

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

263: --
264: -- Other variables
265: l_proc varchar2(72) := g_package ||'delete_hierarchy';
266: Begin
267: hr_utility.set_location(' Entering:' || l_proc,10);
268: --
269: -- Issue a savepoint
270: --
271: savepoint delete_hierarchy_swi;

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

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

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

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

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

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

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

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

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

358: --
359: -- Other variables
360: l_proc varchar2(72) := g_package ||'lck';
361: Begin
362: hr_utility.set_location(' Entering:' || l_proc,10);
363: --
364: -- Issue a savepoint
365: --
366: savepoint lck_swi;

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

396: -- messages of any type exist in the Multiple Message List.
397: -- Also disable Multiple Message Detection.
398: --
399: p_return_status := hr_multi_message.get_return_status_disable;
400: hr_utility.set_location(' Leaving:' || l_proc,20);
401: --
402: exception
403: when hr_multi_message.error_message_exist then
404: --

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

410: --
411: -- Reset IN OUT parameters and set OUT parameters
412: --
413: p_return_status := hr_multi_message.get_return_status_disable;
414: hr_utility.set_location(' Leaving:' || l_proc, 30);
415: when others then
416: --
417: -- When Multiple Message Detection is enabled catch
418: -- any Application specific or other unexpected

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

421: -- error.
422: --
423: rollback to lck_swi;
424: if hr_multi_message.unexpected_error_add(l_proc) then
425: hr_utility.set_location(' Leaving:' || l_proc,40);
426: raise;
427: end if;
428: --
429: -- Reset IN OUT and set OUT parameters

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

428: --
429: -- Reset IN OUT and set OUT parameters
430: --
431: p_return_status := hr_multi_message.get_return_status_disable;
432: hr_utility.set_location(' Leaving:' || l_proc,50);
433: end lck;
434: -- ----------------------------------------------------------------------------
435: -- |---------------------------< update_hierarchy >---------------------------|
436: -- ----------------------------------------------------------------------------

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

517: --
518: -- Other variables
519: l_proc varchar2(72) := g_package ||'update_hierarchy';
520: Begin
521: hr_utility.set_location(' Entering:' || l_proc,10);
522: --
523: -- Issue a savepoint
524: --
525: savepoint update_hierarchy_swi;

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

628: -- messages of any type exist in the Multiple Message List.
629: -- Also disable Multiple Message Detection.
630: --
631: p_return_status := hr_multi_message.get_return_status_disable;
632: hr_utility.set_location(' Leaving:' || l_proc,20);
633: --
634: exception
635: when hr_multi_message.error_message_exist then
636: --

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

643: -- Reset IN OUT parameters and set OUT parameters
644: --
645: p_object_version_number := l_object_version_number;
646: p_return_status := hr_multi_message.get_return_status_disable;
647: hr_utility.set_location(' Leaving:' || l_proc, 30);
648: when others then
649: --
650: -- When Multiple Message Detection is enabled catch
651: -- any Application specific or other unexpected

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

654: -- error.
655: --
656: rollback to update_hierarchy_swi;
657: if hr_multi_message.unexpected_error_add(l_proc) then
658: hr_utility.set_location(' Leaving:' || l_proc,40);
659: raise;
660: end if;
661: --
662: -- Reset IN OUT and set OUT parameters

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

662: -- Reset IN OUT and set OUT parameters
663: --
664: p_object_version_number := l_object_version_number;
665: p_return_status := hr_multi_message.get_return_status_disable;
666: hr_utility.set_location(' Leaving:' || l_proc,50);
667: end update_hierarchy;
668: end per_hierarchy_swi;