DBA Data[Home] [Help]

APPS.HR_APPRAISAL_TEMPLATES_SWI dependencies on HR_UTILITY

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

77: -- Other variables
78: l_proc varchar2(72) := g_package ||'create_appraisal_template';
79: l_assessment_type_id per_assessment_types.assessment_type_id%Type;
80: Begin
81: hr_utility.set_location(' Entering:' || l_proc,10);
82: --
83: -- Issue a savepoint
84: --
85: savepoint create_appraisal_template_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 193: hr_utility.set_location(' Leaving:' || l_proc, 30);

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

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

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

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

208: -- Reset IN OUT and set OUT parameters
209: --
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_appraisal_template;
214: -- ----------------------------------------------------------------------------
215: -- |-----------------------< delete_appraisal_template >----------------------|
216: -- ----------------------------------------------------------------------------

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

228: --
229: -- Other variables
230: l_proc varchar2(72) := g_package ||'delete_appraisal_template';
231: Begin
232: hr_utility.set_location(' Entering:' || l_proc,10);
233: --
234: -- Issue a savepoint
235: --
236: savepoint delete_appraisal_template_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_appraisal_template_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_appraisal_template;
308: -- ----------------------------------------------------------------------------
309: -- |-----------------------< update_appraisal_template >----------------------|
310: -- ----------------------------------------------------------------------------

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

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

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

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

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

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

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

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

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

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