DBA Data[Home] [Help]

APPS.PQP_VEH_ALLOC_EXTRA_INFO_SWI dependencies on HR_UTILITY

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

81: -- Other variables
82: l_veh_alloc_extra_info_id number;
83: l_proc varchar2(72) := g_package ||'create_veh_alloc_extra_info';
84: Begin
85: hr_utility.set_location(' Entering:' || l_proc,10);
86: --
87: -- Issue a savepoint
88: --
89: savepoint create_veh_alloc_xtra_info_swi;

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

184: -- messages of any type exist in the Multiple Message List.
185: -- Also disable Multiple Message Detection.
186: --
187: p_return_status := hr_multi_message.get_return_status_disable;
188: hr_utility.set_location(' Leaving:' || l_proc,20);
189: --
190: exception
191: when hr_multi_message.error_message_exist then
192: --

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

199: -- Reset IN OUT parameters and set OUT parameters
200: --
201: p_object_version_number := null;
202: p_return_status := hr_multi_message.get_return_status_disable;
203: hr_utility.set_location(' Leaving:' || l_proc, 30);
204: when others then
205: --
206: -- When Multiple Message Detection is enabled catch
207: -- any Application specific or other unexpected

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

210: -- error.
211: --
212: rollback to create_veh_alloc_xtra_info_swi;
213: if hr_multi_message.unexpected_error_add(l_proc) then
214: hr_utility.set_location(' Leaving:' || l_proc,40);
215: raise;
216: end if;
217: --
218: -- Reset IN OUT and set OUT parameters

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

218: -- Reset IN OUT and set OUT parameters
219: --
220: p_object_version_number := null;
221: p_return_status := hr_multi_message.get_return_status_disable;
222: hr_utility.set_location(' Leaving:' || l_proc,50);
223: end create_veh_alloc_extra_info;
224: -- ----------------------------------------------------------------------------
225: -- |----------------------< update_veh_alloc_extra_info >---------------------|
226: -- ----------------------------------------------------------------------------

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

297: --
298: -- Other variables
299: l_proc varchar2(72) := g_package ||'update_veh_alloc_extra_info';
300: Begin
301: hr_utility.set_location(' Entering:' || l_proc,10);
302: --
303: -- Issue a savepoint
304: --
305: savepoint update_veh_alloc_xtra_info_swi;

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

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

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

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

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

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

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

432: -- Reset IN OUT and set OUT parameters
433: --
434: p_object_version_number := l_object_version_number;
435: p_return_status := hr_multi_message.get_return_status_disable;
436: hr_utility.set_location(' Leaving:' || l_proc,50);
437: end update_veh_alloc_extra_info;
438: -- ----------------------------------------------------------------------------
439: -- |----------------------< delete_veh_alloc_extra_info >---------------------|
440: -- ----------------------------------------------------------------------------

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

452: --
453: -- Other variables
454: l_proc varchar2(72) := g_package ||'delete_veh_alloc_extra_info';
455: Begin
456: hr_utility.set_location(' Entering:' || l_proc,10);
457: --
458: -- Issue a savepoint
459: --
460: savepoint delete_veh_alloc_xtra_info_swi;

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

494: -- messages of any type exist in the Multiple Message List.
495: -- Also disable Multiple Message Detection.
496: --
497: p_return_status := hr_multi_message.get_return_status_disable;
498: hr_utility.set_location(' Leaving:' || l_proc,20);
499: --
500: exception
501: when hr_multi_message.error_message_exist then
502: --

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

508: --
509: -- Reset IN OUT parameters and set OUT parameters
510: --
511: p_return_status := hr_multi_message.get_return_status_disable;
512: hr_utility.set_location(' Leaving:' || l_proc, 30);
513: when others then
514: --
515: -- When Multiple Message Detection is enabled catch
516: -- any Application specific or other unexpected

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

519: -- error.
520: --
521: rollback to delete_veh_alloc_xtra_info_swi;
522: if hr_multi_message.unexpected_error_add(l_proc) then
523: hr_utility.set_location(' Leaving:' || l_proc,40);
524: raise;
525: end if;
526: --
527: -- Reset IN OUT and set OUT parameters

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

526: --
527: -- Reset IN OUT and set OUT parameters
528: --
529: p_return_status := hr_multi_message.get_return_status_disable;
530: hr_utility.set_location(' Leaving:' || l_proc,50);
531: end delete_veh_alloc_extra_info;
532: end pqp_veh_alloc_extra_info_swi;