DBA Data[Home] [Help]

APPS.PQP_ERG_SWI dependencies on HR_MULTI_MESSAGE

Line 41: hr_multi_message.enable_message_list;

37: savepoint create_exception_group_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 81: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 85: when hr_multi_message.error_message_exist then

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

Line 97: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 108: if hr_multi_message.unexpected_error_add(l_proc) then

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

Line 117: p_return_status := hr_multi_message.get_return_status_disable;

113: -- Reset IN OUT and set OUT parameters
114: --
115: p_exception_group_id := null;
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_exception_group;
120: -- ----------------------------------------------------------------------------
121: -- |------------------------< delete_exception_group >------------------------|

Line 146: hr_multi_message.enable_message_list;

142: savepoint delete_exception_group_swi;
143: --
144: -- Initialise Multiple Message Detection
145: --
146: hr_multi_message.enable_message_list;
147: --
148: -- Remember IN OUT parameter IN values
149: --
150: --

Line 179: p_return_status := hr_multi_message.get_return_status_disable;

175: -- Derive the API return status value based on whether
176: -- messages of any type exist in the Multiple Message List.
177: -- Also disable Multiple Message Detection.
178: --
179: p_return_status := hr_multi_message.get_return_status_disable;
180: hr_utility.set_location(' Leaving:' || l_proc,20);
181: --
182: exception
183: when hr_multi_message.error_message_exist then

Line 183: when hr_multi_message.error_message_exist then

179: p_return_status := hr_multi_message.get_return_status_disable;
180: hr_utility.set_location(' Leaving:' || l_proc,20);
181: --
182: exception
183: when hr_multi_message.error_message_exist then
184: --
185: -- Catch the Multiple Message List exception which
186: -- indicates API processing has been aborted because
187: -- at least one message exists in the list.

Line 193: p_return_status := hr_multi_message.get_return_status_disable;

189: rollback to delete_exception_group_swi;
190: --
191: -- Reset IN OUT parameters and set OUT parameters
192: --
193: p_return_status := hr_multi_message.get_return_status_disable;
194: hr_utility.set_location(' Leaving:' || l_proc, 30);
195: when others then
196: --
197: -- When Multiple Message Detection is enabled catch

Line 204: if hr_multi_message.unexpected_error_add(l_proc) then

200: -- Multiple Message List. Otherwise re-raise the
201: -- error.
202: --
203: rollback to delete_exception_group_swi;
204: if hr_multi_message.unexpected_error_add(l_proc) then
205: hr_utility.set_location(' Leaving:' || l_proc,40);
206: raise;
207: end if;
208: --

Line 211: p_return_status := hr_multi_message.get_return_status_disable;

207: end if;
208: --
209: -- Reset IN OUT and set OUT parameters
210: --
211: p_return_status := hr_multi_message.get_return_status_disable;
212: hr_utility.set_location(' Leaving:' || l_proc,50);
213: end delete_exception_group;
214: -- ----------------------------------------------------------------------------
215: -- |------------------------< update_exception_group >------------------------|

Line 248: hr_multi_message.enable_message_list;

244: savepoint update_exception_group_swi;
245: --
246: -- Initialise Multiple Message Detection
247: --
248: hr_multi_message.enable_message_list;
249: --
250: -- Remember IN OUT parameter IN values
251: --
252: l_object_version_number := p_object_version_number;

Line 289: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 293: when hr_multi_message.error_message_exist then

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

Line 304: p_return_status := hr_multi_message.get_return_status_disable;

300: --
301: -- Reset IN OUT parameters and set OUT parameters
302: --
303: p_object_version_number := l_object_version_number;
304: p_return_status := hr_multi_message.get_return_status_disable;
305: hr_utility.set_location(' Leaving:' || l_proc, 30);
306: when others then
307: --
308: -- When Multiple Message Detection is enabled catch

Line 315: if hr_multi_message.unexpected_error_add(l_proc) then

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

Line 323: p_return_status := hr_multi_message.get_return_status_disable;

319: --
320: -- Reset IN OUT and set OUT parameters
321: --
322: p_object_version_number := l_object_version_number;
323: p_return_status := hr_multi_message.get_return_status_disable;
324: hr_utility.set_location(' Leaving:' || l_proc,50);
325: end update_exception_group;
326: end pqp_erg_swi;