DBA Data[Home] [Help]

APPS.PER_SUCCESSION_PLAN_SWI dependencies on HR_UTILITY

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

61: --
62: -- Other variables
63: l_proc VARCHAR2 (72) := g_package || 'create_succession_plan';
64: BEGIN
65: hr_utility.set_location (' Entering:' || l_proc, 10);
66: --
67: -- Issue a savepoint
68: --
69: SAVEPOINT create_succession_plan_swi;

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

138: -- messages of any type exist in the Multiple Message List.
139: -- Also disable Multiple Message Detection.
140: --
141: p_return_status := hr_multi_message.get_return_status_disable;
142: hr_utility.set_location (' Leaving:' || l_proc, 20);
143: --
144: EXCEPTION
145: WHEN hr_multi_message.error_message_exist
146: THEN

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

155: --
156: -- p_succession_plan_id := null;
157: p_object_version_number := NULL;
158: p_return_status := hr_multi_message.get_return_status_disable;
159: hr_utility.set_location (' Leaving:' || l_proc, 30);
160: WHEN OTHERS
161: THEN
162: --
163: -- When Multiple Message Detection is enabled catch

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

169: ROLLBACK TO create_succession_plan_swi;
170:
171: IF hr_multi_message.unexpected_error_add (l_proc)
172: THEN
173: hr_utility.set_location (' Leaving:' || l_proc, 40);
174: RAISE;
175: END IF;
176:
177: --

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

179: --
180: -- p_succession_plan_id := null;
181: p_object_version_number := NULL;
182: p_return_status := hr_multi_message.get_return_status_disable;
183: hr_utility.set_location (' Leaving:' || l_proc, 50);
184: END create_succession_plan;
185:
186: -- ----------------------------------------------------------------------------
187: -- |------------------------< delete_succession_plan >------------------------|

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

201: --
202: -- Other variables
203: l_proc VARCHAR2 (72) := g_package || 'delete_succession_plan';
204: BEGIN
205: hr_utility.set_location (' Entering:' || l_proc, 10);
206: --
207: -- Issue a savepoint
208: --
209: SAVEPOINT delete_succession_plan_swi;

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

241: -- messages of any type exist in the Multiple Message List.
242: -- Also disable Multiple Message Detection.
243: --
244: p_return_status := hr_multi_message.get_return_status_disable;
245: hr_utility.set_location (' Leaving:' || l_proc, 20);
246: --
247: EXCEPTION
248: WHEN hr_multi_message.error_message_exist
249: THEN

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

256: --
257: -- Reset IN OUT parameters and set OUT parameters
258: --
259: p_return_status := hr_multi_message.get_return_status_disable;
260: hr_utility.set_location (' Leaving:' || l_proc, 30);
261: WHEN OTHERS
262: THEN
263: --
264: -- When Multiple Message Detection is enabled catch

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

270: ROLLBACK TO delete_succession_plan_swi;
271:
272: IF hr_multi_message.unexpected_error_add (l_proc)
273: THEN
274: hr_utility.set_location (' Leaving:' || l_proc, 40);
275: RAISE;
276: END IF;
277:
278: --

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

278: --
279: -- Reset IN OUT and set OUT parameters
280: --
281: p_return_status := hr_multi_message.get_return_status_disable;
282: hr_utility.set_location (' Leaving:' || l_proc, 50);
283: END delete_succession_plan;
284:
285: -- ----------------------------------------------------------------------------
286: -- |------------------------< update_succession_plan >------------------------|

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

337: --
338: -- Other variables
339: l_proc VARCHAR2 (72) := g_package || 'update_succession_plan';
340: BEGIN
341: hr_utility.set_location (' Entering:' || l_proc, 10);
342: --
343: -- Issue a savepoint
344: --
345: SAVEPOINT update_succession_plan_swi;

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

414: -- messages of any type exist in the Multiple Message List.
415: -- Also disable Multiple Message Detection.
416: --
417: p_return_status := hr_multi_message.get_return_status_disable;
418: hr_utility.set_location (' Leaving:' || l_proc, 20);
419: --
420: EXCEPTION
421: WHEN hr_multi_message.error_message_exist
422: THEN

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

430: -- Reset IN OUT parameters and set OUT parameters
431: --
432: p_object_version_number := l_object_version_number;
433: p_return_status := hr_multi_message.get_return_status_disable;
434: hr_utility.set_location (' Leaving:' || l_proc, 30);
435: WHEN OTHERS
436: THEN
437: --
438: -- When Multiple Message Detection is enabled catch

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

444: ROLLBACK TO update_succession_plan_swi;
445:
446: IF hr_multi_message.unexpected_error_add (l_proc)
447: THEN
448: hr_utility.set_location (' Leaving:' || l_proc, 40);
449: RAISE;
450: END IF;
451:
452: --

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

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