DBA Data[Home] [Help]

APPS.HR_PAY_SCALE_SWI dependencies on HR_UTILITY

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

86: -- Other variables
87: l_parent_spine_id number;
88: l_proc varchar2(72) := g_package ||'create_pay_scale';
89: Begin
90: hr_utility.set_location(' Entering:' || l_proc,10);
91: --
92: -- Issue a savepoint
93: --
94: savepoint create_pay_scale_swi;

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

194: -- messages of any type exist in the Multiple Message List.
195: -- Also disable Multiple Message Detection.
196: --
197: p_return_status := hr_multi_message.get_return_status_disable;
198: hr_utility.set_location(' Leaving:' || l_proc,20);
199: --
200: exception
201: when hr_multi_message.error_message_exist then
202: --

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

209: -- Reset IN OUT parameters and set OUT parameters
210: --
211: p_object_version_number := null;
212: p_return_status := hr_multi_message.get_return_status_disable;
213: hr_utility.set_location(' Leaving:' || l_proc, 30);
214: when others then
215: --
216: -- When Multiple Message Detection is enabled catch
217: -- any Application specific or other unexpected

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

220: -- error.
221: --
222: rollback to create_pay_scale_swi;
223: if hr_multi_message.unexpected_error_add(l_proc) then
224: hr_utility.set_location(' Leaving:' || l_proc,40);
225: raise;
226: end if;
227: --
228: -- Reset IN OUT and set OUT parameters

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

228: -- Reset IN OUT and set OUT parameters
229: --
230: p_object_version_number := null;
231: p_return_status := hr_multi_message.get_return_status_disable;
232: hr_utility.set_location(' Leaving:' || l_proc,50);
233: end create_pay_scale;
234: -- ----------------------------------------------------------------------------
235: -- |---------------------------< delete_pay_scale >---------------------------|
236: -- ----------------------------------------------------------------------------

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

248: --
249: -- Other variables
250: l_proc varchar2(72) := g_package ||'delete_pay_scale';
251: Begin
252: hr_utility.set_location(' Entering:' || l_proc,10);
253: --
254: -- Issue a savepoint
255: --
256: savepoint delete_pay_scale_swi;

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

290: -- messages of any type exist in the Multiple Message List.
291: -- Also disable Multiple Message Detection.
292: --
293: p_return_status := hr_multi_message.get_return_status_disable;
294: hr_utility.set_location(' Leaving:' || l_proc,20);
295: --
296: exception
297: when hr_multi_message.error_message_exist then
298: --

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

304: --
305: -- Reset IN OUT parameters and set OUT parameters
306: --
307: p_return_status := hr_multi_message.get_return_status_disable;
308: hr_utility.set_location(' Leaving:' || l_proc, 30);
309: when others then
310: --
311: -- When Multiple Message Detection is enabled catch
312: -- any Application specific or other unexpected

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

315: -- error.
316: --
317: rollback to delete_pay_scale_swi;
318: if hr_multi_message.unexpected_error_add(l_proc) then
319: hr_utility.set_location(' Leaving:' || l_proc,40);
320: raise;
321: end if;
322: --
323: -- Reset IN OUT and set OUT parameters

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

322: --
323: -- Reset IN OUT and set OUT parameters
324: --
325: p_return_status := hr_multi_message.get_return_status_disable;
326: hr_utility.set_location(' Leaving:' || l_proc,50);
327: end delete_pay_scale;
328: -- ----------------------------------------------------------------------------
329: -- |---------------------------< update_pay_scale >---------------------------|
330: -- ----------------------------------------------------------------------------

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

406: --
407: -- Other variables
408: l_proc varchar2(72) := g_package ||'update_pay_scale';
409: Begin
410: hr_utility.set_location(' Entering:' || l_proc,10);
411: --
412: -- Issue a savepoint
413: --
414: savepoint update_pay_scale_swi;

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

512: -- messages of any type exist in the Multiple Message List.
513: -- Also disable Multiple Message Detection.
514: --
515: p_return_status := hr_multi_message.get_return_status_disable;
516: hr_utility.set_location(' Leaving:' || l_proc,20);
517: --
518: exception
519: when hr_multi_message.error_message_exist then
520: --

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

527: -- Reset IN OUT parameters and set OUT parameters
528: --
529: p_object_version_number := l_object_version_number;
530: p_return_status := hr_multi_message.get_return_status_disable;
531: hr_utility.set_location(' Leaving:' || l_proc, 30);
532: when others then
533: --
534: -- When Multiple Message Detection is enabled catch
535: -- any Application specific or other unexpected

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

538: -- error.
539: --
540: rollback to update_pay_scale_swi;
541: if hr_multi_message.unexpected_error_add(l_proc) then
542: hr_utility.set_location(' Leaving:' || l_proc,40);
543: raise;
544: end if;
545: --
546: -- Reset IN OUT and set OUT parameters

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

546: -- Reset IN OUT and set OUT parameters
547: --
548: p_object_version_number := l_object_version_number;
549: p_return_status := hr_multi_message.get_return_status_disable;
550: hr_utility.set_location(' Leaving:' || l_proc,50);
551: end update_pay_scale;
552: end hr_pay_scale_swi;