DBA Data[Home] [Help]

APPS.HR_PROGRESSION_POINT_SWI dependencies on HR_UTILITY

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

63: -- Other variables
64: l_spinal_point_id number;
65: l_proc varchar2(72) := g_package ||'create_progression_point';
66: Begin
67: hr_utility.set_location(' Entering:' || l_proc,10);
68: --
69: -- Issue a savepoint
70: --
71: savepoint create_progression_point_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_progression_point_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_progression_point;
188: -- ----------------------------------------------------------------------------
189: -- |-----------------------< delete_progression_point >-----------------------|
190: -- ----------------------------------------------------------------------------

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

202: --
203: -- Other variables
204: l_proc varchar2(72) := g_package ||'delete_progression_point';
205: Begin
206: hr_utility.set_location(' Entering:' || l_proc,10);
207: --
208: -- Issue a savepoint
209: --
210: savepoint delete_progression_point_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 parameters 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: -- error.
270: --
271: rollback to delete_progression_point_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 and set OUT parameters

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

276: --
277: -- Reset IN OUT 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_progression_point;
282: -- ----------------------------------------------------------------------------
283: -- |-----------------------< update_progression_point >-----------------------|
284: -- ----------------------------------------------------------------------------

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

337: --
338: -- Other variables
339: l_proc varchar2(72) := g_package ||'update_progression_point';
340: Begin
341: hr_utility.set_location(' Entering:' || l_proc,10);
342: --
343: -- Issue a savepoint
344: --
345: savepoint update_progression_point_swi;

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

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

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

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

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

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

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

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