DBA Data[Home] [Help]

APPS.PAY_BALANCE_CATEGORY_SWI dependencies on HR_UTILITY

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

61: --
62: -- Other variables
63: l_proc varchar2(72) := g_package ||'create_balance_category';
64: Begin
65: hr_utility.set_location(' Entering:' || l_proc,10);
66: --
67: -- Issue a savepoint
68: --
69: savepoint create_balance_category_swi;

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

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

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

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

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

171: -- error.
172: --
173: rollback to create_balance_category_swi;
174: if hr_multi_message.unexpected_error_add(l_proc) then
175: hr_utility.set_location(' Leaving:' || l_proc,40);
176: raise;
177: end if;
178: --
179: -- Reset IN OUT and set OUT parameters

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

182: p_effective_start_date := null;
183: p_effective_end_date := null;
184: p_object_version_number := null;
185: p_return_status := hr_multi_message.get_return_status_disable;
186: hr_utility.set_location(' Leaving:' || l_proc,50);
187: end create_balance_category;
188: -- ----------------------------------------------------------------------------
189: -- |------------------------< update_balance_category >-----------------------|
190: -- ----------------------------------------------------------------------------

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

242: --
243: -- Other variables
244: l_proc varchar2(72) := g_package ||'update_balance_category';
245: Begin
246: hr_utility.set_location(' Entering:' || l_proc,10);
247: --
248: -- Issue a savepoint
249: --
250: savepoint update_balance_category_swi;

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

324: -- messages of any type exist in the Multiple Message List.
325: -- Also disable Multiple Message Detection.
326: --
327: p_return_status := hr_multi_message.get_return_status_disable;
328: hr_utility.set_location(' Leaving:' || l_proc,20);
329: --
330: exception
331: when hr_multi_message.error_message_exist then
332: --

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

341: p_object_version_number := l_object_version_number;
342: p_effective_start_date := null;
343: p_effective_end_date := null;
344: p_return_status := hr_multi_message.get_return_status_disable;
345: hr_utility.set_location(' Leaving:' || l_proc, 30);
346: when others then
347: --
348: -- When Multiple Message Detection is enabled catch
349: -- any Application specific or other unexpected

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

352: -- error.
353: --
354: rollback to update_balance_category_swi;
355: if hr_multi_message.unexpected_error_add(l_proc) then
356: hr_utility.set_location(' Leaving:' || l_proc,40);
357: raise;
358: end if;
359: --
360: -- Reset IN OUT and set OUT parameters

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

362: p_object_version_number := l_object_version_number;
363: p_effective_start_date := null;
364: p_effective_end_date := null;
365: p_return_status := hr_multi_message.get_return_status_disable;
366: hr_utility.set_location(' Leaving:' || l_proc,50);
367: end update_balance_category;
368: -- ----------------------------------------------------------------------------
369: -- |------------------------< delete_balance_category >-----------------------|
370: -- ----------------------------------------------------------------------------

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

389: --
390: -- Other variables
391: l_proc varchar2(72) := g_package ||'delete_balance_category';
392: Begin
393: hr_utility.set_location(' Entering:' || l_proc,10);
394: --
395: -- Issue a savepoint
396: --
397: savepoint delete_balance_category_swi;

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

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

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

455: p_object_version_number := l_object_version_number;
456: p_effective_start_date := null;
457: p_effective_end_date := null;
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 delete_balance_category_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 480: hr_utility.set_location(' Leaving:' || l_proc,50);

476: p_object_version_number := l_object_version_number;
477: p_effective_start_date := null;
478: p_effective_end_date := null;
479: p_return_status := hr_multi_message.get_return_status_disable;
480: hr_utility.set_location(' Leaving:' || l_proc,50);
481: end delete_balance_category;
482: end pay_balance_category_swi;