DBA Data[Home] [Help]

APPS.HR_ASSESSMENT_TYPES_SWI dependencies on HR_UTILITY

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

65: -- Other variables
66: l_proc varchar2(72) := g_package ||'create_assessment_type';
67: l_assessment_type_id per_assessment_types.assessment_type_id%Type;
68: Begin
69: hr_utility.set_location(' Entering:' || l_proc,10);
70: --
71: -- Issue a savepoint
72: --
73: savepoint create_assessment_type_swi;

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

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

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

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

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

178: -- error.
179: --
180: rollback to create_assessment_type_swi;
181: if hr_multi_message.unexpected_error_add(l_proc) then
182: hr_utility.set_location(' Leaving:' || l_proc,40);
183: raise;
184: end if;
185: --
186: -- Reset IN OUT and set OUT parameters

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

186: -- Reset IN OUT and set OUT parameters
187: --
188: p_object_version_number := null;
189: p_return_status := hr_multi_message.get_return_status_disable;
190: hr_utility.set_location(' Leaving:' || l_proc,50);
191: end create_assessment_type;
192: -- ----------------------------------------------------------------------------
193: -- |------------------------< delete_assessment_type >------------------------|
194: -- ----------------------------------------------------------------------------

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

206: --
207: -- Other variables
208: l_proc varchar2(72) := g_package ||'delete_assessment_type';
209: Begin
210: hr_utility.set_location(' Entering:' || l_proc,10);
211: --
212: -- Issue a savepoint
213: --
214: savepoint delete_assessment_type_swi;

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

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

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

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

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

273: -- error.
274: --
275: rollback to delete_assessment_type_swi;
276: if hr_multi_message.unexpected_error_add(l_proc) then
277: hr_utility.set_location(' Leaving:' || l_proc,40);
278: raise;
279: end if;
280: --
281: -- Reset IN OUT and set OUT parameters

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

280: --
281: -- Reset IN OUT and set OUT parameters
282: --
283: p_return_status := hr_multi_message.get_return_status_disable;
284: hr_utility.set_location(' Leaving:' || l_proc,50);
285: end delete_assessment_type;
286: -- ----------------------------------------------------------------------------
287: -- |------------------------< update_assessment_type >------------------------|
288: -- ----------------------------------------------------------------------------

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

342: --
343: -- Other variables
344: l_proc varchar2(72) := g_package ||'update_assessment_type';
345: Begin
346: hr_utility.set_location(' Entering:' || l_proc,10);
347: --
348: -- Issue a savepoint
349: --
350: savepoint update_assessment_type_swi;

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

426: -- messages of any type exist in the Multiple Message List.
427: -- Also disable Multiple Message Detection.
428: --
429: p_return_status := hr_multi_message.get_return_status_disable;
430: hr_utility.set_location(' Leaving:' || l_proc,20);
431: --
432: exception
433: when hr_multi_message.error_message_exist then
434: --

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

441: -- Reset IN OUT parameters and set OUT parameters
442: --
443: p_object_version_number := l_object_version_number;
444: p_return_status := hr_multi_message.get_return_status_disable;
445: hr_utility.set_location(' Leaving:' || l_proc, 30);
446: when others then
447: --
448: -- When Multiple Message Detection is enabled catch
449: -- any Application specific or other unexpected

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

452: -- error.
453: --
454: rollback to update_assessment_type_swi;
455: if hr_multi_message.unexpected_error_add(l_proc) then
456: hr_utility.set_location(' Leaving:' || l_proc,40);
457: raise;
458: end if;
459: --
460: -- Reset IN OUT and set OUT parameters

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

460: -- Reset IN OUT and set OUT parameters
461: --
462: p_object_version_number := l_object_version_number;
463: p_return_status := hr_multi_message.get_return_status_disable;
464: hr_utility.set_location(' Leaving:' || l_proc,50);
465: end update_assessment_type;
466: end hr_assessment_types_swi;