DBA Data[Home] [Help]

APPS.IRC_VACANCY_CONSIDERATIONS_SWI dependencies on HR_UTILITY

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

27: l_vacancy_consideration_id number;
28: -- Other variables
29: l_proc varchar2(72) := g_package ||'create_vacancy_consideration';
30: Begin
31: hr_utility.set_location(' Entering:' || l_proc,10);
32: --
33: -- Issue a savepoint
34: --
35: savepoint create_vac_consideration_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_vac_consideration_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_vacancy_consideration;
116: -- ----------------------------------------------------------------------------
117: -- |---------------------< delete_vacancy_consideration >---------------------|
118: -- ----------------------------------------------------------------------------

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

130: --
131: -- Other variables
132: l_proc varchar2(72) := g_package ||'delete_vacancy_consideration';
133: Begin
134: hr_utility.set_location(' Entering:' || l_proc,10);
135: --
136: -- Issue a savepoint
137: --
138: savepoint delete_vac_consideration_swi;

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

172: -- messages of any type exist in the Multiple Message List.
173: -- Also disable Multiple Message Detection.
174: --
175: p_return_status := hr_multi_message.get_return_status_disable;
176: hr_utility.set_location(' Leaving:' || l_proc,20);
177: --
178: exception
179: when hr_multi_message.error_message_exist then
180: --

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

186: --
187: -- Reset IN OUT parameters and set OUT parameters
188: --
189: p_return_status := hr_multi_message.get_return_status_disable;
190: hr_utility.set_location(' Leaving:' || l_proc, 30);
191: when others then
192: --
193: -- When Multiple Message Detection is enabled catch
194: -- any Application specific or other unexpected

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

197: -- error.
198: --
199: rollback to delete_vac_consideration_swi;
200: if hr_multi_message.unexpected_error_add(l_proc) then
201: hr_utility.set_location(' Leaving:' || l_proc,40);
202: raise;
203: end if;
204: --
205: -- Reset IN OUT and set OUT parameters

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

204: --
205: -- Reset IN OUT and set OUT parameters
206: --
207: p_return_status := hr_multi_message.get_return_status_disable;
208: hr_utility.set_location(' Leaving:' || l_proc,50);
209: end delete_vacancy_consideration;
210: -- ----------------------------------------------------------------------------
211: -- |---------------------< update_vacancy_consideration >---------------------|
212: -- ----------------------------------------------------------------------------

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

228: --
229: -- Other variables
230: l_proc varchar2(72) := g_package ||'update_vacancy_consideration';
231: Begin
232: hr_utility.set_location(' Entering:' || l_proc,10);
233: --
234: -- Issue a savepoint
235: --
236: savepoint update_vac_consideration_swi;

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

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

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

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

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

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

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

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