DBA Data[Home] [Help]

APPS.OTA_RESOURCE_USAGE_SWI dependencies on HR_UTILITY

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

56: -- Other variables
57: l_resource_usage_id number;
58: l_proc varchar2(72) := g_package ||'create_resource';
59: Begin
60: hr_utility.set_location(' Entering:' || l_proc,10);
61: --
62: -- Issue a savepoint
63: --
64: savepoint create_resource_swi;

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

134: -- messages of any type exist in the Multiple Message List.
135: -- Also disable Multiple Message Detection.
136: --
137: p_return_status := hr_multi_message.get_return_status_disable;
138: hr_utility.set_location(' Leaving:' || l_proc,20);
139: --
140: exception
141: when hr_multi_message.error_message_exist then
142: --

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

149: -- Reset IN OUT parameters and set OUT parameters
150: --
151: p_object_version_number := null;
152: p_return_status := hr_multi_message.get_return_status_disable;
153: hr_utility.set_location(' Leaving:' || l_proc, 30);
154: when others then
155: --
156: -- When Multiple Message Detection is enabled catch
157: -- any Application specific or other unexpected

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

160: -- error.
161: --
162: rollback to create_resource_swi;
163: if hr_multi_message.unexpected_error_add(l_proc) then
164: hr_utility.set_location(' Leaving:' || l_proc,40);
165: raise;
166: end if;
167: --
168: -- Reset IN OUT and set OUT parameters

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

168: -- Reset IN OUT and set OUT parameters
169: --
170: p_object_version_number := null;
171: p_return_status := hr_multi_message.get_return_status_disable;
172: hr_utility.set_location(' Leaving:' || l_proc,50);
173: end create_resource;
174: -- ----------------------------------------------------------------------------
175: -- |----------------------------< delete_resource >---------------------------|
176: -- ----------------------------------------------------------------------------

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

188: --
189: -- Other variables
190: l_proc varchar2(72) := g_package ||'delete_resource';
191: Begin
192: hr_utility.set_location(' Entering:' || l_proc,10);
193: --
194: -- Issue a savepoint
195: --
196: savepoint delete_resource_swi;

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

230: -- messages of any type exist in the Multiple Message List.
231: -- Also disable Multiple Message Detection.
232: --
233: p_return_status := hr_multi_message.get_return_status_disable;
234: hr_utility.set_location(' Leaving:' || l_proc,20);
235: --
236: exception
237: when hr_multi_message.error_message_exist then
238: --

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

244: --
245: -- Reset IN OUT parameters and set OUT parameters
246: --
247: p_return_status := hr_multi_message.get_return_status_disable;
248: hr_utility.set_location(' Leaving:' || l_proc, 30);
249: when others then
250: --
251: -- When Multiple Message Detection is enabled catch
252: -- any Application specific or other unexpected

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

255: -- error.
256: --
257: rollback to delete_resource_swi;
258: if hr_multi_message.unexpected_error_add(l_proc) then
259: hr_utility.set_location(' Leaving:' || l_proc,40);
260: raise;
261: end if;
262: --
263: -- Reset IN OUT and set OUT parameters

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

262: --
263: -- Reset IN OUT and set OUT parameters
264: --
265: p_return_status := hr_multi_message.get_return_status_disable;
266: hr_utility.set_location(' Leaving:' || l_proc,50);
267: end delete_resource;
268: -- ----------------------------------------------------------------------------
269: -- |----------------------------< update_resource >---------------------------|
270: -- ----------------------------------------------------------------------------

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

316: --
317: -- Other variables
318: l_proc varchar2(72) := g_package ||'update_resource';
319: Begin
320: hr_utility.set_location(' Entering:' || l_proc,10);
321: --
322: -- Issue a savepoint
323: --
324: savepoint update_resource_swi;

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

392: -- messages of any type exist in the Multiple Message List.
393: -- Also disable Multiple Message Detection.
394: --
395: p_return_status := hr_multi_message.get_return_status_disable;
396: hr_utility.set_location(' Leaving:' || l_proc,20);
397: --
398: exception
399: when hr_multi_message.error_message_exist then
400: --

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

407: -- Reset IN OUT parameters and set OUT parameters
408: --
409: p_object_version_number := l_object_version_number;
410: p_return_status := hr_multi_message.get_return_status_disable;
411: hr_utility.set_location(' Leaving:' || l_proc, 30);
412: when others then
413: --
414: -- When Multiple Message Detection is enabled catch
415: -- any Application specific or other unexpected

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

418: -- error.
419: --
420: rollback to update_resource_swi;
421: if hr_multi_message.unexpected_error_add(l_proc) then
422: hr_utility.set_location(' Leaving:' || l_proc,40);
423: raise;
424: end if;
425: --
426: -- Reset IN OUT and set OUT parameters

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

426: -- Reset IN OUT and set OUT parameters
427: --
428: p_object_version_number := l_object_version_number;
429: p_return_status := hr_multi_message.get_return_status_disable;
430: hr_utility.set_location(' Leaving:' || l_proc,50);
431: end update_resource;
432: end ota_resource_usage_swi;