DBA Data[Home] [Help]

APPS.HR_SIT_SWI dependencies on HR_UTILITY

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

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

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

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

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

214: --
215: p_analysis_criteria_id := l_analysis_criteria_id;
216: p_pea_object_version_number := null;
217: p_return_status := hr_multi_message.get_return_status_disable;
218: hr_utility.set_location(' Leaving:' || l_proc, 30);
219: when others then
220: --
221: -- When Multiple Message Detection is enabled catch
222: -- any Application specific or other unexpected

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

225: -- error.
226: --
227: rollback to create_sit_swi;
228: if hr_multi_message.unexpected_error_add(l_proc) then
229: hr_utility.set_location(' Leaving:' || l_proc,40);
230: raise;
231: end if;
232: --
233: -- Reset IN OUT and set OUT parameters

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

234: --
235: p_analysis_criteria_id := l_analysis_criteria_id;
236: p_pea_object_version_number := null;
237: p_return_status := hr_multi_message.get_return_status_disable;
238: hr_utility.set_location(' Leaving:' || l_proc,50);
239: end create_sit;
240: -- ----------------------------------------------------------------------------
241: -- |------------------------------< delete_sit >------------------------------|
242: -- ----------------------------------------------------------------------------

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

254: --
255: -- Other variables
256: l_proc varchar2(72) := g_package ||'delete_sit';
257: Begin
258: hr_utility.set_location(' Entering:' || l_proc,10);
259: --
260: -- Issue a savepoint
261: --
262: savepoint delete_sit_swi;

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

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

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

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

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

321: -- error.
322: --
323: rollback to delete_sit_swi;
324: if hr_multi_message.unexpected_error_add(l_proc) then
325: hr_utility.set_location(' Leaving:' || l_proc,40);
326: raise;
327: end if;
328: --
329: -- Reset IN OUT and set OUT parameters

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

328: --
329: -- Reset IN OUT and set OUT parameters
330: --
331: p_return_status := hr_multi_message.get_return_status_disable;
332: hr_utility.set_location(' Leaving:' || l_proc,50);
333: end delete_sit;
334: -- ----------------------------------------------------------------------------
335: -- |------------------------------< update_sit >------------------------------|
336: -- ----------------------------------------------------------------------------

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

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

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

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

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

530: --
531: p_pea_object_version_number := l_pea_object_version_number;
532: p_analysis_criteria_id := l_analysis_criteria_id;
533: p_return_status := hr_multi_message.get_return_status_disable;
534: hr_utility.set_location(' Leaving:' || l_proc, 30);
535: when others then
536: --
537: -- When Multiple Message Detection is enabled catch
538: -- any Application specific or other unexpected

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

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

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

550: --
551: p_pea_object_version_number := l_pea_object_version_number;
552: p_analysis_criteria_id := l_analysis_criteria_id;
553: p_return_status := hr_multi_message.get_return_status_disable;
554: hr_utility.set_location(' Leaving:' || l_proc,50);
555: end update_sit;
556: end hr_sit_swi;