DBA Data[Home] [Help]

APPS.PAY_RUN_TYPE_SWI dependencies on HR_UTILITY

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

63: --
64: -- Other variables
65: l_proc varchar2(72) := g_package ||'create_run_type';
66: Begin
67: hr_utility.set_location(' Entering:' || l_proc,10);
68: --
69: -- Issue a savepoint
70: --
71: savepoint create_run_type_swi;

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

146: -- messages of any type exist in the Multiple Message List.
147: -- Also disable Multiple Message Detection.
148: --
149: p_return_status := hr_multi_message.get_return_status_disable;
150: hr_utility.set_location(' Leaving:' || l_proc,20);
151: --
152: exception
153: when hr_multi_message.error_message_exist then
154: --

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

164: p_effective_start_date := null;
165: p_effective_end_date := null;
166: p_object_version_number := null;
167: p_return_status := hr_multi_message.get_return_status_disable;
168: hr_utility.set_location(' Leaving:' || l_proc, 30);
169: when others then
170: --
171: -- When Multiple Message Detection is enabled catch
172: -- any Application specific or other unexpected

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

175: -- error.
176: --
177: rollback to create_run_type_swi;
178: if hr_multi_message.unexpected_error_add(l_proc) then
179: hr_utility.set_location(' Leaving:' || l_proc,40);
180: raise;
181: end if;
182: --
183: -- Reset IN OUT and set OUT parameters

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

186: p_effective_start_date := null;
187: p_effective_end_date := null;
188: p_object_version_number := null;
189: p_return_status := hr_multi_message.get_return_status_disable;
190: hr_utility.set_location(' Leaving:' || l_proc,50);
191: end create_run_type;
192: -- ----------------------------------------------------------------------------
193: -- |----------------------------< update_run_type >---------------------------|
194: -- ----------------------------------------------------------------------------

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

247: --
248: -- Other variables
249: l_proc varchar2(72) := g_package ||'update_run_type';
250: Begin
251: hr_utility.set_location(' Entering:' || l_proc,10);
252: --
253: -- Issue a savepoint
254: --
255: savepoint update_run_type_swi;

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

330: -- messages of any type exist in the Multiple Message List.
331: -- Also disable Multiple Message Detection.
332: --
333: p_return_status := hr_multi_message.get_return_status_disable;
334: hr_utility.set_location(' Leaving:' || l_proc,20);
335: --
336: exception
337: when hr_multi_message.error_message_exist then
338: --

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

347: p_object_version_number := l_object_version_number;
348: p_effective_start_date := null;
349: p_effective_end_date := null;
350: p_return_status := hr_multi_message.get_return_status_disable;
351: hr_utility.set_location(' Leaving:' || l_proc, 30);
352: when others then
353: --
354: -- When Multiple Message Detection is enabled catch
355: -- any Application specific or other unexpected

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

358: -- error.
359: --
360: rollback to update_run_type_swi;
361: if hr_multi_message.unexpected_error_add(l_proc) then
362: hr_utility.set_location(' Leaving:' || l_proc,40);
363: raise;
364: end if;
365: --
366: -- Reset IN OUT and set OUT parameters

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

368: p_object_version_number := l_object_version_number;
369: p_effective_start_date := null;
370: p_effective_end_date := null;
371: p_return_status := hr_multi_message.get_return_status_disable;
372: hr_utility.set_location(' Leaving:' || l_proc,50);
373: end update_run_type;
374: -- ----------------------------------------------------------------------------
375: -- |----------------------------< delete_run_type >---------------------------|
376: -- ----------------------------------------------------------------------------

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

395: --
396: -- Other variables
397: l_proc varchar2(72) := g_package ||'delete_run_type';
398: Begin
399: hr_utility.set_location(' Entering:' || l_proc,10);
400: --
401: -- Issue a savepoint
402: --
403: savepoint delete_run_type_swi;

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

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

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

461: p_object_version_number := l_object_version_number;
462: p_effective_start_date := null;
463: p_effective_end_date := null;
464: p_return_status := hr_multi_message.get_return_status_disable;
465: hr_utility.set_location(' Leaving:' || l_proc, 30);
466: when others then
467: --
468: -- When Multiple Message Detection is enabled catch
469: -- any Application specific or other unexpected

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

472: -- error.
473: --
474: rollback to delete_run_type_swi;
475: if hr_multi_message.unexpected_error_add(l_proc) then
476: hr_utility.set_location(' Leaving:' || l_proc,40);
477: raise;
478: end if;
479: --
480: -- Reset IN OUT and set OUT parameters

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

482: p_object_version_number := l_object_version_number;
483: p_effective_start_date := null;
484: p_effective_end_date := null;
485: p_return_status := hr_multi_message.get_return_status_disable;
486: hr_utility.set_location(' Leaving:' || l_proc,50);
487: end delete_run_type;
488: end pay_run_type_swi;