DBA Data[Home] [Help]

APPS.HR_QUEST_ANSWER_SWI dependencies on HR_MULTI_MESSAGE

Line 39: hr_multi_message.enable_message_list;

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

Line 84: p_return_status := hr_multi_message.get_return_status_disable;

80: If l_validate = TRUE Then
81: rollback to create_quest_answer;
82: End If;
83: --
84: p_return_status := hr_multi_message.get_return_status_disable;
85: hr_utility.set_location(' Leaving:' || l_proc,20);
86: --
87: exception
88: when hr_multi_message.error_message_exist then

Line 88: when hr_multi_message.error_message_exist then

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

Line 98: p_return_status := hr_multi_message.get_return_status_disable;

94: rollback to create_quest_answer;
95: --
96: -- Reset IN OUT parameters and set OUT parameters
97: --
98: p_return_status := hr_multi_message.get_return_status_disable;
99: hr_utility.set_location(' Leaving:' || l_proc, 30);
100: when others then
101: --
102: -- When Multiple Message Detection is enabled catch

Line 109: if hr_multi_message.unexpected_error_add(l_proc) then

105: -- Multiple Message List. Otherwise re-raise the
106: -- error.
107: --
108: rollback to create_quest_answer;
109: if hr_multi_message.unexpected_error_add(l_proc) then
110: hr_utility.set_location(' Leaving:' || l_proc,40);
111: raise;
112: end if;
113: --

Line 116: p_return_status := hr_multi_message.get_return_status_disable;

112: end if;
113: --
114: -- Reset IN OUT and set OUT parameters
115: --
116: p_return_status := hr_multi_message.get_return_status_disable;
117: hr_utility.set_location(' Leaving:' || l_proc,50);
118: end create_quest_answer;
119: -- ----------------------------------------------------------------------------
120: -- |--------------------------< set_base_key_value >--------------------------|

Line 142: hr_multi_message.enable_message_list;

138: savepoint set_base_key_value_swi;
139: --
140: -- Initialise Multiple Message Detection
141: --
142: hr_multi_message.enable_message_list;
143: --
144: -- Remember IN OUT parameter IN values
145: --
146: --

Line 170: p_return_status := hr_multi_message.get_return_status_disable;

166: -- Derive the API return status value based on whether
167: -- messages of any type exist in the Multiple Message List.
168: -- Also disable Multiple Message Detection.
169: --
170: p_return_status := hr_multi_message.get_return_status_disable;
171: hr_utility.set_location(' Leaving:' || l_proc,20);
172: --
173: exception
174: when hr_multi_message.error_message_exist then

Line 174: when hr_multi_message.error_message_exist then

170: p_return_status := hr_multi_message.get_return_status_disable;
171: hr_utility.set_location(' Leaving:' || l_proc,20);
172: --
173: exception
174: when hr_multi_message.error_message_exist then
175: --
176: -- Catch the Multiple Message List exception which
177: -- indicates API processing has been aborted because
178: -- at least one message exists in the list.

Line 184: p_return_status := hr_multi_message.get_return_status_disable;

180: rollback to set_base_key_value_swi;
181: --
182: -- Reset IN OUT parameters and set OUT parameters
183: --
184: p_return_status := hr_multi_message.get_return_status_disable;
185: hr_utility.set_location(' Leaving:' || l_proc, 30);
186: when others then
187: --
188: -- When Multiple Message Detection is enabled catch

Line 195: if hr_multi_message.unexpected_error_add(l_proc) then

191: -- Multiple Message List. Otherwise re-raise the
192: -- error.
193: --
194: rollback to set_base_key_value_swi;
195: if hr_multi_message.unexpected_error_add(l_proc) then
196: hr_utility.set_location(' Leaving:' || l_proc,40);
197: raise;
198: end if;
199: --

Line 202: p_return_status := hr_multi_message.get_return_status_disable;

198: end if;
199: --
200: -- Reset IN OUT and set OUT parameters
201: --
202: p_return_status := hr_multi_message.get_return_status_disable;
203: hr_utility.set_location(' Leaving:' || l_proc,50);
204: end set_base_key_value;
205: --
206: -- ----------------------------------------------------------------------------

