DBA Data[Home] [Help]

APPS.HR_APPRAISAL_PERIOD_SWI dependencies on HR_UTILITY

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

67: -- Other variables
68: l_appraisal_period_id number;
69: l_proc varchar2(72) := g_package ||'create_appraisal_period';
70: Begin
71: hr_utility.set_location(' Entering:' || l_proc,10);
72: --
73: -- Issue a savepoint
74: --
75: savepoint create_appraisal_period_swi;

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

156: -- messages of any type exist in the Multiple Message List.
157: -- Also disable Multiple Message Detection.
158: --
159: p_return_status := hr_multi_message.get_return_status_disable;
160: hr_utility.set_location(' Leaving:' || l_proc,20);
161: --
162: exception
163: when hr_multi_message.error_message_exist then
164: --

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

171: -- Reset IN OUT parameters and set OUT parameters
172: --
173: p_object_version_number := null;
174: p_return_status := hr_multi_message.get_return_status_disable;
175: hr_utility.set_location(' Leaving:' || l_proc, 30);
176: when others then
177: --
178: -- When Multiple Message Detection is enabled catch
179: -- any Application specific or other unexpected

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

182: -- error.
183: --
184: rollback to create_appraisal_period_swi;
185: if hr_multi_message.unexpected_error_add(l_proc) then
186: hr_utility.set_location(' Leaving:' || l_proc,40);
187: raise;
188: end if;
189: --
190: -- Reset IN OUT and set OUT parameters

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

190: -- Reset IN OUT and set OUT parameters
191: --
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,50);
195: end create_appraisal_period;
196: -- ----------------------------------------------------------------------------
197: -- |------------------------< delete_appraisal_period >-----------------------|
198: -- ----------------------------------------------------------------------------

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

210: --
211: -- Other variables
212: l_proc varchar2(72) := g_package ||'delete_appraisal_period';
213: Begin
214: hr_utility.set_location(' Entering:' || l_proc,10);
215: --
216: -- Issue a savepoint
217: --
218: savepoint delete_appraisal_period_swi;

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

252: -- messages of any type exist in the Multiple Message List.
253: -- Also disable Multiple Message Detection.
254: --
255: p_return_status := hr_multi_message.get_return_status_disable;
256: hr_utility.set_location(' Leaving:' || l_proc,20);
257: --
258: exception
259: when hr_multi_message.error_message_exist then
260: --

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

266: --
267: -- Reset IN OUT parameters and set OUT parameters
268: --
269: p_return_status := hr_multi_message.get_return_status_disable;
270: hr_utility.set_location(' Leaving:' || l_proc, 30);
271: when others then
272: --
273: -- When Multiple Message Detection is enabled catch
274: -- any Application specific or other unexpected

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

277: -- error.
278: --
279: rollback to delete_appraisal_period_swi;
280: if hr_multi_message.unexpected_error_add(l_proc) then
281: hr_utility.set_location(' Leaving:' || l_proc,40);
282: raise;
283: end if;
284: --
285: -- Reset IN OUT and set OUT parameters

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

284: --
285: -- Reset IN OUT and set OUT parameters
286: --
287: p_return_status := hr_multi_message.get_return_status_disable;
288: hr_utility.set_location(' Leaving:' || l_proc,50);
289: end delete_appraisal_period;
290: -- ----------------------------------------------------------------------------
291: -- |------------------------< update_appraisal_period >-----------------------|
292: -- ----------------------------------------------------------------------------

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

347: --
348: -- Other variables
349: l_proc varchar2(72) := g_package ||'update_appraisal_period';
350: Begin
351: hr_utility.set_location(' Entering:' || l_proc,10);
352: --
353: -- Issue a savepoint
354: --
355: savepoint update_appraisal_period_swi;

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

432: -- messages of any type exist in the Multiple Message List.
433: -- Also disable Multiple Message Detection.
434: --
435: p_return_status := hr_multi_message.get_return_status_disable;
436: hr_utility.set_location(' Leaving:' || l_proc,20);
437: --
438: exception
439: when hr_multi_message.error_message_exist then
440: --

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

447: -- Reset IN OUT parameters and set OUT parameters
448: --
449: p_object_version_number := l_object_version_number;
450: p_return_status := hr_multi_message.get_return_status_disable;
451: hr_utility.set_location(' Leaving:' || l_proc, 30);
452: when others then
453: --
454: -- When Multiple Message Detection is enabled catch
455: -- any Application specific or other unexpected

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

458: -- error.
459: --
460: rollback to update_appraisal_period_swi;
461: if hr_multi_message.unexpected_error_add(l_proc) then
462: hr_utility.set_location(' Leaving:' || l_proc,40);
463: raise;
464: end if;
465: --
466: -- Reset IN OUT and set OUT parameters

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

466: -- Reset IN OUT and set OUT parameters
467: --
468: p_object_version_number := l_object_version_number;
469: p_return_status := hr_multi_message.get_return_status_disable;
470: hr_utility.set_location(' Leaving:' || l_proc,50);
471: end update_appraisal_period;
472: end hr_appraisal_period_swi;