DBA Data[Home] [Help]

APPS.HR_PERF_MGMT_PLAN_SWI dependencies on HR_UTILITY

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

89: -- Other variables
90: l_plan_id number;
91: l_proc varchar2(72) := g_package ||'create_perf_mgmt_plan';
92: Begin
93: hr_utility.set_location(' Entering:' || l_proc,10);
94: --
95: -- Issue a savepoint
96: --
97: savepoint create_perf_mgmt_plan_swi;

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

211: -- messages of any type exist in the Multiple Message List.
212: -- Also disable Multiple Message Detection.
213: --
214: p_return_status := hr_multi_message.get_return_status_disable;
215: hr_utility.set_location(' Leaving:' || l_proc,20);
216: --
217: exception
218: when hr_multi_message.error_message_exist then
219: --

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

227: --
228: p_object_version_number := null;
229: p_status_code := null;
230: p_return_status := hr_multi_message.get_return_status_disable;
231: hr_utility.set_location(' Leaving:' || l_proc, 30);
232: when others then
233: --
234: -- When Multiple Message Detection is enabled catch
235: -- any Application specific or other unexpected

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

238: -- error.
239: --
240: rollback to create_perf_mgmt_plan_swi;
241: if hr_multi_message.unexpected_error_add(l_proc) then
242: hr_utility.set_location(' Leaving:' || l_proc,40);
243: raise;
244: end if;
245: --
246: -- Reset IN OUT and set OUT parameters

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

247: --
248: p_object_version_number := null;
249: p_status_code := null;
250: p_return_status := hr_multi_message.get_return_status_disable;
251: hr_utility.set_location(' Leaving:' || l_proc,50);
252: end create_perf_mgmt_plan;
253: -- ----------------------------------------------------------------------------
254: -- |-------------------------< delete_perf_mgmt_plan >------------------------|
255: -- ----------------------------------------------------------------------------

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

267: --
268: -- Other variables
269: l_proc varchar2(72) := g_package ||'delete_perf_mgmt_plan';
270: Begin
271: hr_utility.set_location(' Entering:' || l_proc,10);
272: --
273: -- Issue a savepoint
274: --
275: savepoint delete_perf_mgmt_plan_swi;

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

309: -- messages of any type exist in the Multiple Message List.
310: -- Also disable Multiple Message Detection.
311: --
312: p_return_status := hr_multi_message.get_return_status_disable;
313: hr_utility.set_location(' Leaving:' || l_proc,20);
314: --
315: exception
316: when hr_multi_message.error_message_exist then
317: --

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

323: --
324: -- Reset IN OUT parameters and set OUT parameters
325: --
326: p_return_status := hr_multi_message.get_return_status_disable;
327: hr_utility.set_location(' Leaving:' || l_proc, 30);
328: when others then
329: --
330: -- When Multiple Message Detection is enabled catch
331: -- any Application specific or other unexpected

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

334: -- error.
335: --
336: rollback to delete_perf_mgmt_plan_swi;
337: if hr_multi_message.unexpected_error_add(l_proc) then
338: hr_utility.set_location(' Leaving:' || l_proc,40);
339: raise;
340: end if;
341: --
342: -- Reset IN OUT and set OUT parameters

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

341: --
342: -- Reset IN OUT and set OUT parameters
343: --
344: p_return_status := hr_multi_message.get_return_status_disable;
345: hr_utility.set_location(' Leaving:' || l_proc,50);
346: end delete_perf_mgmt_plan;
347: -- ----------------------------------------------------------------------------
348: -- |-------------------------< update_perf_mgmt_plan >------------------------|
349: -- ----------------------------------------------------------------------------

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

428: --
429: -- Other variables
430: l_proc varchar2(72) := g_package ||'update_perf_mgmt_plan';
431: Begin
432: hr_utility.set_location(' Entering:' || l_proc,10);
433: --
434: -- Issue a savepoint
435: --
436: savepoint update_perf_mgmt_plan_swi;

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

548: -- messages of any type exist in the Multiple Message List.
549: -- Also disable Multiple Message Detection.
550: --
551: p_return_status := hr_multi_message.get_return_status_disable;
552: hr_utility.set_location(' Leaving:' || l_proc,20);
553: --
554: exception
555: when hr_multi_message.error_message_exist then
556: --

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

564: --
565: p_object_version_number := l_object_version_number;
566: p_status_code := null;
567: p_return_status := hr_multi_message.get_return_status_disable;
568: hr_utility.set_location(' Leaving:' || l_proc, 30);
569: when others then
570: --
571: -- When Multiple Message Detection is enabled catch
572: -- any Application specific or other unexpected

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

575: -- error.
576: --
577: rollback to update_perf_mgmt_plan_swi;
578: if hr_multi_message.unexpected_error_add(l_proc) then
579: hr_utility.set_location(' Leaving:' || l_proc,40);
580: raise;
581: end if;
582: --
583: -- Reset IN OUT and set OUT parameters

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

584: --
585: p_object_version_number := l_object_version_number;
586: p_status_code := null;
587: p_return_status := hr_multi_message.get_return_status_disable;
588: hr_utility.set_location(' Leaving:' || l_proc,50);
589: end update_perf_mgmt_plan;
590: end hr_perf_mgmt_plan_swi;