DBA Data[Home] [Help]

APPS.OTA_BKNG_JUSTIFICATION_SWI dependencies on HR_UTILITY

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

29: -- Other variables
30: l_booking_justification_id number;
31: l_proc varchar2(72) := g_package ||'create_booking_justification';
32: Begin
33: hr_utility.set_location(' Entering:' || l_proc,10);
34: --
35: -- Issue a savepoint
36: --
37: savepoint create_bkng_justification_swi;

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

80: -- messages of any type exist in the Multiple Message List.
81: -- Also disable Multiple Message Detection.
82: --
83: p_return_status := hr_multi_message.get_return_status_disable;
84: hr_utility.set_location(' Leaving:' || l_proc,20);
85: --
86: exception
87: when hr_multi_message.error_message_exist then
88: --

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

95: -- Reset IN OUT parameters and set OUT parameters
96: --
97: p_object_version_number := null;
98: p_return_status := hr_multi_message.get_return_status_disable;
99: hr_utility.set_location(' Leaving:' || l_proc, 30);
100: when others then
101: --
102: -- When Multiple Message Detection is enabled catch
103: -- any Application specific or other unexpected

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

106: -- error.
107: --
108: rollback to create_bkng_justification_swi;
109: if hr_multi_message.unexpected_error_add(l_proc) then
110: hr_utility.set_location(' Leaving:' || l_proc,40);
111: raise;
112: end if;
113: --
114: -- Reset IN OUT and set OUT parameters

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

114: -- Reset IN OUT and set OUT parameters
115: --
116: p_object_version_number := null;
117: p_return_status := hr_multi_message.get_return_status_disable;
118: hr_utility.set_location(' Leaving:' || l_proc,50);
119: end create_booking_justification;
120: -- ----------------------------------------------------------------------------
121: -- |---------------------< update_booking_justification >---------------------|
122: -- ----------------------------------------------------------------------------

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

141: --
142: -- Other variables
143: l_proc varchar2(72) := g_package ||'update_booking_justification';
144: Begin
145: hr_utility.set_location(' Entering:' || l_proc,10);
146: --
147: -- Issue a savepoint
148: --
149: savepoint update_bkng_justification_swi;

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

190: -- messages of any type exist in the Multiple Message List.
191: -- Also disable Multiple Message Detection.
192: --
193: p_return_status := hr_multi_message.get_return_status_disable;
194: hr_utility.set_location(' Leaving:' || l_proc,20);
195: --
196: exception
197: when hr_multi_message.error_message_exist then
198: --

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

205: -- Reset IN OUT parameters and set OUT parameters
206: --
207: p_object_version_number := l_object_version_number;
208: p_return_status := hr_multi_message.get_return_status_disable;
209: hr_utility.set_location(' Leaving:' || l_proc, 30);
210: when others then
211: --
212: -- When Multiple Message Detection is enabled catch
213: -- any Application specific or other unexpected

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

216: -- error.
217: --
218: rollback to update_bkng_justification_swi;
219: if hr_multi_message.unexpected_error_add(l_proc) then
220: hr_utility.set_location(' Leaving:' || l_proc,40);
221: raise;
222: end if;
223: --
224: -- Reset IN OUT and set OUT parameters

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

224: -- Reset IN OUT and set OUT parameters
225: --
226: p_object_version_number := l_object_version_number;
227: p_return_status := hr_multi_message.get_return_status_disable;
228: hr_utility.set_location(' Leaving:' || l_proc,50);
229: end update_booking_justification;
230: -- ----------------------------------------------------------------------------
231: -- |---------------------< delete_booking_justification >---------------------|
232: -- ----------------------------------------------------------------------------

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

244: --
245: -- Other variables
246: l_proc varchar2(72) := g_package ||'delete_booking_justification';
247: Begin
248: hr_utility.set_location(' Entering:' || l_proc,10);
249: --
250: -- Issue a savepoint
251: --
252: savepoint delete_bkng_justification_swi;

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

286: -- messages of any type exist in the Multiple Message List.
287: -- Also disable Multiple Message Detection.
288: --
289: p_return_status := hr_multi_message.get_return_status_disable;
290: hr_utility.set_location(' Leaving:' || l_proc,20);
291: --
292: exception
293: when hr_multi_message.error_message_exist then
294: --

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

300: --
301: -- Reset IN OUT parameters and set OUT parameters
302: --
303: p_return_status := hr_multi_message.get_return_status_disable;
304: hr_utility.set_location(' Leaving:' || l_proc, 30);
305: when others then
306: --
307: -- When Multiple Message Detection is enabled catch
308: -- any Application specific or other unexpected

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

311: -- error.
312: --
313: rollback to delete_bkng_justification_swi;
314: if hr_multi_message.unexpected_error_add(l_proc) then
315: hr_utility.set_location(' Leaving:' || l_proc,40);
316: raise;
317: end if;
318: --
319: -- Reset IN OUT and set OUT parameters

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

318: --
319: -- Reset IN OUT and set OUT parameters
320: --
321: p_return_status := hr_multi_message.get_return_status_disable;
322: hr_utility.set_location(' Leaving:' || l_proc,50);
323: end delete_booking_justification;
324: end ota_bkng_justification_swi;