DBA Data[Home] [Help]

APPS.OTA_CHAT_MESSAGE_SWI dependencies on HR_MULTI_MESSAGE

Line 43: hr_multi_message.enable_message_list;

39: savepoint create_chat_message_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_message_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_message;
124: --
125: -- ----------------------------------------------------------------------------

Line 162: hr_multi_message.enable_message_list;

158: savepoint update_chat_message_swi;
159: --
160: -- Initialise Multiple Message Detection
161: --
162: hr_multi_message.enable_message_list;
163: --
164: -- Remember IN OUT parameter IN values
165: --
166: --

Line 200: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 204: when hr_multi_message.error_message_exist then

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

Line 215: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 226: if hr_multi_message.unexpected_error_add(l_proc) then

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

Line 234: p_return_status := hr_multi_message.get_return_status_disable;

230: --
231: -- Reset IN OUT and set OUT parameters
232: --
233: p_object_version_number := l_object_version_number;
234: p_return_status := hr_multi_message.get_return_status_disable;
235: hr_utility.set_location(' Leaving:' || l_proc,50);
236: end update_chat_message;
237: -- ----------------------------------------------------------------------------
238: -- |--------------------------< delete_chat_message >-------------------------|

Line 263: hr_multi_message.enable_message_list;

259: savepoint delete_chat_message_swi;
260: --
261: -- Initialise Multiple Message Detection
262: --
263: hr_multi_message.enable_message_list;
264: --
265: -- Remember IN OUT parameter IN values
266: --
267: --

Line 296: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 300: when hr_multi_message.error_message_exist then

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

Line 310: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 321: if hr_multi_message.unexpected_error_add(l_proc) then

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

Line 328: p_return_status := hr_multi_message.get_return_status_disable;

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