DBA Data[Home] [Help]

APPS.PQP_VEHICLE_ALLOCATIONS_SWI dependencies on HR_UTILITY

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

102: -- Other variables
103: l_vehicle_allocation_id number;
104: l_proc varchar2(72) := g_package ||'create_vehicle_allocation';
105: Begin
106: hr_utility.set_location(' Entering:' || l_proc,10);
107: --
108: -- Issue a savepoint
109: --
110: savepoint create_vehicle_allocation_swi;

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

221: -- messages of any type exist in the Multiple Message List.
222: -- Also disable Multiple Message Detection.
223: --
224: p_return_status := hr_multi_message.get_return_status_disable;
225: hr_utility.set_location(' Leaving:' || l_proc,20);
226: --
227: exception
228: when hr_multi_message.error_message_exist then
229: --

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

238: p_object_version_number := null;
239: p_effective_start_date := null;
240: p_effective_end_date := null;
241: p_return_status := hr_multi_message.get_return_status_disable;
242: hr_utility.set_location(' Leaving:' || l_proc, 30);
243: when others then
244: --
245: -- When Multiple Message Detection is enabled catch
246: -- any Application specific or other unexpected

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

249: -- error.
250: --
251: rollback to create_vehicle_allocation_swi;
252: if hr_multi_message.unexpected_error_add(l_proc) then
253: hr_utility.set_location(' Leaving:' || l_proc,40);
254: raise;
255: end if;
256: --
257: -- Reset IN OUT and set OUT parameters

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

259: p_object_version_number := null;
260: p_effective_start_date := null;
261: p_effective_end_date := null;
262: p_return_status := hr_multi_message.get_return_status_disable;
263: hr_utility.set_location(' Leaving:' || l_proc,50);
264: end create_vehicle_allocation;
265: -- ----------------------------------------------------------------------------
266: -- |-----------------------< delete_vehicle_allocation >----------------------|
267: -- ----------------------------------------------------------------------------

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

284: --
285: -- Other variables
286: l_proc varchar2(72) := g_package ||'delete_vehicle_allocation';
287: Begin
288: hr_utility.set_location(' Entering:' || l_proc,10);
289: --
290: -- Issue a savepoint
291: --
292: savepoint delete_vehicle_allocation_swi;

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

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

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

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

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

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

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

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

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

455: --
456: -- Other variables
457: l_proc varchar2(72) := g_package ||'update_vehicle_allocation';
458: Begin
459: hr_utility.set_location(' Entering:' || l_proc,10);
460: --
461: -- Issue a savepoint
462: --
463: savepoint update_vehicle_allocation_swi;

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

574: -- messages of any type exist in the Multiple Message List.
575: -- Also disable Multiple Message Detection.
576: --
577: p_return_status := hr_multi_message.get_return_status_disable;
578: hr_utility.set_location(' Leaving:' || l_proc,20);
579: --
580: exception
581: when hr_multi_message.error_message_exist then
582: --

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

591: p_object_version_number := l_object_version_number;
592: p_effective_start_date := null;
593: p_effective_end_date := null;
594: p_return_status := hr_multi_message.get_return_status_disable;
595: hr_utility.set_location(' Leaving:' || l_proc, 30);
596: when others then
597: --
598: -- When Multiple Message Detection is enabled catch
599: -- any Application specific or other unexpected

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

602: -- error.
603: --
604: rollback to update_vehicle_allocation_swi;
605: if hr_multi_message.unexpected_error_add(l_proc) then
606: hr_utility.set_location(' Leaving:' || l_proc,40);
607: raise;
608: end if;
609: --
610: -- Reset IN OUT and set OUT parameters

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

612: p_object_version_number := l_object_version_number;
613: p_effective_start_date := null;
614: p_effective_end_date := null;
615: p_return_status := hr_multi_message.get_return_status_disable;
616: hr_utility.set_location(' Leaving:' || l_proc,50);
617: end update_vehicle_allocation;
618: end pqp_vehicle_allocations_swi;