DBA Data[Home] [Help]

APPS.PQP_VEHICLE_REPOSITORY_SWI dependencies on HR_UTILITY

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

118: l_lookup_code hr_lookups.lookup_code%TYPE;
119: l_leg_code pqp_configuration_values.legislation_code%TYPE;
120:
121: Begin
122: hr_utility.set_location(' Entering:' || l_proc,10);
123: --
124: Begin
125:
126: --Getting the legislationId for business groupId

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

258: -- messages of any type exist in the Multiple Message List.
259: -- Also disable Multiple Message Detection.
260: --
261: p_return_status := hr_multi_message.get_return_status_disable;
262: hr_utility.set_location(' Leaving:' || l_proc,20);
263: --
264: exception
265: when hr_multi_message.error_message_exist then
266: --

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

275: p_object_version_number := null;
276: p_effective_start_date := null;
277: p_effective_end_date := null;
278: p_return_status := hr_multi_message.get_return_status_disable;
279: hr_utility.set_location(' Leaving:' || l_proc, 30);
280: when others then
281: --
282: -- When Multiple Message Detection is enabled catch
283: -- any Application specific or other unexpected

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

286: -- error.
287: --
288: rollback to create_vehicle_swi;
289: if hr_multi_message.unexpected_error_add(l_proc) then
290: hr_utility.set_location(' Leaving:' || l_proc,40);
291: raise;
292: end if;
293: --
294: -- Reset IN OUT and set OUT parameters

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

296: p_object_version_number := null;
297: p_effective_start_date := null;
298: p_effective_end_date := null;
299: p_return_status := hr_multi_message.get_return_status_disable;
300: hr_utility.set_location(' Leaving:' || l_proc,50);
301: raise;
302: end create_vehicle;
303: -- ----------------------------------------------------------------------------
304: -- |----------------------------< delete_vehicle >----------------------------|

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

322: --
323: -- Other variables
324: l_proc varchar2(72) := g_package ||'delete_vehicle';
325: Begin
326: hr_utility.set_location(' Entering:' || l_proc,10);
327: --
328: -- Issue a savepoint
329: --
330: savepoint delete_vehicle_swi;

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

369: -- messages of any type exist in the Multiple Message List.
370: -- Also disable Multiple Message Detection.
371: --
372: p_return_status := hr_multi_message.get_return_status_disable;
373: hr_utility.set_location(' Leaving:' || l_proc,20);
374: --
375: exception
376: when hr_multi_message.error_message_exist then
377: --

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

386: p_object_version_number := l_object_version_number;
387: p_effective_start_date := null;
388: p_effective_end_date := null;
389: p_return_status := hr_multi_message.get_return_status_disable;
390: hr_utility.set_location(' Leaving:' || l_proc, 30);
391: when others then
392: --
393: -- When Multiple Message Detection is enabled catch
394: -- any Application specific or other unexpected

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

397: -- error.
398: --
399: rollback to delete_vehicle_swi;
400: if hr_multi_message.unexpected_error_add(l_proc) then
401: hr_utility.set_location(' Leaving:' || l_proc,40);
402: raise;
403: end if;
404: --
405: -- Reset IN OUT and set OUT parameters

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

407: p_object_version_number := l_object_version_number;
408: p_effective_start_date := null;
409: p_effective_end_date := null;
410: p_return_status := hr_multi_message.get_return_status_disable;
411: hr_utility.set_location(' Leaving:' || l_proc,50);
412: raise;
413: end delete_vehicle;
414: -- ----------------------------------------------------------------------------
415: -- |----------------------------< update_vehicle >----------------------------|

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

511: --
512: -- Other variables
513: l_proc varchar2(72) := g_package ||'update_vehicle';
514: Begin
515: hr_utility.set_location(' Entering:' || l_proc,10);
516: --
517: -- Issue a savepoint
518: --
519: savepoint update_vehicle_swi;

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

636: -- messages of any type exist in the Multiple Message List.
637: -- Also disable Multiple Message Detection.
638: --
639: p_return_status := hr_multi_message.get_return_status_disable;
640: hr_utility.set_location(' Leaving:' || l_proc,20);
641: --
642: exception
643: when hr_multi_message.error_message_exist then
644: --

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

653: p_object_version_number := l_object_version_number;
654: p_effective_start_date := null;
655: p_effective_end_date := null;
656: p_return_status := hr_multi_message.get_return_status_disable;
657: hr_utility.set_location(' Leaving:' || l_proc, 30);
658: when others then
659: --
660: -- When Multiple Message Detection is enabled catch
661: -- any Application specific or other unexpected

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

664: -- error.
665: --
666: rollback to update_vehicle_swi;
667: if hr_multi_message.unexpected_error_add(l_proc) then
668: hr_utility.set_location(' Leaving:' || l_proc,40);
669: raise;
670: end if;
671: --
672: -- Reset IN OUT and set OUT parameters

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

674: p_object_version_number := l_object_version_number;
675: p_effective_start_date := null;
676: p_effective_end_date := null;
677: p_return_status := hr_multi_message.get_return_status_disable;
678: hr_utility.set_location(' Leaving:' || l_proc,50);
679: raise;
680: end update_vehicle;
681: end pqp_vehicle_repository_swi;