DBA Data[Home] [Help]

APPS.HR_QUESTIONNAIRE_SWI dependencies on HR_MULTI_MESSAGE

Line 72: hr_multi_message.enable_message_list;

68: savepoint create_questionnaire_swi;
69: --
70: -- Initialise Multiple Message Detection
71: --
72: hr_multi_message.enable_message_list;
73: --
74: -- Remember IN OUT parameter IN values
75: --
76: --

Line 115: p_return_status := hr_multi_message.get_return_status_disable;

111: If l_validate = TRUE Then
112: rollback to create_questionnaire_swi;
113: End If;
114: --
115: p_return_status := hr_multi_message.get_return_status_disable;
116: hr_utility.set_location(' Leaving:' || l_proc,20);
117: --
118: exception
119: when hr_multi_message.error_message_exist then

Line 119: when hr_multi_message.error_message_exist then

115: p_return_status := hr_multi_message.get_return_status_disable;
116: hr_utility.set_location(' Leaving:' || l_proc,20);
117: --
118: exception
119: when hr_multi_message.error_message_exist then
120: --
121: -- Catch the Multiple Message List exception which
122: -- indicates API processing has been aborted because
123: -- at least one message exists in the list.

Line 130: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 141: if hr_multi_message.unexpected_error_add(l_proc) then

137: -- Multiple Message List. Otherwise re-raise the
138: -- error.
139: --
140: rollback to create_questionnaire_swi;
141: if hr_multi_message.unexpected_error_add(l_proc) then
142: hr_utility.set_location(' Leaving:' || l_proc,40);
143: raise;
144: end if;
145: --

Line 149: p_return_status := hr_multi_message.get_return_status_disable;

145: --
146: -- Reset IN OUT and set OUT parameters
147: --
148: p_object_version_number := null;
149: p_return_status := hr_multi_message.get_return_status_disable;
150: hr_utility.set_location(' Leaving:' || l_proc,50);
151: end create_questionnaire;
152:
153: -- ----------------------------------------------------------------------------

Line 194: hr_multi_message.enable_message_list;

190: savepoint update_questionnaire_swi;
191: --
192: -- Initialise Multiple Message Detection
193: --
194: hr_multi_message.enable_message_list;
195: --
196: -- Remember IN OUT parameter IN values
197: --
198: l_object_version_number := p_object_version_number;

Line 237: p_return_status := hr_multi_message.get_return_status_disable;

233: If l_validate = TRUE Then
234: rollback to update_questionnaire_swi;
235: End If;
236: --
237: p_return_status := hr_multi_message.get_return_status_disable;
238: hr_utility.set_location(' Leaving:' || l_proc,20);
239: --
240: exception
241: when hr_multi_message.error_message_exist then

Line 241: when hr_multi_message.error_message_exist then

237: p_return_status := hr_multi_message.get_return_status_disable;
238: hr_utility.set_location(' Leaving:' || l_proc,20);
239: --
240: exception
241: when hr_multi_message.error_message_exist then
242: --
243: rollback to update_questionnaire_swi;
244: --
245: --

Line 247: p_return_status := hr_multi_message.get_return_status_disable;

243: rollback to update_questionnaire_swi;
244: --
245: --
246: p_object_version_number := l_object_version_number;
247: p_return_status := hr_multi_message.get_return_status_disable;
248: hr_utility.set_location(' Leaving:' || l_proc, 30);
249:
250: when others then
251: --

Line 254: if hr_multi_message.unexpected_error_add(l_proc) then

250: when others then
251: --
252: rollback to update_questionnaire_swi;
253:
254: if hr_multi_message.unexpected_error_add(l_proc) then
255: hr_utility.set_location(' Leaving:' || l_proc,40);
256: raise;
257: end if;
258: --

Line 260: p_return_status := hr_multi_message.get_return_status_disable;

256: raise;
257: end if;
258: --
259: p_object_version_number := l_object_version_number;
260: p_return_status := hr_multi_message.get_return_status_disable;
261: hr_utility.set_location(' Leaving:' || l_proc,50);
262:
263: end update_questionnaire;
264:

Line 296: hr_multi_message.enable_message_list;

292: savepoint delete_questionnaire_swi;
293: --
294: -- Initialise Multiple Message Detection
295: --
296: hr_multi_message.enable_message_list;
297: --
298: -- Remember IN OUT parameter IN values
299: --
300: --

Line 342: p_return_status := hr_multi_message.get_return_status_disable;

338: If l_validate = TRUE Then
339: rollback to delete_questionnaire_swi;
340: End If;
341: --
342: p_return_status := hr_multi_message.get_return_status_disable;
343: hr_utility.set_location(' Leaving:' || l_proc,20);
344: --
345: exception
346: when hr_multi_message.error_message_exist then

Line 346: when hr_multi_message.error_message_exist then

342: p_return_status := hr_multi_message.get_return_status_disable;
343: hr_utility.set_location(' Leaving:' || l_proc,20);
344: --
345: exception
346: when hr_multi_message.error_message_exist then
347: --
348: -- Catch the Multiple Message List exception which
349: -- indicates API processing has been aborted because
350: -- at least one message exists in the list.

Line 356: p_return_status := hr_multi_message.get_return_status_disable;

352: rollback to delete_questionnaire_swi;
353: --
354: -- Reset IN OUT parameters and set OUT parameters
355: --
356: p_return_status := hr_multi_message.get_return_status_disable;
357: hr_utility.set_location(' Leaving:' || l_proc, 30);
358: when others then
359: --
360: -- When Multiple Message Detection is enabled catch

Line 367: if hr_multi_message.unexpected_error_add(l_proc) then

363: -- Multiple Message List. Otherwise re-raise the
364: -- error.
365: --
366: rollback to delete_questionnaire_swi;
367: if hr_multi_message.unexpected_error_add(l_proc) then
368: hr_utility.set_location(' Leaving:' || l_proc,40);
369: raise;
370: end if;
371: --

Line 374: p_return_status := hr_multi_message.get_return_status_disable;

370: end if;
371: --
372: -- Reset IN OUT and set OUT parameters
373: --
374: p_return_status := hr_multi_message.get_return_status_disable;
375: hr_utility.set_location(' Leaving:' || l_proc,50);
376: end delete_questionnaire;
377:
378: Procedure delete_questionnaire_fields