DBA Data[Home] [Help]

APPS.OTA_CHAT_OBJ_INCLUSION_SWI dependencies on HR_MULTI_MESSAGE

Line 43: hr_multi_message.enable_message_list;

39: savepoint create_chat_obj_inclusion_swi;
40: --
41: -- Initialise Multiple Message Detection
42: --
43: hr_multi_message.enable_message_list;
44: --
45: -- Remember IN OUT parameter IN values
46: --
47: --

Line 87: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 91: when hr_multi_message.error_message_exist then

87: p_return_status := hr_multi_message.get_return_status_disable;
88: hr_utility.set_location(' Leaving:' || l_proc,20);
89: --
90: exception
91: when hr_multi_message.error_message_exist then
92: --
93: -- Catch the Multiple Message List exception which
94: -- indicates API processing has been aborted because
95: -- at least one message exists in the list.

Line 102: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 113: if hr_multi_message.unexpected_error_add(l_proc) then

109: -- Multiple Message List. Otherwise re-raise the
110: -- error.
111: --
112: rollback to create_chat_obj_inclusion_swi;
113: if hr_multi_message.unexpected_error_add(l_proc) then
114: hr_utility.set_location(' Leaving:' || l_proc,40);
115: raise;
116: end if;
117: --

Line 121: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 164: hr_multi_message.enable_message_list;

160: savepoint create_chat_obj_inclusion_swi;
161: --
162: -- Initialise Multiple Message Detection
163: --
164: hr_multi_message.enable_message_list;
165: --
166: -- Remember IN OUT parameter IN values
167: --
168: --

Line 202: p_return_status := hr_multi_message.get_return_status_disable;

198: -- Derive the API return status value based on whether
199: -- messages of any type exist in the Multiple Message List.
200: -- Also disable Multiple Message Detection.
201: --
202: p_return_status := hr_multi_message.get_return_status_disable;
203: hr_utility.set_location(' Leaving:' || l_proc,20);
204: --
205: exception
206: when hr_multi_message.error_message_exist then

Line 206: when hr_multi_message.error_message_exist then

202: p_return_status := hr_multi_message.get_return_status_disable;
203: hr_utility.set_location(' Leaving:' || l_proc,20);
204: --
205: exception
206: when hr_multi_message.error_message_exist then
207: --
208: -- Catch the Multiple Message List exception which
209: -- indicates API processing has been aborted because
210: -- at least one message exists in the list.

Line 217: p_return_status := hr_multi_message.get_return_status_disable;

213: --
214: -- Reset IN OUT parameters and set OUT parameters
215: --
216: p_object_version_number := l_object_version_number;
217: p_return_status := hr_multi_message.get_return_status_disable;
218: hr_utility.set_location(' Leaving:' || l_proc, 30);
219: when others then
220: --
221: -- When Multiple Message Detection is enabled catch

Line 228: if hr_multi_message.unexpected_error_add(l_proc) then

224: -- Multiple Message List. Otherwise re-raise the
225: -- error.
226: --
227: rollback to update_chat_obj_inclusion_swi;
228: if hr_multi_message.unexpected_error_add(l_proc) then
229: hr_utility.set_location(' Leaving:' || l_proc,40);
230: raise;
231: end if;
232: --

Line 236: p_return_status := hr_multi_message.get_return_status_disable;

232: --
233: -- Reset IN OUT and set OUT parameters
234: --
235: p_object_version_number := l_object_version_number;
236: p_return_status := hr_multi_message.get_return_status_disable;
237: hr_utility.set_location(' Leaving:' || l_proc,50);
238: end update_chat_obj_inclusion;
239:
240: -- ----------------------------------------------------------------------------

Line 268: hr_multi_message.enable_message_list;

264: savepoint delete_chat_obj_inclusion_swi;
265: --
266: -- Initialise Multiple Message Detection
267: --
268: hr_multi_message.enable_message_list;
269: --
270: -- Remember IN OUT parameter IN values
271: --
272: --

Line 303: p_return_status := hr_multi_message.get_return_status_disable;

299: -- Derive the API return status value based on whether
300: -- messages of any type exist in the Multiple Message List.
301: -- Also disable Multiple Message Detection.
302: --
303: p_return_status := hr_multi_message.get_return_status_disable;
304: hr_utility.set_location(' Leaving:' || l_proc,20);
305: --
306: exception
307: when hr_multi_message.error_message_exist then

Line 307: when hr_multi_message.error_message_exist then

303: p_return_status := hr_multi_message.get_return_status_disable;
304: hr_utility.set_location(' Leaving:' || l_proc,20);
305: --
306: exception
307: when hr_multi_message.error_message_exist then
308: --
309: -- Catch the Multiple Message List exception which
310: -- indicates API processing has been aborted because
311: -- at least one message exists in the list.

Line 317: p_return_status := hr_multi_message.get_return_status_disable;

313: rollback to delete_chat_obj_inclusion_swi;
314: --
315: -- Reset IN OUT parameters and set OUT parameters
316: --
317: p_return_status := hr_multi_message.get_return_status_disable;
318: hr_utility.set_location(' Leaving:' || l_proc, 30);
319: when others then
320: --
321: -- When Multiple Message Detection is enabled catch

Line 328: if hr_multi_message.unexpected_error_add(l_proc) then

324: -- Multiple Message List. Otherwise re-raise the
325: -- error.
326: --
327: rollback to delete_chat_obj_inclusion_swi;
328: if hr_multi_message.unexpected_error_add(l_proc) then
329: hr_utility.set_location(' Leaving:' || l_proc,40);
330: raise;
331: end if;
332: --

Line 335: p_return_status := hr_multi_message.get_return_status_disable;

331: end if;
332: --
333: -- Reset IN OUT and set OUT parameters
334: --
335: p_return_status := hr_multi_message.get_return_status_disable;
336: hr_utility.set_location(' Leaving:' || l_proc,50);
337: end delete_chat_obj_inclusion;
338: end ota_chat_obj_inclusion_swi;