DBA Data[Home] [Help]

APPS.HR_SALARY_BASIS_SWI dependencies on HR_UTILITY

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

77: --
78: -- Other variables
79: l_proc varchar2(72) := g_package ||'create_salary_basis';
80: Begin
81: hr_utility.set_location(' Entering:' || l_proc,10);
82: --
83: -- Issue a savepoint
84: --
85: savepoint create_salary_basis_swi;

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

174: -- messages of any type exist in the Multiple Message List.
175: -- Also disable Multiple Message Detection.
176: --
177: p_return_status := hr_multi_message.get_return_status_disable;
178: hr_utility.set_location(' Leaving:' || l_proc,20);
179: --
180: exception
181: when hr_multi_message.error_message_exist then
182: --

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

190: --
191: p_pay_basis_id := null;
192: p_object_version_number := null;
193: p_return_status := hr_multi_message.get_return_status_disable;
194: hr_utility.set_location(' Leaving:' || l_proc, 30);
195: when others then
196: --
197: -- When Multiple Message Detection is enabled catch
198: -- any Application specific or other unexpected

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

201: -- error.
202: --
203: rollback to create_salary_basis_swi;
204: if hr_multi_message.unexpected_error_add(l_proc) then
205: hr_utility.set_location(' Leaving:' || l_proc,40);
206: raise;
207: end if;
208: --
209: -- Reset IN OUT and set OUT parameters

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

210: --
211: p_pay_basis_id := null;
212: p_object_version_number := null;
213: p_return_status := hr_multi_message.get_return_status_disable;
214: hr_utility.set_location(' Leaving:' || l_proc,50);
215: end create_salary_basis;
216: -- ----------------------------------------------------------------------------
217: -- |--------------------------< delete_salary_basis >-------------------------|
218: -- ----------------------------------------------------------------------------

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

231: --
232: -- Other variables
233: l_proc varchar2(72) := g_package ||'delete_salary_basis';
234: Begin
235: hr_utility.set_location(' Entering:' || l_proc,10);
236: --
237: -- Issue a savepoint
238: --
239: savepoint delete_salary_basis_swi;

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

274: -- messages of any type exist in the Multiple Message List.
275: -- Also disable Multiple Message Detection.
276: --
277: p_return_status := hr_multi_message.get_return_status_disable;
278: hr_utility.set_location(' Leaving:' || l_proc,20);
279: --
280: exception
281: when hr_multi_message.error_message_exist then
282: --

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

289: -- Reset IN OUT parameters and set OUT parameters
290: --
291: p_object_version_number := l_object_version_number;
292: p_return_status := hr_multi_message.get_return_status_disable;
293: hr_utility.set_location(' Leaving:' || l_proc, 30);
294: when others then
295: --
296: -- When Multiple Message Detection is enabled catch
297: -- any Application specific or other unexpected

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

300: -- error.
301: --
302: rollback to delete_salary_basis_swi;
303: if hr_multi_message.unexpected_error_add(l_proc) then
304: hr_utility.set_location(' Leaving:' || l_proc,40);
305: raise;
306: end if;
307: --
308: -- Reset IN OUT and set OUT parameters

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

308: -- Reset IN OUT and set OUT parameters
309: --
310: p_object_version_number := l_object_version_number;
311: p_return_status := hr_multi_message.get_return_status_disable;
312: hr_utility.set_location(' Leaving:' || l_proc,50);
313: end delete_salary_basis;
314: -- ----------------------------------------------------------------------------
315: -- |--------------------------< update_salary_basis >-------------------------|
316: -- ----------------------------------------------------------------------------

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

383: --
384: -- Other variables
385: l_proc varchar2(72) := g_package ||'update_salary_basis';
386: Begin
387: hr_utility.set_location(' Entering:' || l_proc,10);
388: --
389: -- Issue a savepoint
390: --
391: savepoint update_salary_basis_swi;

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

480: -- messages of any type exist in the Multiple Message List.
481: -- Also disable Multiple Message Detection.
482: --
483: p_return_status := hr_multi_message.get_return_status_disable;
484: hr_utility.set_location(' Leaving:' || l_proc,20);
485: --
486: exception
487: when hr_multi_message.error_message_exist then
488: --

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

495: -- Reset IN OUT parameters and set OUT parameters
496: --
497: p_object_version_number := l_object_version_number;
498: p_return_status := hr_multi_message.get_return_status_disable;
499: hr_utility.set_location(' Leaving:' || l_proc, 30);
500: when others then
501: --
502: -- When Multiple Message Detection is enabled catch
503: -- any Application specific or other unexpected

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

506: -- error.
507: --
508: rollback to update_salary_basis_swi;
509: if hr_multi_message.unexpected_error_add(l_proc) then
510: hr_utility.set_location(' Leaving:' || l_proc,40);
511: raise;
512: end if;
513: --
514: -- Reset IN OUT and set OUT parameters

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

514: -- Reset IN OUT and set OUT parameters
515: --
516: p_object_version_number := l_object_version_number;
517: p_return_status := hr_multi_message.get_return_status_disable;
518: hr_utility.set_location(' Leaving:' || l_proc,50);
519: end update_salary_basis;
520: end hr_salary_basis_swi;