DBA Data[Home] [Help]

APPS.HR_QUESTIONNAIRE_SWI dependencies on HR_MULTI_MESSAGE

Line 73: hr_multi_message.enable_message_list;

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

Line 117: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 121: when hr_multi_message.error_message_exist then

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

Line 132: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 143: if hr_multi_message.unexpected_error_add(l_proc) then

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

Line 151: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 198: hr_multi_message.enable_message_list;

194: savepoint update_questionnaire_swi;
195: --
196: -- Initialise Multiple Message Detection
197: --
198: hr_multi_message.enable_message_list;
199: --
200: -- Remember IN OUT parameter IN values
201: --
202: l_object_version_number := p_object_version_number;

Line 250: p_return_status := hr_multi_message.get_return_status_disable;

246: If l_validate = TRUE Then
247: rollback to update_questionnaire_swi;
248: End If;
249: --
250: p_return_status := hr_multi_message.get_return_status_disable;
251: hr_utility.set_location(' Leaving:' || l_proc,20);
252: --
253: exception
254: when hr_multi_message.error_message_exist then

Line 254: when hr_multi_message.error_message_exist then

250: p_return_status := hr_multi_message.get_return_status_disable;
251: hr_utility.set_location(' Leaving:' || l_proc,20);
252: --
253: exception
254: when hr_multi_message.error_message_exist then
255: --
256: rollback to update_questionnaire_swi;
257: --
258: --

Line 260: p_return_status := hr_multi_message.get_return_status_disable;

256: rollback to update_questionnaire_swi;
257: --
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, 30);
262:
263: when others then
264: --

Line 267: if hr_multi_message.unexpected_error_add(l_proc) then

263: when others then
264: --
265: rollback to update_questionnaire_swi;
266:
267: if hr_multi_message.unexpected_error_add(l_proc) then
268: hr_utility.set_location(' Leaving:' || l_proc,40);
269: raise;
270: end if;
271: --

Line 273: p_return_status := hr_multi_message.get_return_status_disable;

269: raise;
270: end if;
271: --
272: p_object_version_number := l_object_version_number;
273: p_return_status := hr_multi_message.get_return_status_disable;
274: hr_utility.set_location(' Leaving:' || l_proc,50);
275:
276: end update_questionnaire;
277:

Line 309: hr_multi_message.enable_message_list;

305: savepoint delete_questionnaire_swi;
306: --
307: -- Initialise Multiple Message Detection
308: --
309: hr_multi_message.enable_message_list;
310: --
311: -- Remember IN OUT parameter IN values
312: --
313: --

Line 355: p_return_status := hr_multi_message.get_return_status_disable;

351: If l_validate = TRUE Then
352: rollback to delete_questionnaire_swi;
353: End If;
354: --
355: p_return_status := hr_multi_message.get_return_status_disable;
356: hr_utility.set_location(' Leaving:' || l_proc,20);
357: --
358: exception
359: when hr_multi_message.error_message_exist then

Line 359: when hr_multi_message.error_message_exist then

355: p_return_status := hr_multi_message.get_return_status_disable;
356: hr_utility.set_location(' Leaving:' || l_proc,20);
357: --
358: exception
359: when hr_multi_message.error_message_exist then
360: --
361: -- Catch the Multiple Message List exception which
362: -- indicates API processing has been aborted because
363: -- at least one message exists in the list.

Line 369: p_return_status := hr_multi_message.get_return_status_disable;

365: rollback to delete_questionnaire_swi;
366: --
367: -- Reset IN OUT parameters and set OUT parameters
368: --
369: p_return_status := hr_multi_message.get_return_status_disable;
370: hr_utility.set_location(' Leaving:' || l_proc, 30);
371: when others then
372: --
373: -- When Multiple Message Detection is enabled catch

Line 380: if hr_multi_message.unexpected_error_add(l_proc) then

376: -- Multiple Message List. Otherwise re-raise the
377: -- error.
378: --
379: rollback to delete_questionnaire_swi;
380: if hr_multi_message.unexpected_error_add(l_proc) then
381: hr_utility.set_location(' Leaving:' || l_proc,40);
382: raise;
383: end if;
384: --

Line 387: p_return_status := hr_multi_message.get_return_status_disable;

383: end if;
384: --
385: -- Reset IN OUT and set OUT parameters
386: --
387: p_return_status := hr_multi_message.get_return_status_disable;
388: hr_utility.set_location(' Leaving:' || l_proc,50);
389: end delete_questionnaire;
390:
391: Procedure delete_questionnaire_fields