DBA Data[Home] [Help]

APPS.OTA_LP_MEMBER_ENROLLMENT_SWI dependencies on HR_UTILITY

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

64: -- Other variables
65: l_lp_member_enrollment_id number;
66: l_proc varchar2(72) := g_package ||'create_lp_member_enrollment';
67: Begin
68: hr_utility.set_location(' Entering:' || l_proc,10);
69: --
70: -- Issue a savepoint
71: --
72: savepoint create_lp_member_enr_swi;

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

150: -- messages of any type exist in the Multiple Message List.
151: -- Also disable Multiple Message Detection.
152: --
153: p_return_status := hr_multi_message.get_return_status_disable;
154: hr_utility.set_location(' Leaving:' || l_proc,20);
155: --
156: exception
157: when hr_multi_message.error_message_exist then
158: --

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

165: -- Reset IN OUT parameters and set OUT parameters
166: --
167: p_object_version_number := null;
168: p_return_status := hr_multi_message.get_return_status_disable;
169: hr_utility.set_location(' Leaving:' || l_proc, 30);
170: when others then
171: --
172: -- When Multiple Message Detection is enabled catch
173: -- any Application specific or other unexpected

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

176: -- error.
177: --
178: rollback to create_lp_member_enr_swi;
179: if hr_multi_message.unexpected_error_add(l_proc) then
180: hr_utility.set_location(' Leaving:' || l_proc,40);
181: raise;
182: end if;
183: --
184: -- Reset IN OUT and set OUT parameters

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

184: -- Reset IN OUT and set OUT parameters
185: --
186: p_object_version_number := null;
187: p_return_status := hr_multi_message.get_return_status_disable;
188: hr_utility.set_location(' Leaving:' || l_proc,50);
189: end create_lp_member_enrollment;
190: -- ----------------------------------------------------------------------------
191: -- |----------------------< update_lp_member_enrollment >---------------------|
192: -- ----------------------------------------------------------------------------

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

246: --
247: -- Other variables
248: l_proc varchar2(72) := g_package ||'update_lp_member_enrollment';
249: Begin
250: hr_utility.set_location(' Entering:' || l_proc,10);
251: --
252: -- Issue a savepoint
253: --
254: savepoint update_lp_member_enr_swi;

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

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

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

345: -- Reset IN OUT parameters and set OUT parameters
346: --
347: p_object_version_number := l_object_version_number;
348: p_return_status := hr_multi_message.get_return_status_disable;
349: hr_utility.set_location(' Leaving:' || l_proc, 30);
350: when others then
351: --
352: -- When Multiple Message Detection is enabled catch
353: -- any Application specific or other unexpected

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

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

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

364: -- Reset IN OUT and set OUT parameters
365: --
366: p_object_version_number := l_object_version_number;
367: p_return_status := hr_multi_message.get_return_status_disable;
368: hr_utility.set_location(' Leaving:' || l_proc,50);
369: end update_lp_member_enrollment;
370: -- ----------------------------------------------------------------------------
371: -- |----------------------< delete_lp_member_enrollment >---------------------|
372: -- ----------------------------------------------------------------------------

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

384: --
385: -- Other variables
386: l_proc varchar2(72) := g_package ||'delete_lp_member_enrollment';
387: Begin
388: hr_utility.set_location(' Entering:' || l_proc,10);
389: --
390: -- Issue a savepoint
391: --
392: savepoint delete_lp_member_enr_swi;

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

426: -- messages of any type exist in the Multiple Message List.
427: -- Also disable Multiple Message Detection.
428: --
429: p_return_status := hr_multi_message.get_return_status_disable;
430: hr_utility.set_location(' Leaving:' || l_proc,20);
431: --
432: exception
433: when hr_multi_message.error_message_exist then
434: --

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

440: --
441: -- Reset IN OUT parameters and set OUT parameters
442: --
443: p_return_status := hr_multi_message.get_return_status_disable;
444: hr_utility.set_location(' Leaving:' || l_proc, 30);
445: when others then
446: --
447: -- When Multiple Message Detection is enabled catch
448: -- any Application specific or other unexpected

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

451: -- error.
452: --
453: rollback to delete_lp_member_enr_swi;
454: if hr_multi_message.unexpected_error_add(l_proc) then
455: hr_utility.set_location(' Leaving:' || l_proc,40);
456: raise;
457: end if;
458: --
459: -- Reset IN OUT and set OUT parameters

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

458: --
459: -- Reset IN OUT and set OUT parameters
460: --
461: p_return_status := hr_multi_message.get_return_status_disable;
462: hr_utility.set_location(' Leaving:' || l_proc,50);
463: end delete_lp_member_enrollment;
464: end ota_lp_member_enrollment_swi;