DBA Data[Home] [Help]

APPS.OTA_FRM_OBJ_INCLUSION_SWI dependencies on HR_UTILITY

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

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

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

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

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

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

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

102: -- error.
103: --
104: rollback to create_frm_obj_inclusion_swi;
105: if hr_multi_message.unexpected_error_add(l_proc) then
106: hr_utility.set_location(' Leaving:' || l_proc,40);
107: raise;
108: end if;
109: --
110: -- Reset IN OUT and set OUT parameters

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

110: -- Reset IN OUT and set OUT parameters
111: --
112: p_object_version_number := null;
113: p_return_status := hr_multi_message.get_return_status_disable;
114: hr_utility.set_location(' Leaving:' || l_proc,50);
115: end create_frm_obj_inclusion;
116: --
117: -- ----------------------------------------------------------------------------
118: -- |-----------------------< update_frm_obj_inclusion >-----------------------|

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

141: l_object_version_number number := p_object_version_number;
142:
143:
144: Begin
145: hr_utility.set_location(' Entering:' || l_proc,10);
146: --
147: -- Issue a savepoint
148: --
149: savepoint update_frm_obj_inclusion_swi;

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

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

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

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

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

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

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

221: -- Reset IN OUT and set OUT parameters
222: --
223: p_object_version_number := l_object_version_number;
224: p_return_status := hr_multi_message.get_return_status_disable;
225: hr_utility.set_location(' Leaving:' || l_proc,50);
226: end update_frm_obj_inclusion;
227: --
228: -- ----------------------------------------------------------------------------
229: -- |-----------------------< delete_frm_obj_inclusion >-----------------------|

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

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

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

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

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

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

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

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

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

320: --
321: -- Reset IN OUT and set OUT parameters
322: --
323: p_return_status := hr_multi_message.get_return_status_disable;
324: hr_utility.set_location(' Leaving:' || l_proc,50);
325: end delete_frm_obj_inclusion;
326: end ota_frm_obj_inclusion_swi;