DBA Data[Home] [Help]

APPS.IRC_OFFER_STATUS_HISTORY_SWI dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

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

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

143: --
144: -- Other variables
145: l_proc varchar2(72) := g_package ||'update_offer_status_history';
146: Begin
147: hr_utility.set_location(' Entering:' || l_proc,10);
148: --
149: -- Issue a savepoint
150: --
151: savepoint update_offer_status_hist_swi;

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

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

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

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

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

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

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

226: -- Reset IN OUT and set OUT parameters
227: --
228: p_object_version_number := null;
229: p_return_status := hr_multi_message.get_return_status_disable;
230: hr_utility.set_location(' Leaving:' || l_proc,50);
231: end update_offer_status_history;
232: -- ----------------------------------------------------------------------------
233: -- |----------------------< delete_offer_status_history >---------------------|
234: -- ----------------------------------------------------------------------------

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

246: --
247: -- Other variables
248: l_proc varchar2(72) := g_package ||'delete_offer_status_history';
249: Begin
250: hr_utility.set_location(' Entering:' || l_proc,10);
251: --
252: -- Issue a savepoint
253: --
254: savepoint delete_offer_status_hist_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_offer_status_hist_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_offer_status_history;
326: end irc_offer_status_history_swi;