DBA Data[Home] [Help]

APPS.OTA_CHAT_USER_SWI dependencies on HR_MULTI_MESSAGE

Line 42: hr_multi_message.enable_message_list;

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

Line 85: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 89: when hr_multi_message.error_message_exist then

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

Line 100: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 111: if hr_multi_message.unexpected_error_add(l_proc) then

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

Line 119: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 159: hr_multi_message.enable_message_list;

155: savepoint update_chat_user_swi;
156: --
157: -- Initialise Multiple Message Detection
158: --
159: hr_multi_message.enable_message_list;
160: --
161: -- Remember IN OUT parameter IN values
162: --
163: --

Line 194: p_return_status := hr_multi_message.get_return_status_disable;

190: -- Derive the API return status value based on whether
191: -- messages of any type exist in the Multiple Message List.
192: -- Also disable Multiple Message Detection.
193: --
194: p_return_status := hr_multi_message.get_return_status_disable;
195: hr_utility.set_location(' Leaving:' || l_proc,20);
196: --
197: exception
198: when hr_multi_message.error_message_exist then

Line 198: when hr_multi_message.error_message_exist then

194: p_return_status := hr_multi_message.get_return_status_disable;
195: hr_utility.set_location(' Leaving:' || l_proc,20);
196: --
197: exception
198: when hr_multi_message.error_message_exist then
199: --
200: -- Catch the Multiple Message List exception which
201: -- indicates API processing has been aborted because
202: -- at least one message exists in the list.

Line 209: p_return_status := hr_multi_message.get_return_status_disable;

205: --
206: -- Reset IN OUT parameters and set OUT parameters
207: --
208: p_object_version_number := l_object_version_number;
209: p_return_status := hr_multi_message.get_return_status_disable;
210: hr_utility.set_location(' Leaving:' || l_proc, 30);
211: when others then
212: --
213: -- When Multiple Message Detection is enabled catch

Line 220: if hr_multi_message.unexpected_error_add(l_proc) then

216: -- Multiple Message List. Otherwise re-raise the
217: -- error.
218: --
219: rollback to update_chat_user_swi;
220: if hr_multi_message.unexpected_error_add(l_proc) then
221: hr_utility.set_location(' Leaving:' || l_proc,40);
222: raise;
223: end if;
224: --

Line 228: p_return_status := hr_multi_message.get_return_status_disable;

224: --
225: -- Reset IN OUT and set OUT parameters
226: --
227: p_object_version_number := l_object_version_number;
228: p_return_status := hr_multi_message.get_return_status_disable;
229: hr_utility.set_location(' Leaving:' || l_proc,50);
230: end update_chat_user;
231: -- ----------------------------------------------------------------------------
232: -- |---------------------------< delete_chat_user >---------------------------|

Line 259: hr_multi_message.enable_message_list;

255: savepoint delete_chat_user_swi;
256: --
257: -- Initialise Multiple Message Detection
258: --
259: hr_multi_message.enable_message_list;
260: --
261: -- Remember IN OUT parameter IN values
262: --
263: --

Line 294: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 298: when hr_multi_message.error_message_exist then

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

Line 308: p_return_status := hr_multi_message.get_return_status_disable;

304: rollback to delete_chat_user_swi;
305: --
306: -- Reset IN OUT parameters and set OUT parameters
307: --
308: p_return_status := hr_multi_message.get_return_status_disable;
309: hr_utility.set_location(' Leaving:' || l_proc, 30);
310: when others then
311: --
312: -- When Multiple Message Detection is enabled catch

Line 319: if hr_multi_message.unexpected_error_add(l_proc) then

315: -- Multiple Message List. Otherwise re-raise the
316: -- error.
317: --
318: rollback to delete_chat_user_swi;
319: if hr_multi_message.unexpected_error_add(l_proc) then
320: hr_utility.set_location(' Leaving:' || l_proc,40);
321: raise;
322: end if;
323: --

Line 326: p_return_status := hr_multi_message.get_return_status_disable;

322: end if;
323: --
324: -- Reset IN OUT and set OUT parameters
325: --
326: p_return_status := hr_multi_message.get_return_status_disable;
327: hr_utility.set_location(' Leaving:' || l_proc,50);
328: end delete_chat_user;
329: end ota_chat_user_swi;