DBA Data[Home] [Help]

APPS.PQH_CORPS_EXTRA_INFO_SWI dependencies on HR_UTILITY

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

87: --
88: -- Other variables
89: l_proc varchar2(72) := g_package ||'create_corps_extra_info';
90: Begin
91: hr_utility.set_location(' Entering:' || l_proc,10);
92: --
93: -- Issue a savepoint
94: --
95: savepoint create_corps_extra_info_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 214: hr_utility.set_location(' Leaving:' || l_proc, 30);

210: --
211: p_corps_extra_info_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, 30);
215: when others then
216: --
217: -- When Multiple Message Detection is enabled catch
218: -- any Application specific or other unexpected

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

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

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

230: --
231: p_corps_extra_info_id := null;
232: p_object_version_number := null;
233: p_return_status := hr_multi_message.get_return_status_disable;
234: hr_utility.set_location(' Leaving:' || l_proc,50);
235: end create_corps_extra_info;
236: -- ----------------------------------------------------------------------------
237: -- |------------------------< delete_corps_extra_info >-----------------------|
238: -- ----------------------------------------------------------------------------

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

250: --
251: -- Other variables
252: l_proc varchar2(72) := g_package ||'delete_corps_extra_info';
253: Begin
254: hr_utility.set_location(' Entering:' || l_proc,10);
255: --
256: -- Issue a savepoint
257: --
258: savepoint delete_corps_extra_info_swi;

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

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

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

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

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

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

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

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

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

410: --
411: -- Other variables
412: l_proc varchar2(72) := g_package ||'update_corps_extra_info';
413: Begin
414: hr_utility.set_location(' Entering:' || l_proc,10);
415: --
416: -- Issue a savepoint
417: --
418: savepoint update_corps_extra_info_swi;

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

518: -- messages of any type exist in the Multiple Message List.
519: -- Also disable Multiple Message Detection.
520: --
521: p_return_status := hr_multi_message.get_return_status_disable;
522: hr_utility.set_location(' Leaving:' || l_proc,20);
523: --
524: exception
525: when hr_multi_message.error_message_exist then
526: --

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

533: -- Reset IN OUT parameters and set OUT parameters
534: --
535: p_object_version_number := l_object_version_number;
536: p_return_status := hr_multi_message.get_return_status_disable;
537: hr_utility.set_location(' Leaving:' || l_proc, 30);
538: when others then
539: --
540: -- When Multiple Message Detection is enabled catch
541: -- any Application specific or other unexpected

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

544: -- error.
545: --
546: rollback to update_corps_extra_info_swi;
547: if hr_multi_message.unexpected_error_add(l_proc) then
548: hr_utility.set_location(' Leaving:' || l_proc,40);
549: raise;
550: end if;
551: --
552: -- Reset IN OUT and set OUT parameters

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

552: -- Reset IN OUT and set OUT parameters
553: --
554: p_object_version_number := l_object_version_number;
555: p_return_status := hr_multi_message.get_return_status_disable;
556: hr_utility.set_location(' Leaving:' || l_proc,50);
557: end update_corps_extra_info;
558: end pqh_corps_extra_info_swi;