DBA Data[Home] [Help]

APPS.OTA_COURSE_PREREQUISITE_SWI dependencies on HR_MULTI_MESSAGE

Line 41: hr_multi_message.enable_message_list;

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

Line 83: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 87: when hr_multi_message.error_message_exist then

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

Line 98: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 109: if hr_multi_message.unexpected_error_add(l_proc) then

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

Line 117: p_return_status := hr_multi_message.get_return_status_disable;

113: --
114: -- Reset IN OUT and set OUT parameters
115: --
116: p_object_version_number := null;
117: p_return_status := hr_multi_message.get_return_status_disable;
118: hr_utility.set_location(' Leaving:' || l_proc,50);
119: end create_course_prerequisite;
120: -- ----------------------------------------------------------------------------
121: -- |----------------------< update_course_prerequisite >----------------------|

Line 151: hr_multi_message.enable_message_list;

147: savepoint update_course_prerequisite_swi;
148: --
149: -- Initialise Multiple Message Detection
150: --
151: hr_multi_message.enable_message_list;
152: --
153: -- Remember IN OUT parameter IN values
154: --
155: --

Line 189: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 193: when hr_multi_message.error_message_exist then

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

Line 204: p_return_status := hr_multi_message.get_return_status_disable;

200: --
201: -- Reset IN OUT parameters and set OUT parameters
202: --
203: p_object_version_number := null;
204: p_return_status := hr_multi_message.get_return_status_disable;
205: hr_utility.set_location(' Leaving:' || l_proc, 30);
206: when others then
207: --
208: -- When Multiple Message Detection is enabled catch

Line 215: if hr_multi_message.unexpected_error_add(l_proc) then

211: -- Multiple Message List. Otherwise re-raise the
212: -- error.
213: --
214: rollback to update_course_prerequisite_swi;
215: if hr_multi_message.unexpected_error_add(l_proc) then
216: hr_utility.set_location(' Leaving:' || l_proc,40);
217: raise;
218: end if;
219: --

Line 223: p_return_status := hr_multi_message.get_return_status_disable;

219: --
220: -- Reset IN OUT and set OUT parameters
221: --
222: p_object_version_number := null;
223: p_return_status := hr_multi_message.get_return_status_disable;
224: hr_utility.set_location(' Leaving:' || l_proc,50);
225: end update_course_prerequisite;
226: -- ----------------------------------------------------------------------------
227: -- |----------------------< delete_course_prerequisite >----------------------|

Line 253: hr_multi_message.enable_message_list;

249: savepoint delete_course_prerequisite_swi;
250: --
251: -- Initialise Multiple Message Detection
252: --
253: hr_multi_message.enable_message_list;
254: --
255: -- Remember IN OUT parameter IN values
256: --
257: --

Line 287: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 291: when hr_multi_message.error_message_exist then

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

Line 301: p_return_status := hr_multi_message.get_return_status_disable;

297: rollback to delete_course_prerequisite_swi;
298: --
299: -- Reset IN OUT parameters and set OUT parameters
300: --
301: p_return_status := hr_multi_message.get_return_status_disable;
302: hr_utility.set_location(' Leaving:' || l_proc, 30);
303: when others then
304: --
305: -- When Multiple Message Detection is enabled catch

Line 312: if hr_multi_message.unexpected_error_add(l_proc) then

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

Line 319: p_return_status := hr_multi_message.get_return_status_disable;

315: end if;
316: --
317: -- Reset IN OUT and set OUT parameters
318: --
319: p_return_status := hr_multi_message.get_return_status_disable;
320: hr_utility.set_location(' Leaving:' || l_proc,50);
321: end delete_course_prerequisite;
322: end ota_course_prerequisite_swi;