Line 236: hr_multi_message.enable_message_list;

232: savepoint update_quest_answer;
233: --
234: -- Initialise Multiple Message Detection
235: --
236: hr_multi_message.enable_message_list;
237: --
238: -- Remember IN OUT parameter IN values
239: --
240: --

Line 276: p_return_status := hr_multi_message.get_return_status_disable;

272: If l_validate = TRUE Then
273: rollback to update_quest_answer;
274: End If;
275: --
276: p_return_status := hr_multi_message.get_return_status_disable;
277: hr_utility.set_location(' Leaving:' || l_proc,20);
278: --
279: exception
280: when hr_multi_message.error_message_exist then

Line 280: when hr_multi_message.error_message_exist then

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

Line 290: p_return_status := hr_multi_message.get_return_status_disable;

286: rollback to update_quest_answer;
287: --
288: -- Reset IN OUT parameters and set OUT parameters
289: --
290: p_return_status := hr_multi_message.get_return_status_disable;
291: hr_utility.set_location(' Leaving:' || l_proc, 30);
292: when others then
293: --
294: -- When Multiple Message Detection is enabled catch

Line 301: if hr_multi_message.unexpected_error_add(l_proc) then

297: -- Multiple Message List. Otherwise re-raise the
298: -- error.
299: --
300: rollback to update_quest_answer;
301: if hr_multi_message.unexpected_error_add(l_proc) then
302: hr_utility.set_location(' Leaving:' || l_proc,40);
303: raise;
304: end if;
305: --

Line 308: p_return_status := hr_multi_message.get_return_status_disable;

304: end if;
305: --
306: -- Reset IN OUT and set OUT parameters
307: --
308: p_return_status := hr_multi_message.get_return_status_disable;
309: hr_utility.set_location(' Leaving:' || l_proc,50);
310: end update_quest_answer;
311: --
312: -- ----------------------------------------------------------------------------

Line 337: hr_multi_message.enable_message_list;

333: savepoint delete_quest_answer;
334: --
335: -- Initialise Multiple Message Detection
336: --
337: hr_multi_message.enable_message_list;
338: --
339: -- Remember IN OUT parameter IN values
340: --
341: --

Line 372: p_return_status := hr_multi_message.get_return_status_disable;

368: If l_validate = TRUE Then
369: rollback to delete_quest_answer;
370: End If;
371: --
372: p_return_status := hr_multi_message.get_return_status_disable;
373: hr_utility.set_location(' Leaving:' || l_proc,20);
374: --
375: exception
376: when hr_multi_message.error_message_exist then

Line 376: when hr_multi_message.error_message_exist then

372: p_return_status := hr_multi_message.get_return_status_disable;
373: hr_utility.set_location(' Leaving:' || l_proc,20);
374: --
375: exception
376: when hr_multi_message.error_message_exist then
377: --
378: -- Catch the Multiple Message List exception which
379: -- indicates API processing has been aborted because
380: -- at least one message exists in the list.

Line 386: p_return_status := hr_multi_message.get_return_status_disable;

382: rollback to delete_quest_answer;
383: --
384: -- Reset IN OUT parameters and set OUT parameters
385: --
386: p_return_status := hr_multi_message.get_return_status_disable;
387: hr_utility.set_location(' Leaving:' || l_proc, 30);
388: when others then
389: --
390: -- When Multiple Message Detection is enabled catch

Line 397: if hr_multi_message.unexpected_error_add(l_proc) then

393: -- Multiple Message List. Otherwise re-raise the
394: -- error.
395: --
396: rollback to delete_quest_answer;
397: if hr_multi_message.unexpected_error_add(l_proc) then
398: hr_utility.set_location(' Leaving:' || l_proc,40);
399: raise;
400: end if;
401: --

Line 404: p_return_status := hr_multi_message.get_return_status_disable;

400: end if;
401: --
402: -- Reset IN OUT and set OUT parameters
403: --
404: p_return_status := hr_multi_message.get_return_status_disable;
405: hr_utility.set_location(' Leaving:' || l_proc,50);
406: end delete_quest_answer;
407:
408: -- ----------------------------------------------------------------------------