DBA Data[Home] [Help]

APPS.IRC_NOTIFICATION_PREFS_SWI dependencies on HR_UTILITY

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

63: l_notification_preference_id number;
64: -- Other variables
65: l_proc varchar2(72) := g_package ||'create_notification_prefs';
66: Begin
67: hr_utility.set_location(' Entering:' || l_proc,10);
68: --
69: -- Issue a savepoint
70: --
71: savepoint create_notification_prefs_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 paramters 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: -- the error.
175: --
176: rollback to create_notification_prefs_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 parameters and set OUT parameters

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

182: -- Reset IN OUT parameters 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_notification_prefs;
188: -- ----------------------------------------------------------------------------
189: -- |-----------------------< delete_notification_prefs >-----------------------|
190: -- ----------------------------------------------------------------------------

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

202: --
203: -- Other variables
204: l_proc varchar2(72) := g_package ||'delete_notification_prefs';
205: Begin
206: hr_utility.set_location(' Entering:' || l_proc,10);
207: --
208: -- Issue a savepoint
209: --
210: savepoint delete_notification_prefs_swi;

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

244: -- messages of any type exist in the Multiple Message List.
245: -- Also disable Multiple Message Detection.
246: --
247: p_return_status := hr_multi_message.get_return_status_disable;
248: hr_utility.set_location(' Leaving:' || l_proc,20);
249: --
250: exception
251: when hr_multi_message.error_message_exist then
252: --

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

258: --
259: -- Reset IN OUT paramters and set OUT parameters
260: --
261: p_return_status := hr_multi_message.get_return_status_disable;
262: hr_utility.set_location(' Leaving:' || l_proc,30);
263: when others then
264: --
265: -- When Multiple Message Detection is enabled catch
266: -- any Application specific or other unexpected

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

269: -- the error.
270: --
271: rollback to delete_notification_prefs_swi;
272: if hr_multi_message.unexpected_error_add(l_proc) then
273: hr_utility.set_location(' Leaving:' || l_proc, 40);
274: raise;
275: end if;
276: --
277: -- Reset IN OUT parameters and set OUT parameters

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

276: --
277: -- Reset IN OUT parameters and set OUT parameters
278: --
279: p_return_status := hr_multi_message.get_return_status_disable;
280: hr_utility.set_location(' Leaving: ' || l_proc, 50);
281: end delete_notification_prefs;
282: -- ----------------------------------------------------------------------------
283: -- |-----------------------< update_notification_prefs >-----------------------|
284: -- ----------------------------------------------------------------------------

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

338: --
339: -- Other variables
340: l_proc varchar2(72) := g_package ||'update_notification_prefs';
341: Begin
342: hr_utility.set_location(' Entering:' || l_proc,10);
343: --
344: -- Issue a savepoint
345: --
346: savepoint update_notification_prefs_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 441: hr_utility.set_location(' Leaving:' || l_proc,30);

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

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

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

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

456: -- Reset IN OUT parameters and set OUT parameters
457: --
458: p_object_version_number := l_object_version_number;
459: p_return_status := hr_multi_message.get_return_status_disable;
460: hr_utility.set_location(' Leaving: ' || l_proc, 50);
461: end update_notification_prefs;
462: end irc_notification_prefs_swi;