DBA Data[Home] [Help]

APPS.OTA_FINANCE_LINE_SWI dependencies on HR_UTILITY

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

90: --
91: -- Other variables
92: l_proc varchar2(72) := g_package ||'create_finance_line';
93: Begin
94: hr_utility.set_location(' Entering:' || l_proc,10);
95: --
96: -- Issue a savepoint
97: --
98: savepoint create_finance_line_swi;

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

200: -- messages of any type exist in the Multiple Message List.
201: -- Also disable Multiple Message Detection.
202: --
203: p_return_status := hr_multi_message.get_return_status_disable;
204: hr_utility.set_location(' Leaving:' || l_proc,20);
205: --
206: exception
207: when hr_multi_message.error_message_exist then
208: --

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

217: p_date_raised := l_date_raised;
218: p_object_version_number := null;
219: p_sequence_number := l_sequence_number;
220: p_return_status := hr_multi_message.get_return_status_disable;
221: hr_utility.set_location(' Leaving:' || l_proc, 30);
222: when others then
223: --
224: -- When Multiple Message Detection is enabled catch
225: -- any Application specific or other unexpected

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

228: -- error.
229: --
230: rollback to create_finance_line_swi;
231: if hr_multi_message.unexpected_error_add(l_proc) then
232: hr_utility.set_location(' Leaving:' || l_proc,40);
233: raise;
234: end if;
235: --
236: -- Reset IN OUT and set OUT parameters

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

238: p_date_raised := l_date_raised;
239: p_object_version_number := null;
240: p_sequence_number := l_sequence_number;
241: p_return_status := hr_multi_message.get_return_status_disable;
242: hr_utility.set_location(' Leaving:' || l_proc,50);
243: end create_finance_line;
244:
245: -- ----------------------------------------------------------------------------
246: -- |--------------------------< update_finance_line >-------------------------|

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

329: --
330: -- Other variables
331: l_proc varchar2(72) := g_package ||'update_finance_line';
332: Begin
333: hr_utility.set_location(' Entering:' || l_proc,10);
334: --
335: -- Issue a savepoint
336: --
337: savepoint update_finance_line_swi;

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

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

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

459: p_new_object_version_number := null;
460: p_date_raised := l_date_raised;
461: p_sequence_number := l_sequence_number;
462: p_return_status := hr_multi_message.get_return_status_disable;
463: hr_utility.set_location(' Leaving:' || l_proc, 30);
464: when others then
465: --
466: -- When Multiple Message Detection is enabled catch
467: -- any Application specific or other unexpected

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

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

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

481: p_new_object_version_number := null;
482: p_date_raised := l_date_raised;
483: p_sequence_number := l_sequence_number;
484: p_return_status := hr_multi_message.get_return_status_disable;
485: hr_utility.set_location(' Leaving:' || l_proc,50);
486: end update_finance_line;
487: -- ----------------------------------------------------------------------------
488: -- |--------------------------< delete_finance_line >-------------------------|
489: -- ----------------------------------------------------------------------------

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

501: --
502: -- Other variables
503: l_proc varchar2(72) := g_package ||'delete_finance_line';
504: Begin
505: hr_utility.set_location(' Entering:' || l_proc,10);
506: --
507: -- Issue a savepoint
508: --
509: savepoint delete_finance_line_swi;

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

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

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

557: --
558: -- Reset IN OUT parameters and set OUT parameters
559: --
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 delete_finance_line_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 579: hr_utility.set_location(' Leaving:' || l_proc,50);

575: --
576: -- Reset IN OUT and set OUT parameters
577: --
578: p_return_status := hr_multi_message.get_return_status_disable;
579: hr_utility.set_location(' Leaving:' || l_proc,50);
580: end delete_finance_line;
581: end ota_finance_line_swi;