DBA Data[Home] [Help]

APPS.PAY_AU_MODULES_SWI dependencies on HR_MULTI_MESSAGE

Line 46: hr_multi_message.enable_message_list;

42: savepoint create_au_module_swi;
43: --
44: -- Initialise Multiple Message Detection
45: --
46: hr_multi_message.enable_message_list;
47: --
48: -- Remember IN OUT parameter IN values
49: --
50: --

Line 91: p_return_status := hr_multi_message.get_return_status_disable;

87: -- Derive the API return status value based on whether
88: -- messages of any type exist in the Multiple Message List.
89: -- Also disable Multiple Message Detection.
90: --
91: p_return_status := hr_multi_message.get_return_status_disable;
92: hr_utility.set_location(' Leaving:' || l_proc,20);
93: --
94: exception
95: when hr_multi_message.error_message_exist then

Line 95: when hr_multi_message.error_message_exist then

91: p_return_status := hr_multi_message.get_return_status_disable;
92: hr_utility.set_location(' Leaving:' || l_proc,20);
93: --
94: exception
95: when hr_multi_message.error_message_exist then
96: --
97: -- Catch the Multiple Message List exception which
98: -- indicates API processing has been aborted because
99: -- at least one message exists in the list.

Line 107: p_return_status := hr_multi_message.get_return_status_disable;

103: -- Reset IN OUT parameters and set OUT parameters
104: --
105: p_module_id := null;
106: p_object_version_number := null;
107: p_return_status := hr_multi_message.get_return_status_disable;
108: hr_utility.set_location(' Leaving:' || l_proc, 30);
109: when others then
110: --
111: -- When Multiple Message Detection is enabled catch

Line 118: if hr_multi_message.unexpected_error_add(l_proc) then

114: -- Multiple Message List. Otherwise re-raise the
115: -- error.
116: --
117: rollback to create_au_module_swi;
118: if hr_multi_message.unexpected_error_add(l_proc) then
119: hr_utility.set_location(' Leaving:' || l_proc,40);
120: raise;
121: end if;
122: --

Line 127: p_return_status := hr_multi_message.get_return_status_disable;

123: -- Reset IN OUT and set OUT parameters
124: --
125: p_module_id := null;
126: p_object_version_number := null;
127: p_return_status := hr_multi_message.get_return_status_disable;
128: hr_utility.set_location(' Leaving:' || l_proc,50);
129: end create_au_module;
130: -- ----------------------------------------------------------------------------
131: -- |---------------------------< delete_au_module >---------------------------|

Line 158: hr_multi_message.enable_message_list;

154: savepoint delete_au_module_swi;
155: --
156: -- Initialise Multiple Message Detection
157: --
158: hr_multi_message.enable_message_list;
159: --
160: -- Remember IN OUT parameter IN values
161: --
162: --

Line 191: p_return_status := hr_multi_message.get_return_status_disable;

187: -- Derive the API return status value based on whether
188: -- messages of any type exist in the Multiple Message List.
189: -- Also disable Multiple Message Detection.
190: --
191: p_return_status := hr_multi_message.get_return_status_disable;
192: hr_utility.set_location(' Leaving:' || l_proc,20);
193: --
194: exception
195: when hr_multi_message.error_message_exist then

Line 195: when hr_multi_message.error_message_exist then

191: p_return_status := hr_multi_message.get_return_status_disable;
192: hr_utility.set_location(' Leaving:' || l_proc,20);
193: --
194: exception
195: when hr_multi_message.error_message_exist then
196: --
197: -- Catch the Multiple Message List exception which
198: -- indicates API processing has been aborted because
199: -- at least one message exists in the list.

Line 205: p_return_status := hr_multi_message.get_return_status_disable;

201: rollback to delete_au_module_swi;
202: --
203: -- Reset IN OUT parameters and set OUT parameters
204: --
205: p_return_status := hr_multi_message.get_return_status_disable;
206: hr_utility.set_location(' Leaving:' || l_proc, 30);
207: when others then
208: --
209: -- When Multiple Message Detection is enabled catch

Line 216: if hr_multi_message.unexpected_error_add(l_proc) then

212: -- Multiple Message List. Otherwise re-raise the
213: -- error.
214: --
215: rollback to delete_au_module_swi;
216: if hr_multi_message.unexpected_error_add(l_proc) then
217: hr_utility.set_location(' Leaving:' || l_proc,40);
218: raise;
219: end if;
220: --

Line 223: p_return_status := hr_multi_message.get_return_status_disable;

219: end if;
220: --
221: -- Reset IN OUT and set OUT parameters
222: --
223: p_return_status := hr_multi_message.get_return_status_disable;
224: hr_utility.set_location(' Leaving:' || l_proc,50);
225: end delete_au_module;
226: -- ----------------------------------------------------------------------------
227: -- |---------------------------< update_au_module >---------------------------|

Line 263: hr_multi_message.enable_message_list;

259: savepoint update_au_module_swi;
260: --
261: -- Initialise Multiple Message Detection
262: --
263: hr_multi_message.enable_message_list;
264: --
265: -- Remember IN OUT parameter IN values
266: --
267: l_object_version_number := p_object_version_number;

Line 306: p_return_status := hr_multi_message.get_return_status_disable;

302: -- Derive the API return status value based on whether
303: -- messages of any type exist in the Multiple Message List.
304: -- Also disable Multiple Message Detection.
305: --
306: p_return_status := hr_multi_message.get_return_status_disable;
307: hr_utility.set_location(' Leaving:' || l_proc,20);
308: --
309: exception
310: when hr_multi_message.error_message_exist then

Line 310: when hr_multi_message.error_message_exist then

306: p_return_status := hr_multi_message.get_return_status_disable;
307: hr_utility.set_location(' Leaving:' || l_proc,20);
308: --
309: exception
310: when hr_multi_message.error_message_exist then
311: --
312: -- Catch the Multiple Message List exception which
313: -- indicates API processing has been aborted because
314: -- at least one message exists in the list.

Line 321: p_return_status := hr_multi_message.get_return_status_disable;

317: --
318: -- Reset IN OUT parameters and set OUT parameters
319: --
320: p_object_version_number := l_object_version_number;
321: p_return_status := hr_multi_message.get_return_status_disable;
322: hr_utility.set_location(' Leaving:' || l_proc, 30);
323: when others then
324: --
325: -- When Multiple Message Detection is enabled catch

Line 332: if hr_multi_message.unexpected_error_add(l_proc) then

328: -- Multiple Message List. Otherwise re-raise the
329: -- error.
330: --
331: rollback to update_au_module_swi;
332: if hr_multi_message.unexpected_error_add(l_proc) then
333: hr_utility.set_location(' Leaving:' || l_proc,40);
334: raise;
335: end if;
336: --

Line 340: p_return_status := hr_multi_message.get_return_status_disable;

336: --
337: -- Reset IN OUT and set OUT parameters
338: --
339: p_object_version_number := l_object_version_number;
340: p_return_status := hr_multi_message.get_return_status_disable;
341: hr_utility.set_location(' Leaving:' || l_proc,50);
342: end update_au_module;
343: begin
344: g_package := 'pay_au_modules_swi.';