DBA Data[Home] [Help]

APPS.OTA_LP_MEMBER_ENROLLMENT_SWI dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

380: --
381: -- Other variables
382: l_proc varchar2(72) := g_package ||'delete_lp_member_enrollment';
383: Begin
384: hr_utility.set_location(' Entering:' || l_proc,10);
385: --
386: -- Issue a savepoint
387: --
388: savepoint delete_lp_member_enr_swi;

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

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

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

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

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

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

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

454: --
455: -- Reset IN OUT and set OUT parameters
456: --
457: p_return_status := hr_multi_message.get_return_status_disable;
458: hr_utility.set_location(' Leaving:' || l_proc,50);
459: end delete_lp_member_enrollment;
460: end ota_lp_member_enrollment_swi;