DBA Data[Home] [Help]

APPS.OTA_SKILL_PROVISION_SWI dependencies on HR_MULTI_MESSAGE

Line 60: hr_multi_message.enable_message_list;

56: savepoint create_skill_provision_swi;
57: --
58: -- Initialise Multiple Message Detection
59: --
60: hr_multi_message.enable_message_list;
61: --
62: -- Remember IN OUT parameter IN values
63: --
64: --

Line 121: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 125: when hr_multi_message.error_message_exist then

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

Line 136: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 147: if hr_multi_message.unexpected_error_add(l_proc) then

143: -- Multiple Message List. Otherwise re-raise the
144: -- error.
145: --
146: rollback to create_skill_provision_swi;
147: if hr_multi_message.unexpected_error_add(l_proc) then
148: hr_utility.set_location(' Leaving:' || l_proc,40);
149: raise;
150: end if;
151: --

Line 155: p_return_status := hr_multi_message.get_return_status_disable;

151: --
152: -- Reset IN OUT and set OUT parameters
153: --
154: p_object_version_number := null;
155: p_return_status := hr_multi_message.get_return_status_disable;
156: hr_utility.set_location(' Leaving:' || l_proc,50);
157: end create_skill_provision;
158: -- ----------------------------------------------------------------------------
159: -- |------------------------< delete_skill_provision >------------------------|

Line 184: hr_multi_message.enable_message_list;

180: savepoint delete_skill_provision_swi;
181: --
182: -- Initialise Multiple Message Detection
183: --
184: hr_multi_message.enable_message_list;
185: --
186: -- Remember IN OUT parameter IN values
187: --
188: --

Line 217: p_return_status := hr_multi_message.get_return_status_disable;

213: -- Derive the API return status value based on whether
214: -- messages of any type exist in the Multiple Message List.
215: -- Also disable Multiple Message Detection.
216: --
217: p_return_status := hr_multi_message.get_return_status_disable;
218: hr_utility.set_location(' Leaving:' || l_proc,20);
219: --
220: exception
221: when hr_multi_message.error_message_exist then

Line 221: when hr_multi_message.error_message_exist then

217: p_return_status := hr_multi_message.get_return_status_disable;
218: hr_utility.set_location(' Leaving:' || l_proc,20);
219: --
220: exception
221: when hr_multi_message.error_message_exist then
222: --
223: -- Catch the Multiple Message List exception which
224: -- indicates API processing has been aborted because
225: -- at least one message exists in the list.

Line 231: p_return_status := hr_multi_message.get_return_status_disable;

227: rollback to delete_skill_provision_swi;
228: --
229: -- Reset IN OUT parameters and set OUT parameters
230: --
231: p_return_status := hr_multi_message.get_return_status_disable;
232: hr_utility.set_location(' Leaving:' || l_proc, 30);
233: when others then
234: --
235: -- When Multiple Message Detection is enabled catch

Line 242: if hr_multi_message.unexpected_error_add(l_proc) then

238: -- Multiple Message List. Otherwise re-raise the
239: -- error.
240: --
241: rollback to delete_skill_provision_swi;
242: if hr_multi_message.unexpected_error_add(l_proc) then
243: hr_utility.set_location(' Leaving:' || l_proc,40);
244: raise;
245: end if;
246: --

Line 249: p_return_status := hr_multi_message.get_return_status_disable;

245: end if;
246: --
247: -- Reset IN OUT and set OUT parameters
248: --
249: p_return_status := hr_multi_message.get_return_status_disable;
250: hr_utility.set_location(' Leaving:' || l_proc,50);
251: end delete_skill_provision;
252: -- ----------------------------------------------------------------------------
253: -- |------------------------< update_skill_provision >------------------------|

Line 304: hr_multi_message.enable_message_list;

300: savepoint update_skill_provision_swi;
301: --
302: -- Initialise Multiple Message Detection
303: --
304: hr_multi_message.enable_message_list;
305: --
306: -- Remember IN OUT parameter IN values
307: --
308: l_object_version_number := p_object_version_number;

Line 363: p_return_status := hr_multi_message.get_return_status_disable;

359: -- Derive the API return status value based on whether
360: -- messages of any type exist in the Multiple Message List.
361: -- Also disable Multiple Message Detection.
362: --
363: p_return_status := hr_multi_message.get_return_status_disable;
364: hr_utility.set_location(' Leaving:' || l_proc,20);
365: --
366: exception
367: when hr_multi_message.error_message_exist then

Line 367: when hr_multi_message.error_message_exist then

363: p_return_status := hr_multi_message.get_return_status_disable;
364: hr_utility.set_location(' Leaving:' || l_proc,20);
365: --
366: exception
367: when hr_multi_message.error_message_exist then
368: --
369: -- Catch the Multiple Message List exception which
370: -- indicates API processing has been aborted because
371: -- at least one message exists in the list.

Line 378: p_return_status := hr_multi_message.get_return_status_disable;

374: --
375: -- Reset IN OUT parameters and set OUT parameters
376: --
377: p_object_version_number := l_object_version_number;
378: p_return_status := hr_multi_message.get_return_status_disable;
379: hr_utility.set_location(' Leaving:' || l_proc, 30);
380: when others then
381: --
382: -- When Multiple Message Detection is enabled catch

Line 389: if hr_multi_message.unexpected_error_add(l_proc) then

385: -- Multiple Message List. Otherwise re-raise the
386: -- error.
387: --
388: rollback to update_skill_provision_swi;
389: if hr_multi_message.unexpected_error_add(l_proc) then
390: hr_utility.set_location(' Leaving:' || l_proc,40);
391: raise;
392: end if;
393: --

Line 397: p_return_status := hr_multi_message.get_return_status_disable;

393: --
394: -- Reset IN OUT and set OUT parameters
395: --
396: p_object_version_number := l_object_version_number;
397: p_return_status := hr_multi_message.get_return_status_disable;
398: hr_utility.set_location(' Leaving:' || l_proc,50);
399: end update_skill_provision;
400: end ota_skill_provision_swi;