DBA Data[Home] [Help]

APPS.PAY_ELEMENT_EIT_SWI dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

208: --
209: p_element_type_extra_info_id := null;
210: p_object_version_number := null;
211: p_return_status := hr_multi_message.get_return_status_disable;
212: hr_utility.set_location(' Leaving:' || l_proc,50);
213: end create_element_extra_info;
214: -- ----------------------------------------------------------------------------
215: -- |-----------------------< delete_element_extra_info >----------------------|
216: -- ----------------------------------------------------------------------------

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

228: --
229: -- Other variables
230: l_proc varchar2(72) := g_package ||'delete_element_extra_info';
231: Begin
232: hr_utility.set_location(' Entering:' || l_proc,10);
233: --
234: -- Issue a savepoint
235: --
236: savepoint delete_element_extra_info_swi;

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

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

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

284: --
285: -- Reset IN OUT parameters and set OUT parameters
286: --
287: p_return_status := hr_multi_message.get_return_status_disable;
288: hr_utility.set_location(' Leaving:' || l_proc, 30);
289: when others then
290: --
291: -- When Multiple Message Detection is enabled catch
292: -- any Application specific or other unexpected

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

295: -- error.
296: --
297: rollback to delete_element_extra_info_swi;
298: if hr_multi_message.unexpected_error_add(l_proc) then
299: hr_utility.set_location(' Leaving:' || l_proc,40);
300: raise;
301: end if;
302: --
303: -- Reset IN OUT and set OUT parameters

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

302: --
303: -- Reset IN OUT and set OUT parameters
304: --
305: p_return_status := hr_multi_message.get_return_status_disable;
306: hr_utility.set_location(' Leaving:' || l_proc,50);
307: end delete_element_extra_info;
308: -- ----------------------------------------------------------------------------
309: -- |-----------------------< update_element_extra_info >----------------------|
310: -- ----------------------------------------------------------------------------

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

375: --
376: -- Other variables
377: l_proc varchar2(72) := g_package ||'update_element_extra_info';
378: Begin
379: hr_utility.set_location(' Entering:' || l_proc,10);
380: --
381: -- Issue a savepoint
382: --
383: savepoint update_element_extra_info_swi;

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

470: -- messages of any type exist in the Multiple Message List.
471: -- Also disable Multiple Message Detection.
472: --
473: p_return_status := hr_multi_message.get_return_status_disable;
474: hr_utility.set_location(' Leaving:' || l_proc,20);
475: --
476: exception
477: when hr_multi_message.error_message_exist then
478: --

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

485: -- Reset IN OUT parameters and set OUT parameters
486: --
487: p_object_version_number := l_object_version_number;
488: p_return_status := hr_multi_message.get_return_status_disable;
489: hr_utility.set_location(' Leaving:' || l_proc, 30);
490: when others then
491: --
492: -- When Multiple Message Detection is enabled catch
493: -- any Application specific or other unexpected

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

496: -- error.
497: --
498: rollback to update_element_extra_info_swi;
499: if hr_multi_message.unexpected_error_add(l_proc) then
500: hr_utility.set_location(' Leaving:' || l_proc,40);
501: raise;
502: end if;
503: --
504: -- Reset IN OUT and set OUT parameters

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

504: -- Reset IN OUT and set OUT parameters
505: --
506: p_object_version_number := l_object_version_number;
507: p_return_status := hr_multi_message.get_return_status_disable;
508: hr_utility.set_location(' Leaving:' || l_proc,50);
509: end update_element_extra_info;
510: end pay_element_eit_swi;