DBA Data[Home] [Help]

APPS.PAY_AU_MODULE_TYPES_SWI dependencies on HR_MULTI_MESSAGE

Line 40: hr_multi_message.enable_message_list;

36: savepoint create_au_module_type_swi;
37: --
38: -- Initialise Multiple Message Detection
39: --
40: hr_multi_message.enable_message_list;
41: --
42: -- Remember IN OUT parameter IN values
43: --
44: --

Line 79: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 83: when hr_multi_message.error_message_exist then

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

Line 94: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 105: if hr_multi_message.unexpected_error_add(l_proc) then

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

Line 113: p_return_status := hr_multi_message.get_return_status_disable;

109: --
110: -- Reset IN OUT and set OUT parameters
111: --
112: p_object_version_number := null;
113: p_return_status := hr_multi_message.get_return_status_disable;
114: hr_utility.set_location(' Leaving:' || l_proc,50);
115: end create_au_module_type;
116: -- ----------------------------------------------------------------------------
117: -- |-------------------------< delete_au_module_type >------------------------|

Line 144: hr_multi_message.enable_message_list;

140: savepoint delete_au_module_type_swi;
141: --
142: -- Initialise Multiple Message Detection
143: --
144: hr_multi_message.enable_message_list;
145: --
146: -- Remember IN OUT parameter IN values
147: --
148: --

Line 177: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 181: when hr_multi_message.error_message_exist then

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

Line 191: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 202: if hr_multi_message.unexpected_error_add(l_proc) then

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

Line 209: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 243: hr_multi_message.enable_message_list;

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

Line 280: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 284: when hr_multi_message.error_message_exist then

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

Line 295: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 306: if hr_multi_message.unexpected_error_add(l_proc) then

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

Line 314: p_return_status := hr_multi_message.get_return_status_disable;

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