DBA Data[Home] [Help]

APPS.PER_SOLUTIONS_SELECTED_SWI dependencies on HR_MULTI_MESSAGE

Line 36: hr_multi_message.enable_message_list;

32: savepoint create_solutions_selected_swi;
33: --
34: -- Initialise Multiple Message Detection
35: --
36: hr_multi_message.enable_message_list;
37: --
38: -- Remember IN OUT parameter IN values
39: --
40: --

Line 71: p_return_status := hr_multi_message.get_return_status_disable;

67: -- Derive the API return status value based on whether
68: -- messages of any type exist in the Multiple Message List.
69: -- Also disable Multiple Message Detection.
70: --
71: p_return_status := hr_multi_message.get_return_status_disable;
72: hr_utility.set_location(' Leaving:' || l_proc,20);
73: --
74: exception
75: when hr_multi_message.error_message_exist then

Line 75: when hr_multi_message.error_message_exist then

71: p_return_status := hr_multi_message.get_return_status_disable;
72: hr_utility.set_location(' Leaving:' || l_proc,20);
73: --
74: exception
75: when hr_multi_message.error_message_exist then
76: --
77: -- Catch the Multiple Message List exception which
78: -- indicates API processing has been aborted because
79: -- at least one message exists in the list.

Line 86: p_return_status := hr_multi_message.get_return_status_disable;

82: --
83: -- Reset IN OUT parameters and set OUT parameters
84: --
85: p_object_version_number := null;
86: p_return_status := hr_multi_message.get_return_status_disable;
87: hr_utility.set_location(' Leaving:' || l_proc, 30);
88: when others then
89: --
90: -- When Multiple Message Detection is enabled catch

Line 97: if hr_multi_message.unexpected_error_add(l_proc) then

93: -- Multiple Message List. Otherwise re-raise the
94: -- error.
95: --
96: rollback to create_solutions_selected_swi;
97: if hr_multi_message.unexpected_error_add(l_proc) then
98: hr_utility.set_location(' Leaving:' || l_proc,40);
99: raise;
100: end if;
101: --

Line 105: p_return_status := hr_multi_message.get_return_status_disable;

101: --
102: -- Reset IN OUT and set OUT parameters
103: --
104: p_object_version_number := null;
105: p_return_status := hr_multi_message.get_return_status_disable;
106: hr_utility.set_location(' Leaving:' || l_proc,50);
107: end create_solutions_selected;
108: -- ----------------------------------------------------------------------------
109: -- |-----------------------< delete_solutions_selected >----------------------|

Line 136: hr_multi_message.enable_message_list;

132: savepoint delete_solutions_selected_swi;
133: --
134: -- Initialise Multiple Message Detection
135: --
136: hr_multi_message.enable_message_list;
137: --
138: -- Remember IN OUT parameter IN values
139: --
140: --

Line 171: p_return_status := hr_multi_message.get_return_status_disable;

167: -- Derive the API return status value based on whether
168: -- messages of any type exist in the Multiple Message List.
169: -- Also disable Multiple Message Detection.
170: --
171: p_return_status := hr_multi_message.get_return_status_disable;
172: hr_utility.set_location(' Leaving:' || l_proc,20);
173: --
174: exception
175: when hr_multi_message.error_message_exist then

Line 175: when hr_multi_message.error_message_exist then

171: p_return_status := hr_multi_message.get_return_status_disable;
172: hr_utility.set_location(' Leaving:' || l_proc,20);
173: --
174: exception
175: when hr_multi_message.error_message_exist then
176: --
177: -- Catch the Multiple Message List exception which
178: -- indicates API processing has been aborted because
179: -- at least one message exists in the list.

Line 185: p_return_status := hr_multi_message.get_return_status_disable;

181: rollback to delete_solutions_selected_swi;
182: --
183: -- Reset IN OUT parameters and set OUT parameters
184: --
185: p_return_status := hr_multi_message.get_return_status_disable;
186: hr_utility.set_location(' Leaving:' || l_proc, 30);
187: when others then
188: --
189: -- When Multiple Message Detection is enabled catch

Line 196: if hr_multi_message.unexpected_error_add(l_proc) then

192: -- Multiple Message List. Otherwise re-raise the
193: -- error.
194: --
195: rollback to delete_solutions_selected_swi;
196: if hr_multi_message.unexpected_error_add(l_proc) then
197: hr_utility.set_location(' Leaving:' || l_proc,40);
198: raise;
199: end if;
200: --

Line 203: p_return_status := hr_multi_message.get_return_status_disable;

199: end if;
200: --
201: -- Reset IN OUT and set OUT parameters
202: --
203: p_return_status := hr_multi_message.get_return_status_disable;
204: hr_utility.set_location(' Leaving:' || l_proc,50);
205: end delete_solutions_selected;
206: -- ----------------------------------------------------------------------------
207: -- |-----------------------< update_solutions_selected >----------------------|

Line 235: hr_multi_message.enable_message_list;

231: savepoint update_solutions_selected_swi;
232: --
233: -- Initialise Multiple Message Detection
234: --
235: hr_multi_message.enable_message_list;
236: --
237: -- Remember IN OUT parameter IN values
238: --
239: l_object_version_number := p_object_version_number;

Line 271: p_return_status := hr_multi_message.get_return_status_disable;

267: -- Derive the API return status value based on whether
268: -- messages of any type exist in the Multiple Message List.
269: -- Also disable Multiple Message Detection.
270: --
271: p_return_status := hr_multi_message.get_return_status_disable;
272: hr_utility.set_location(' Leaving:' || l_proc,20);
273: --
274: exception
275: when hr_multi_message.error_message_exist then

Line 275: when hr_multi_message.error_message_exist then

271: p_return_status := hr_multi_message.get_return_status_disable;
272: hr_utility.set_location(' Leaving:' || l_proc,20);
273: --
274: exception
275: when hr_multi_message.error_message_exist then
276: --
277: -- Catch the Multiple Message List exception which
278: -- indicates API processing has been aborted because
279: -- at least one message exists in the list.

Line 286: p_return_status := hr_multi_message.get_return_status_disable;

282: --
283: -- Reset IN OUT parameters and set OUT parameters
284: --
285: p_object_version_number := l_object_version_number;
286: p_return_status := hr_multi_message.get_return_status_disable;
287: hr_utility.set_location(' Leaving:' || l_proc, 30);
288: when others then
289: --
290: -- When Multiple Message Detection is enabled catch

Line 297: if hr_multi_message.unexpected_error_add(l_proc) then

293: -- Multiple Message List. Otherwise re-raise the
294: -- error.
295: --
296: rollback to update_solutions_selected_swi;
297: if hr_multi_message.unexpected_error_add(l_proc) then
298: hr_utility.set_location(' Leaving:' || l_proc,40);
299: raise;
300: end if;
301: --

Line 305: p_return_status := hr_multi_message.get_return_status_disable;

301: --
302: -- Reset IN OUT and set OUT parameters
303: --
304: p_object_version_number := l_object_version_number;
305: p_return_status := hr_multi_message.get_return_status_disable;
306: hr_utility.set_location(' Leaving:' || l_proc,50);
307: end update_solutions_selected;
308: end per_solutions_selected_swi;