DBA Data[Home] [Help]

APPS.IRC_LINKED_CANDIDATES_SWI dependencies on HR_UTILITY

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

28: l_link_id number;
29: l_proc varchar2(72) := g_package ||'create_linked_candidate';
30: --
31: Begin
32: hr_utility.set_location(' Entering:' || l_proc,10);
33: --
34: -- Issue a savepoint
35: --
36: savepoint create_linked_candidates_swi;

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

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

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

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

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

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

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

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

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

136: --
137: -- Other variables
138: l_proc varchar2(72) := g_package ||'update_linked_candidate';
139: Begin
140: hr_utility.set_location(' Entering:' || l_proc,10);
141: --
142: -- Issue a savepoint
143: --
144: savepoint update_linked_candidates_swi;

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

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

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

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

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

209: -- error.
210: --
211: rollback to update_linked_candidates_swi;
212: if hr_multi_message.unexpected_error_add(l_proc) then
213: hr_utility.set_location(' Leaving:' || l_proc,40);
214: raise;
215: end if;
216: --
217: -- Reset IN OUT and set OUT parameters

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

217: -- Reset IN OUT and set OUT parameters
218: --
219: p_object_version_number := l_object_version_number;
220: p_return_status := hr_multi_message.get_return_status_disable;
221: hr_utility.set_location(' Leaving:' || l_proc,50);
222: end update_linked_candidate;
223: -- ----------------------------------------------------------------------------
224: -- |-------------------------< delete_linked_candidate >----------------------|
225: -- ----------------------------------------------------------------------------

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

236: --
237: -- Other variables
238: l_proc varchar2(72) := g_package ||'delete_linked_candidate';
239: Begin
240: hr_utility.set_location(' Entering:' || l_proc,10);
241: --
242: -- Issue a savepoint
243: --
244: savepoint delete_linked_candidates_swi;

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

276: -- messages of any type exist in the Multiple Message List.
277: -- Also disable Multiple Message Detection.
278: --
279: p_return_status := hr_multi_message.get_return_status_disable;
280: hr_utility.set_location(' Leaving:' || l_proc,20);
281: --
282: exception
283: when hr_multi_message.error_message_exist then
284: --

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

290: --
291: -- Reset IN OUT parameters and set OUT parameters
292: --
293: p_return_status := hr_multi_message.get_return_status_disable;
294: hr_utility.set_location(' Leaving:' || l_proc, 30);
295: when others then
296: --
297: -- When Multiple Message Detection is enabled catch
298: -- any Application specific or other unexpected

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

301: -- error.
302: --
303: rollback to delete_linked_candidates_swi;
304: if hr_multi_message.unexpected_error_add(l_proc) then
305: hr_utility.set_location(' Leaving:' || l_proc,40);
306: raise;
307: end if;
308: --
309: -- Reset IN OUT and set OUT parameters

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

308: --
309: -- Reset IN OUT and set OUT parameters
310: --
311: p_return_status := hr_multi_message.get_return_status_disable;
312: hr_utility.set_location(' Leaving:' || l_proc,50);
313: end delete_linked_candidate;
314: ---
315: end IRC_LINKED_CANDIDATES_SWI;