DBA Data[Home] [Help]

APPS.PQP_VEHICLE_ALLOCATIONS_SWI dependencies on HR_UTILITY

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

86: -- Other variables
87: l_vehicle_allocation_id number;
88: l_proc varchar2(72) := g_package ||'create_vehicle_allocation';
89: Begin
90: hr_utility.set_location(' Entering:' || l_proc,10);
91: --
92: -- Issue a savepoint
93: --
94: savepoint create_vehicle_allocation_swi;

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

194: -- messages of any type exist in the Multiple Message List.
195: -- Also disable Multiple Message Detection.
196: --
197: p_return_status := hr_multi_message.get_return_status_disable;
198: hr_utility.set_location(' Leaving:' || l_proc,20);
199: --
200: exception
201: when hr_multi_message.error_message_exist then
202: --

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

211: p_object_version_number := null;
212: p_effective_start_date := null;
213: p_effective_end_date := null;
214: p_return_status := hr_multi_message.get_return_status_disable;
215: hr_utility.set_location(' Leaving:' || l_proc, 30);
216: when others then
217: --
218: -- When Multiple Message Detection is enabled catch
219: -- any Application specific or other unexpected

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

222: -- error.
223: --
224: rollback to create_vehicle_allocation_swi;
225: if hr_multi_message.unexpected_error_add(l_proc) then
226: hr_utility.set_location(' Leaving:' || l_proc,40);
227: raise;
228: end if;
229: --
230: -- Reset IN OUT and set OUT parameters

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

232: p_object_version_number := null;
233: p_effective_start_date := null;
234: p_effective_end_date := null;
235: p_return_status := hr_multi_message.get_return_status_disable;
236: hr_utility.set_location(' Leaving:' || l_proc,50);
237: end create_vehicle_allocation;
238: -- ----------------------------------------------------------------------------
239: -- |-----------------------< delete_vehicle_allocation >----------------------|
240: -- ----------------------------------------------------------------------------

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

257: --
258: -- Other variables
259: l_proc varchar2(72) := g_package ||'delete_vehicle_allocation';
260: Begin
261: hr_utility.set_location(' Entering:' || l_proc,10);
262: --
263: -- Issue a savepoint
264: --
265: savepoint delete_vehicle_allocation_swi;

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

304: -- messages of any type exist in the Multiple Message List.
305: -- Also disable Multiple Message Detection.
306: --
307: p_return_status := hr_multi_message.get_return_status_disable;
308: hr_utility.set_location(' Leaving:' || l_proc,20);
309: --
310: exception
311: when hr_multi_message.error_message_exist then
312: --

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

321: p_object_version_number := l_object_version_number;
322: p_effective_start_date := null;
323: p_effective_end_date := null;
324: p_return_status := hr_multi_message.get_return_status_disable;
325: hr_utility.set_location(' Leaving:' || l_proc, 30);
326: when others then
327: --
328: -- When Multiple Message Detection is enabled catch
329: -- any Application specific or other unexpected

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

332: -- error.
333: --
334: rollback to delete_vehicle_allocation_swi;
335: if hr_multi_message.unexpected_error_add(l_proc) then
336: hr_utility.set_location(' Leaving:' || l_proc,40);
337: raise;
338: end if;
339: --
340: -- Reset IN OUT and set OUT parameters

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

342: p_object_version_number := l_object_version_number;
343: p_effective_start_date := null;
344: p_effective_end_date := null;
345: p_return_status := hr_multi_message.get_return_status_disable;
346: hr_utility.set_location(' Leaving:' || l_proc,50);
347: raise;
348: end delete_vehicle_allocation;
349: -- ----------------------------------------------------------------------------
350: -- |-----------------------< update_vehicle_allocation >----------------------|

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

428: --
429: -- Other variables
430: l_proc varchar2(72) := g_package ||'update_vehicle_allocation';
431: Begin
432: hr_utility.set_location(' Entering:' || l_proc,10);
433: --
434: -- Issue a savepoint
435: --
436: savepoint update_vehicle_allocation_swi;

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

535: -- messages of any type exist in the Multiple Message List.
536: -- Also disable Multiple Message Detection.
537: --
538: p_return_status := hr_multi_message.get_return_status_disable;
539: hr_utility.set_location(' Leaving:' || l_proc,20);
540: --
541: exception
542: when hr_multi_message.error_message_exist then
543: --

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

552: p_object_version_number := l_object_version_number;
553: p_effective_start_date := null;
554: p_effective_end_date := null;
555: p_return_status := hr_multi_message.get_return_status_disable;
556: hr_utility.set_location(' Leaving:' || l_proc, 30);
557: when others then
558: --
559: -- When Multiple Message Detection is enabled catch
560: -- any Application specific or other unexpected

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

563: -- error.
564: --
565: rollback to update_vehicle_allocation_swi;
566: if hr_multi_message.unexpected_error_add(l_proc) then
567: hr_utility.set_location(' Leaving:' || l_proc,40);
568: raise;
569: end if;
570: --
571: -- Reset IN OUT and set OUT parameters

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

573: p_object_version_number := l_object_version_number;
574: p_effective_start_date := null;
575: p_effective_end_date := null;
576: p_return_status := hr_multi_message.get_return_status_disable;
577: hr_utility.set_location(' Leaving:' || l_proc,50);
578: end update_vehicle_allocation;
579: end pqp_vehicle_allocations_swi;