DBA Data[Home] [Help]

APPS.IRC_PENDING_DATA_SWI dependencies on HR_UTILITY

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

76: -- Other variables
77: l_pending_data_id number;
78: l_proc varchar2(72) := g_package ||'create_pending_data';
79: Begin
80: hr_utility.set_location(' Entering:' || l_proc,10);
81: --
82: -- Issue a savepoint
83: --
84: savepoint create_pending_data_swi;

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

172: -- messages of any type exist in the Multiple Message List.
173: -- Also disable Multiple Message Detection.
174: --
175: p_return_status := hr_multi_message.get_return_status_disable;
176: hr_utility.set_location(' Leaving:' || l_proc,20);
177: --
178: exception
179: when hr_multi_message.error_message_exist then
180: --

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

186: --
187: -- Reset IN OUT parameters and set OUT parameters
188: --
189: p_return_status := hr_multi_message.get_return_status_disable;
190: hr_utility.set_location(' Leaving:' || l_proc, 30);
191: when others then
192: --
193: -- When Multiple Message Detection is enabled catch
194: -- any Application specific or other unexpected

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

197: -- error.
198: --
199: rollback to create_pending_data_swi;
200: if hr_multi_message.unexpected_error_add(l_proc) then
201: hr_utility.set_location(' Leaving:' || l_proc,40);
202: raise;
203: end if;
204: --
205: -- Reset IN OUT and set OUT parameters

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

204: --
205: -- Reset IN OUT and set OUT parameters
206: --
207: p_return_status := hr_multi_message.get_return_status_disable;
208: hr_utility.set_location(' Leaving:' || l_proc,50);
209: end create_pending_data;
210: -- ----------------------------------------------------------------------------
211: -- |--------------------------< update_pending_data >-------------------------|
212: -- ----------------------------------------------------------------------------

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

277: --
278: -- Other variables
279: l_proc varchar2(72) := g_package ||'update_pending_data';
280: Begin
281: hr_utility.set_location(' Entering:' || l_proc,10);
282: --
283: -- Issue a savepoint
284: --
285: savepoint update_pending_data_swi;

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

366: -- messages of any type exist in the Multiple Message List.
367: -- Also disable Multiple Message Detection.
368: --
369: p_return_status := hr_multi_message.get_return_status_disable;
370: hr_utility.set_location(' Leaving:' || l_proc,20);
371: --
372: exception
373: when hr_multi_message.error_message_exist then
374: --

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

380: --
381: -- Reset IN OUT parameters and set OUT parameters
382: --
383: p_return_status := hr_multi_message.get_return_status_disable;
384: hr_utility.set_location(' Leaving:' || l_proc, 30);
385: when others then
386: --
387: -- When Multiple Message Detection is enabled catch
388: -- any Application specific or other unexpected

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

391: -- error.
392: --
393: rollback to update_pending_data_swi;
394: if hr_multi_message.unexpected_error_add(l_proc) then
395: hr_utility.set_location(' Leaving:' || l_proc,40);
396: raise;
397: end if;
398: --
399: -- Reset IN OUT and set OUT parameters

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

398: --
399: -- Reset IN OUT and set OUT parameters
400: --
401: p_return_status := hr_multi_message.get_return_status_disable;
402: hr_utility.set_location(' Leaving:' || l_proc,50);
403: end update_pending_data;
404: -- ----------------------------------------------------------------------------
405: -- |--------------------------< delete_pending_data >-------------------------|
406: -- ----------------------------------------------------------------------------

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

417: --
418: -- Other variables
419: l_proc varchar2(72) := g_package ||'delete_pending_data';
420: Begin
421: hr_utility.set_location(' Entering:' || l_proc,10);
422: --
423: -- Issue a savepoint
424: --
425: savepoint delete_pending_data_swi;

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

452: -- messages of any type exist in the Multiple Message List.
453: -- Also disable Multiple Message Detection.
454: --
455: p_return_status := hr_multi_message.get_return_status_disable;
456: hr_utility.set_location(' Leaving:' || l_proc,20);
457: --
458: exception
459: when hr_multi_message.error_message_exist then
460: --

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

466: --
467: -- Reset IN OUT parameters and set OUT parameters
468: --
469: p_return_status := hr_multi_message.get_return_status_disable;
470: hr_utility.set_location(' Leaving:' || l_proc, 30);
471: when others then
472: --
473: -- When Multiple Message Detection is enabled catch
474: -- any Application specific or other unexpected

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

477: -- error.
478: --
479: rollback to delete_pending_data_swi;
480: if hr_multi_message.unexpected_error_add(l_proc) then
481: hr_utility.set_location(' Leaving:' || l_proc,40);
482: raise;
483: end if;
484: --
485: -- Reset IN OUT and set OUT parameters

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

484: --
485: -- Reset IN OUT and set OUT parameters
486: --
487: p_return_status := hr_multi_message.get_return_status_disable;
488: hr_utility.set_location(' Leaving:' || l_proc,50);
489: end delete_pending_data;
490: end irc_pending_data_swi;