DBA Data[Home] [Help]

APPS.OTA_LP_CATEGORY_SWI dependencies on HR_MULTI_MESSAGE

Line 62: hr_multi_message.enable_message_list;

58: savepoint create_lp_cat_inclusion_swi;
59: --
60: -- Initialise Multiple Message Detection
61: --
62: hr_multi_message.enable_message_list;
63: --
64: -- Remember IN OUT parameter IN values
65: --
66: --

Line 125: p_return_status := hr_multi_message.get_return_status_disable;

121: -- Derive the API return status value based on whether
122: -- messages of any type exist in the Multiple Message List.
123: -- Also disable Multiple Message Detection.
124: --
125: p_return_status := hr_multi_message.get_return_status_disable;
126: hr_utility.set_location(' Leaving:' || l_proc,20);
127: --
128: exception
129: when hr_multi_message.error_message_exist then

Line 129: when hr_multi_message.error_message_exist then

125: p_return_status := hr_multi_message.get_return_status_disable;
126: hr_utility.set_location(' Leaving:' || l_proc,20);
127: --
128: exception
129: when hr_multi_message.error_message_exist then
130: --
131: -- Catch the Multiple Message List exception which
132: -- indicates API processing has been aborted because
133: -- at least one message exists in the list.

Line 140: p_return_status := hr_multi_message.get_return_status_disable;

136: --
137: -- Reset IN OUT parameters and set OUT parameters
138: --
139: p_object_version_number := null;
140: p_return_status := hr_multi_message.get_return_status_disable;
141: hr_utility.set_location(' Leaving:' || l_proc, 30);
142: when others then
143: --
144: -- When Multiple Message Detection is enabled catch

Line 151: if hr_multi_message.unexpected_error_add(l_proc) then

147: -- Multiple Message List. Otherwise re-raise the
148: -- error.
149: --
150: rollback to create_lp_cat_inclusion_swi;
151: if hr_multi_message.unexpected_error_add(l_proc) then
152: hr_utility.set_location(' Leaving:' || l_proc,40);
153: raise;
154: end if;
155: --

Line 159: p_return_status := hr_multi_message.get_return_status_disable;

155: --
156: -- Reset IN OUT and set OUT parameters
157: --
158: p_object_version_number := null;
159: p_return_status := hr_multi_message.get_return_status_disable;
160: hr_utility.set_location(' Leaving:' || l_proc,50);
161: end create_lp_cat_inclusion;
162: -- ----------------------------------------------------------------------------
163: -- |------------------------< delete_lp_cat_inclusion >-----------------------|

Line 189: hr_multi_message.enable_message_list;

185: savepoint delete_lp_cat_inclusion_swi;
186: --
187: -- Initialise Multiple Message Detection
188: --
189: hr_multi_message.enable_message_list;
190: --
191: -- Remember IN OUT parameter IN values
192: --
193: --

Line 223: p_return_status := hr_multi_message.get_return_status_disable;

219: -- Derive the API return status value based on whether
220: -- messages of any type exist in the Multiple Message List.
221: -- Also disable Multiple Message Detection.
222: --
223: p_return_status := hr_multi_message.get_return_status_disable;
224: hr_utility.set_location(' Leaving:' || l_proc,20);
225: --
226: exception
227: when hr_multi_message.error_message_exist then

Line 227: when hr_multi_message.error_message_exist then

223: p_return_status := hr_multi_message.get_return_status_disable;
224: hr_utility.set_location(' Leaving:' || l_proc,20);
225: --
226: exception
227: when hr_multi_message.error_message_exist then
228: --
229: -- Catch the Multiple Message List exception which
230: -- indicates API processing has been aborted because
231: -- at least one message exists in the list.

Line 237: p_return_status := hr_multi_message.get_return_status_disable;

233: rollback to delete_lp_cat_inclusion_swi;
234: --
235: -- Reset IN OUT parameters and set OUT parameters
236: --
237: p_return_status := hr_multi_message.get_return_status_disable;
238: hr_utility.set_location(' Leaving:' || l_proc, 30);
239: when others then
240: --
241: -- When Multiple Message Detection is enabled catch

Line 248: if hr_multi_message.unexpected_error_add(l_proc) then

244: -- Multiple Message List. Otherwise re-raise the
245: -- error.
246: --
247: rollback to delete_lp_cat_inclusion_swi;
248: if hr_multi_message.unexpected_error_add(l_proc) then
249: hr_utility.set_location(' Leaving:' || l_proc,40);
250: raise;
251: end if;
252: --

Line 255: p_return_status := hr_multi_message.get_return_status_disable;

251: end if;
252: --
253: -- Reset IN OUT and set OUT parameters
254: --
255: p_return_status := hr_multi_message.get_return_status_disable;
256: hr_utility.set_location(' Leaving:' || l_proc,50);
257: end delete_lp_cat_inclusion;
258: -- ----------------------------------------------------------------------------
259: -- |------------------------< update_lp_cat_inclusion >-----------------------|

Line 311: hr_multi_message.enable_message_list;

307: savepoint update_lp_cat_inclusion_swi;
308: --
309: -- Initialise Multiple Message Detection
310: --
311: hr_multi_message.enable_message_list;
312: --
313: -- Remember IN OUT parameter IN values
314: --
315: l_object_version_number := p_object_version_number;

Line 371: p_return_status := hr_multi_message.get_return_status_disable;

367: -- Derive the API return status value based on whether
368: -- messages of any type exist in the Multiple Message List.
369: -- Also disable Multiple Message Detection.
370: --
371: p_return_status := hr_multi_message.get_return_status_disable;
372: hr_utility.set_location(' Leaving:' || l_proc,20);
373: --
374: exception
375: when hr_multi_message.error_message_exist then

Line 375: when hr_multi_message.error_message_exist then

371: p_return_status := hr_multi_message.get_return_status_disable;
372: hr_utility.set_location(' Leaving:' || l_proc,20);
373: --
374: exception
375: when hr_multi_message.error_message_exist then
376: --
377: -- Catch the Multiple Message List exception which
378: -- indicates API processing has been aborted because
379: -- at least one message exists in the list.

Line 386: p_return_status := hr_multi_message.get_return_status_disable;

382: --
383: -- Reset IN OUT parameters and set OUT parameters
384: --
385: p_object_version_number := l_object_version_number;
386: p_return_status := hr_multi_message.get_return_status_disable;
387: hr_utility.set_location(' Leaving:' || l_proc, 30);
388: when others then
389: --
390: -- When Multiple Message Detection is enabled catch

Line 397: if hr_multi_message.unexpected_error_add(l_proc) then

393: -- Multiple Message List. Otherwise re-raise the
394: -- error.
395: --
396: rollback to update_lp_cat_inclusion_swi;
397: if hr_multi_message.unexpected_error_add(l_proc) then
398: hr_utility.set_location(' Leaving:' || l_proc,40);
399: raise;
400: end if;
401: --

Line 405: p_return_status := hr_multi_message.get_return_status_disable;

401: --
402: -- Reset IN OUT and set OUT parameters
403: --
404: p_object_version_number := l_object_version_number;
405: p_return_status := hr_multi_message.get_return_status_disable;
406: hr_utility.set_location(' Leaving:' || l_proc,50);
407: end update_lp_cat_inclusion;
408: end ota_lp_category_swi;