DBA Data[Home] [Help]

APPS.OTA_CFS_SWI dependencies on HR_MULTI_MESSAGE

Line 65: hr_multi_message.enable_message_list;

61: savepoint create_conference_server_swi;
62: --
63: -- Initialise Multiple Message Detection
64: --
65: hr_multi_message.enable_message_list;
66: --
67: -- Remember IN OUT parameter IN values
68: --
69: --

Line 131: p_return_status := hr_multi_message.get_return_status_disable;

127: -- Derive the API return status value based on whether
128: -- messages of any type exist in the Multiple Message List.
129: -- Also disable Multiple Message Detection.
130: --
131: p_return_status := hr_multi_message.get_return_status_disable;
132: hr_utility.set_location(' Leaving:' || l_proc,20);
133: --
134: exception
135: when hr_multi_message.error_message_exist then

Line 135: when hr_multi_message.error_message_exist then

131: p_return_status := hr_multi_message.get_return_status_disable;
132: hr_utility.set_location(' Leaving:' || l_proc,20);
133: --
134: exception
135: when hr_multi_message.error_message_exist then
136: --
137: -- Catch the Multiple Message List exception which
138: -- indicates API processing has been aborted because
139: -- at least one message exists in the list.

Line 146: p_return_status := hr_multi_message.get_return_status_disable;

142: --
143: -- Reset IN OUT parameters and set OUT parameters
144: --
145: p_object_version_number := null;
146: p_return_status := hr_multi_message.get_return_status_disable;
147: hr_utility.set_location(' Leaving:' || l_proc, 30);
148: when others then
149: --
150: -- When Multiple Message Detection is enabled catch

Line 157: if hr_multi_message.unexpected_error_add(l_proc) then

153: -- Multiple Message List. Otherwise re-raise the
154: -- error.
155: --
156: rollback to create_conference_server_swi;
157: if hr_multi_message.unexpected_error_add(l_proc) then
158: hr_utility.set_location(' Leaving:' || l_proc,40);
159: raise;
160: end if;
161: --

Line 165: p_return_status := hr_multi_message.get_return_status_disable;

161: --
162: -- Reset IN OUT and set OUT parameters
163: --
164: p_object_version_number := null;
165: p_return_status := hr_multi_message.get_return_status_disable;
166: hr_utility.set_location(' Leaving:' || l_proc,50);
167: end create_conference_server;
168: -- ----------------------------------------------------------------------------
169: -- |-----------------------< update_conference_server >-----------------------|

Line 225: hr_multi_message.enable_message_list;

221: savepoint update_conference_server_swi;
222: --
223: -- Initialise Multiple Message Detection
224: --
225: hr_multi_message.enable_message_list;
226: --
227: -- Remember IN OUT parameter IN values
228: --
229: l_object_version_number := p_object_version_number;

Line 289: p_return_status := hr_multi_message.get_return_status_disable;

285: -- Derive the API return status value based on whether
286: -- messages of any type exist in the Multiple Message List.
287: -- Also disable Multiple Message Detection.
288: --
289: p_return_status := hr_multi_message.get_return_status_disable;
290: hr_utility.set_location(' Leaving:' || l_proc,20);
291: --
292: exception
293: when hr_multi_message.error_message_exist then

Line 293: when hr_multi_message.error_message_exist then

289: p_return_status := hr_multi_message.get_return_status_disable;
290: hr_utility.set_location(' Leaving:' || l_proc,20);
291: --
292: exception
293: when hr_multi_message.error_message_exist then
294: --
295: -- Catch the Multiple Message List exception which
296: -- indicates API processing has been aborted because
297: -- at least one message exists in the list.

Line 304: p_return_status := hr_multi_message.get_return_status_disable;

300: --
301: -- Reset IN OUT parameters and set OUT parameters
302: --
303: p_object_version_number := l_object_version_number;
304: p_return_status := hr_multi_message.get_return_status_disable;
305: hr_utility.set_location(' Leaving:' || l_proc, 30);
306: when others then
307: --
308: -- When Multiple Message Detection is enabled catch

Line 315: if hr_multi_message.unexpected_error_add(l_proc) then

311: -- Multiple Message List. Otherwise re-raise the
312: -- error.
313: --
314: rollback to update_conference_server_swi;
315: if hr_multi_message.unexpected_error_add(l_proc) then
316: hr_utility.set_location(' Leaving:' || l_proc,40);
317: raise;
318: end if;
319: --

Line 323: p_return_status := hr_multi_message.get_return_status_disable;

319: --
320: -- Reset IN OUT and set OUT parameters
321: --
322: p_object_version_number := l_object_version_number;
323: p_return_status := hr_multi_message.get_return_status_disable;
324: hr_utility.set_location(' Leaving:' || l_proc,50);
325: end update_conference_server;
326: -- ----------------------------------------------------------------------------
327: -- |-----------------------< delete_conference_server >-----------------------|

Line 352: hr_multi_message.enable_message_list;

348: savepoint delete_conference_server_swi;
349: --
350: -- Initialise Multiple Message Detection
351: --
352: hr_multi_message.enable_message_list;
353: --
354: -- Remember IN OUT parameter IN values
355: --
356: --

Line 385: p_return_status := hr_multi_message.get_return_status_disable;

381: -- Derive the API return status value based on whether
382: -- messages of any type exist in the Multiple Message List.
383: -- Also disable Multiple Message Detection.
384: --
385: p_return_status := hr_multi_message.get_return_status_disable;
386: hr_utility.set_location(' Leaving:' || l_proc,20);
387: --
388: exception
389: when hr_multi_message.error_message_exist then

Line 389: when hr_multi_message.error_message_exist then

385: p_return_status := hr_multi_message.get_return_status_disable;
386: hr_utility.set_location(' Leaving:' || l_proc,20);
387: --
388: exception
389: when hr_multi_message.error_message_exist then
390: --
391: -- Catch the Multiple Message List exception which
392: -- indicates API processing has been aborted because
393: -- at least one message exists in the list.

Line 399: p_return_status := hr_multi_message.get_return_status_disable;

395: rollback to delete_conference_server_swi;
396: --
397: -- Reset IN OUT parameters and set OUT parameters
398: --
399: p_return_status := hr_multi_message.get_return_status_disable;
400: hr_utility.set_location(' Leaving:' || l_proc, 30);
401: when others then
402: --
403: -- When Multiple Message Detection is enabled catch

Line 410: if hr_multi_message.unexpected_error_add(l_proc) then

406: -- Multiple Message List. Otherwise re-raise the
407: -- error.
408: --
409: rollback to delete_conference_server_swi;
410: if hr_multi_message.unexpected_error_add(l_proc) then
411: hr_utility.set_location(' Leaving:' || l_proc,40);
412: raise;
413: end if;
414: --

Line 417: p_return_status := hr_multi_message.get_return_status_disable;

413: end if;
414: --
415: -- Reset IN OUT and set OUT parameters
416: --
417: p_return_status := hr_multi_message.get_return_status_disable;
418: hr_utility.set_location(' Leaving:' || l_proc,50);
419: end delete_conference_server;
420: end ota_cfs_swi;