DBA Data[Home] [Help]

APPS.OTA_CERT_MBR_ENROLLMENT_SWI dependencies on HR_UTILITY

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

50: -- Other variables
51: l_cert_mbr_enrollment_id number;
52: l_proc varchar2(72) := g_package ||'create_cert_mbr_enrollment';
53: Begin
54: hr_utility.set_location(' Entering:' || l_proc,10);
55: --
56: -- Issue a savepoint
57: --
58: savepoint create_cert_mbr_enrollment_swi;

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

122: -- messages of any type exist in the Multiple Message List.
123: -- Also disable Multiple Message Detection.
124: --
125: p_return_status := hr_multi_message.get_return_status_disable;
126: hr_utility.set_location(' Leaving:' || l_proc,20);
127: --
128: exception
129: when hr_multi_message.error_message_exist then
130: --

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

137: -- Reset IN OUT parameters and set OUT parameters
138: --
139: p_object_version_number := null;
140: p_return_status := hr_multi_message.get_return_status_disable;
141: hr_utility.set_location(' Leaving:' || l_proc, 30);
142: when others then
143: --
144: -- When Multiple Message Detection is enabled catch
145: -- any Application specific or other unexpected

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

148: -- error.
149: --
150: rollback to create_cert_mbr_enrollment_swi;
151: if hr_multi_message.unexpected_error_add(l_proc) then
152: hr_utility.set_location(' Leaving:' || l_proc,40);
153: raise;
154: end if;
155: --
156: -- Reset IN OUT and set OUT parameters

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

156: -- Reset IN OUT and set OUT parameters
157: --
158: p_object_version_number := null;
159: p_return_status := hr_multi_message.get_return_status_disable;
160: hr_utility.set_location(' Leaving:' || l_proc,50);
161: end create_cert_mbr_enrollment;
162: -- ----------------------------------------------------------------------------
163: -- |----------------------< update_cert_mbr_enrollment >----------------------|
164: -- ----------------------------------------------------------------------------

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

204: --
205: -- Other variables
206: l_proc varchar2(72) := g_package ||'update_cert_mbr_enrollment';
207: Begin
208: hr_utility.set_location(' Entering:' || l_proc,10);
209: --
210: -- Issue a savepoint
211: --
212: savepoint update_cert_mbr_enrollment_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_cert_mbr_enrollment_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_cert_mbr_enrollment;
314: -- ----------------------------------------------------------------------------
315: -- |----------------------< delete_cert_mbr_enrollment >----------------------|
316: -- ----------------------------------------------------------------------------

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

328: --
329: -- Other variables
330: l_proc varchar2(72) := g_package ||'delete_cert_mbr_enrollment';
331: Begin
332: hr_utility.set_location(' Entering:' || l_proc,10);
333: --
334: -- Issue a savepoint
335: --
336: savepoint delete_cert_mbr_enrollment_swi;

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

370: -- messages of any type exist in the Multiple Message List.
371: -- Also disable Multiple Message Detection.
372: --
373: p_return_status := hr_multi_message.get_return_status_disable;
374: hr_utility.set_location(' Leaving:' || l_proc,20);
375: --
376: exception
377: when hr_multi_message.error_message_exist then
378: --

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

384: --
385: -- Reset IN OUT parameters and set OUT parameters
386: --
387: p_return_status := hr_multi_message.get_return_status_disable;
388: hr_utility.set_location(' Leaving:' || l_proc, 30);
389: when others then
390: --
391: -- When Multiple Message Detection is enabled catch
392: -- any Application specific or other unexpected

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

395: -- error.
396: --
397: rollback to delete_cert_mbr_enrollment_swi;
398: if hr_multi_message.unexpected_error_add(l_proc) then
399: hr_utility.set_location(' Leaving:' || l_proc,40);
400: raise;
401: end if;
402: --
403: -- Reset IN OUT and set OUT parameters

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

402: --
403: -- Reset IN OUT and set OUT parameters
404: --
405: p_return_status := hr_multi_message.get_return_status_disable;
406: hr_utility.set_location(' Leaving:' || l_proc,50);
407: end delete_cert_mbr_enrollment;
408: end ota_cert_mbr_enrollment_swi;