DBA Data[Home] [Help]

APPS.HR_KI_OPTIONS_SWI dependencies on HR_MULTI_MESSAGE

Line 42: hr_multi_message.enable_message_list;

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

Line 85: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 89: when hr_multi_message.error_message_exist then

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

Line 100: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 111: if hr_multi_message.unexpected_error_add(l_proc) then

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

Line 119: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 148: hr_multi_message.enable_message_list;

144: savepoint delete_option_swi;
145: --
146: -- Initialise Multiple Message Detection
147: --
148: hr_multi_message.enable_message_list;
149: --
150: -- Remember IN OUT parameter IN values
151: --
152: --

Line 181: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 185: when hr_multi_message.error_message_exist then

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

Line 195: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 206: if hr_multi_message.unexpected_error_add(l_proc) then

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

Line 213: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 245: hr_multi_message.enable_message_list;

241: savepoint update_option_swi;
242: --
243: -- Initialise Multiple Message Detection
244: --
245: hr_multi_message.enable_message_list;
246: --
247: -- Remember IN OUT parameter IN values
248: --
249: l_object_version_number := p_object_version_number;

Line 281: p_return_status := hr_multi_message.get_return_status_disable;

277: -- Derive the API return status value based on whether
278: -- messages of any type exist in the Multiple Message List.
279: -- Also disable Multiple Message Detection.
280: --
281: p_return_status := hr_multi_message.get_return_status_disable;
282: hr_utility.set_location(' Leaving:' || l_proc,20);
283: --
284: exception
285: when hr_multi_message.error_message_exist then

Line 285: when hr_multi_message.error_message_exist then

281: p_return_status := hr_multi_message.get_return_status_disable;
282: hr_utility.set_location(' Leaving:' || l_proc,20);
283: --
284: exception
285: when hr_multi_message.error_message_exist then
286: --
287: -- Catch the Multiple Message List exception which
288: -- indicates API processing has been aborted because
289: -- at least one message exists in the list.

Line 296: p_return_status := hr_multi_message.get_return_status_disable;

292: --
293: -- Reset IN OUT parameters and set OUT parameters
294: --
295: p_object_version_number := l_object_version_number;
296: p_return_status := hr_multi_message.get_return_status_disable;
297: hr_utility.set_location(' Leaving:' || l_proc, 30);
298: when others then
299: --
300: -- When Multiple Message Detection is enabled catch

Line 307: if hr_multi_message.unexpected_error_add(l_proc) then

303: -- Multiple Message List. Otherwise re-raise the
304: -- error.
305: --
306: rollback to update_option_swi;
307: if hr_multi_message.unexpected_error_add(l_proc) then
308: hr_utility.set_location(' Leaving:' || l_proc,40);
309: raise;
310: end if;
311: --

Line 315: p_return_status := hr_multi_message.get_return_status_disable;

311: --
312: -- Reset IN OUT and set OUT parameters
313: --
314: p_object_version_number := l_object_version_number;
315: p_return_status := hr_multi_message.get_return_status_disable;
316: hr_utility.set_location(' Leaving:' || l_proc,50);
317: end update_option;
318: end hr_ki_options_swi;