DBA Data[Home] [Help]

APPS.HR_CALENDAR_ENTRY_SWI dependencies on HR_MULTI_MESSAGE

Line 53: hr_multi_message.enable_message_list;

49:
50: --
51: -- Initialise Multiple Message Detection
52: --
53: hr_multi_message.enable_message_list;
54: --
55: -- Remember IN OUT parameter IN values
56: --
57: --

Line 109: p_return_status := hr_multi_message.get_return_status_disable;

105: -- Derive the API return status value based on whether
106: -- messages of any type exist in the Multiple Message List.
107: -- Also disable Multiple Message Detection.
108: --
109: p_return_status := hr_multi_message.get_return_status_disable;
110: --
111: hr_utility.set_location(' Leaving:' || l_proc,20);
112: --
113: exception

Line 114: when hr_multi_message.error_message_exist then

110: --
111: hr_utility.set_location(' Leaving:' || l_proc,20);
112: --
113: exception
114: when hr_multi_message.error_message_exist then
115: --
116: -- Catch the Multiple Message List exception which
117: -- indicates API processing has been aborted because
118: -- at least one message exists in the list.

Line 125: p_return_status := hr_multi_message.get_return_status_disable;

121: --
122: -- Reset IN OUT parameters and set OUT parameters
123: --
124: p_object_version_number := null;
125: p_return_status := hr_multi_message.get_return_status_disable;
126: hr_utility.set_location(' Leaving:' || l_proc, 30);
127: when others then
128: --
129: -- When Multiple Message Detection is enabled catch

Line 136: if hr_multi_message.unexpected_error_add(l_proc) then

132: -- Multiple Message List. Otherwise re-raise the
133: -- error.
134: --
135: rollback to create_calendar_entry_swi;
136: if hr_multi_message.unexpected_error_add(l_proc) then
137: hr_utility.set_location(' Leaving:' || l_proc,40);
138: raise;
139: end if;
140: --

Line 144: p_return_status := hr_multi_message.get_return_status_disable;

140: --
141: -- Reset IN OUT and set OUT parameters
142: --
143: p_object_version_number := null;
144: p_return_status := hr_multi_message.get_return_status_disable;
145: hr_utility.set_location(' Leaving:' || l_proc,50);
146: end create_calendar_entry;
147: -- ----------------------------------------------------------------------------
148: -- |-------------------------< delete_calendar_entry >------------------------|

Line 173: hr_multi_message.enable_message_list;

169: savepoint delete_calendar_entry_swi;
170: --
171: -- Initialise Multiple Message Detection
172: --
173: hr_multi_message.enable_message_list;
174: --
175: -- Remember IN OUT parameter IN values
176: --
177: --

Line 206: p_return_status := hr_multi_message.get_return_status_disable;

202: -- Derive the API return status value based on whether
203: -- messages of any type exist in the Multiple Message List.
204: -- Also disable Multiple Message Detection.
205: --
206: p_return_status := hr_multi_message.get_return_status_disable;
207: hr_utility.set_location(' Leaving:' || l_proc,20);
208: --
209: exception
210: when hr_multi_message.error_message_exist then

Line 210: when hr_multi_message.error_message_exist then

206: p_return_status := hr_multi_message.get_return_status_disable;
207: hr_utility.set_location(' Leaving:' || l_proc,20);
208: --
209: exception
210: when hr_multi_message.error_message_exist then
211: --
212: -- Catch the Multiple Message List exception which
213: -- indicates API processing has been aborted because
214: -- at least one message exists in the list.

Line 220: p_return_status := hr_multi_message.get_return_status_disable;

216: rollback to delete_calendar_entry_swi;
217: --
218: -- Reset IN OUT parameters and set OUT parameters
219: --
220: p_return_status := hr_multi_message.get_return_status_disable;
221: hr_utility.set_location(' Leaving:' || l_proc, 30);
222: when others then
223: --
224: -- When Multiple Message Detection is enabled catch

Line 231: if hr_multi_message.unexpected_error_add(l_proc) then

227: -- Multiple Message List. Otherwise re-raise the
228: -- error.
229: --
230: rollback to delete_calendar_entry_swi;
231: if hr_multi_message.unexpected_error_add(l_proc) then
232: hr_utility.set_location(' Leaving:' || l_proc,40);
233: raise;
234: end if;
235: --

Line 238: p_return_status := hr_multi_message.get_return_status_disable;

234: end if;
235: --
236: -- Reset IN OUT and set OUT parameters
237: --
238: p_return_status := hr_multi_message.get_return_status_disable;
239: hr_utility.set_location(' Leaving:' || l_proc,50);
240: end delete_calendar_entry;
241: -- ----------------------------------------------------------------------------
242: -- |-------------------------< update_calendar_entry >------------------------|

Line 283: hr_multi_message.enable_message_list;

279: savepoint update_calendar_entry_swi;
280: --
281: -- Initialise Multiple Message Detection
282: --
283: hr_multi_message.enable_message_list;
284: --
285: -- Remember IN OUT parameter IN values
286: --
287: l_object_version_number := p_object_version_number;

Line 332: p_return_status := hr_multi_message.get_return_status_disable;

328: -- Derive the API return status value based on whether
329: -- messages of any type exist in the Multiple Message List.
330: -- Also disable Multiple Message Detection.
331: --
332: p_return_status := hr_multi_message.get_return_status_disable;
333: hr_utility.set_location(' Leaving:' || l_proc,20);
334: --
335: exception
336: when hr_multi_message.error_message_exist then

Line 336: when hr_multi_message.error_message_exist then

332: p_return_status := hr_multi_message.get_return_status_disable;
333: hr_utility.set_location(' Leaving:' || l_proc,20);
334: --
335: exception
336: when hr_multi_message.error_message_exist then
337: --
338: -- Catch the Multiple Message List exception which
339: -- indicates API processing has been aborted because
340: -- at least one message exists in the list.

Line 347: p_return_status := hr_multi_message.get_return_status_disable;

343: --
344: -- Reset IN OUT parameters and set OUT parameters
345: --
346: p_object_version_number := l_object_version_number;
347: p_return_status := hr_multi_message.get_return_status_disable;
348: hr_utility.set_location(' Leaving:' || l_proc, 30);
349: when others then
350: --
351: -- When Multiple Message Detection is enabled catch

Line 359: if hr_multi_message.unexpected_error_add(l_proc) then

355: -- error.
356: --
357:
358: rollback to update_calendar_entry_swi;
359: if hr_multi_message.unexpected_error_add(l_proc) then
360: hr_utility.set_location(' Leaving:' || l_proc,40);
361: raise;
362: end if;
363: --

Line 367: p_return_status := hr_multi_message.get_return_status_disable;

363: --
364: -- Reset IN OUT and set OUT parameters
365: --
366: p_object_version_number := l_object_version_number;
367: p_return_status := hr_multi_message.get_return_status_disable;
368: hr_utility.set_location(' Leaving:' || l_proc,50);
369: end update_calendar_entry;
370: end hr_calendar_entry_swi;