DBA Data[Home] [Help]

APPS.PQH_DE_VLDVER_SWI dependencies on HR_MULTI_MESSAGE

Line 34: hr_multi_message.enable_message_list;

30: savepoint delete_vldtn_vern_swi;
31: --
32: -- Initialise Multiple Message Detection
33: --
34: hr_multi_message.enable_message_list;
35: --
36: -- Remember IN OUT parameter IN values
37: --
38: --

Line 67: p_return_status := hr_multi_message.get_return_status_disable;

63: -- Derive the API return status value based on whether
64: -- messages of any type exist in the Multiple Message List.
65: -- Also disable Multiple Message Detection.
66: --
67: p_return_status := hr_multi_message.get_return_status_disable;
68: hr_utility.set_location(' Leaving:' || l_proc,20);
69: --
70: exception
71: when hr_multi_message.error_message_exist then

Line 71: when hr_multi_message.error_message_exist then

67: p_return_status := hr_multi_message.get_return_status_disable;
68: hr_utility.set_location(' Leaving:' || l_proc,20);
69: --
70: exception
71: when hr_multi_message.error_message_exist then
72: --
73: -- Catch the Multiple Message List exception which
74: -- indicates API processing has been aborted because
75: -- at least one message exists in the list.

Line 81: p_return_status := hr_multi_message.get_return_status_disable;

77: rollback to delete_vldtn_vern_swi;
78: --
79: -- Reset IN OUT parameters and set OUT parameters
80: --
81: p_return_status := hr_multi_message.get_return_status_disable;
82: hr_utility.set_location(' Leaving:' || l_proc, 30);
83: when others then
84: --
85: -- When Multiple Message Detection is enabled catch

Line 92: if hr_multi_message.unexpected_error_add(l_proc) then

88: -- Multiple Message List. Otherwise re-raise the
89: -- error.
90: --
91: rollback to delete_vldtn_vern_swi;
92: if hr_multi_message.unexpected_error_add(l_proc) then
93: hr_utility.set_location(' Leaving:' || l_proc,40);
94: raise;
95: end if;
96: --

Line 99: p_return_status := hr_multi_message.get_return_status_disable;

95: end if;
96: --
97: -- Reset IN OUT and set OUT parameters
98: --
99: p_return_status := hr_multi_message.get_return_status_disable;
100: hr_utility.set_location(' Leaving:' || l_proc,50);
101: end delete_vldtn_vern;
102: -- ----------------------------------------------------------------------------
103: -- |---------------------------< insert_vldtn_vern >--------------------------|

Line 144: hr_multi_message.enable_message_list;

140: savepoint insert_vldtn_vern_swi;
141: --
142: -- Initialise Multiple Message Detection
143: --
144: hr_multi_message.enable_message_list;
145: --
146: -- Remember IN OUT parameter IN values
147: --
148: --

Line 196: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 200: when hr_multi_message.error_message_exist then

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

Line 212: p_return_status := hr_multi_message.get_return_status_disable;

208: -- Reset IN OUT parameters and set OUT parameters
209: --
210: p_wrkplc_vldtn_ver_id := null;
211: p_object_version_number := null;
212: p_return_status := hr_multi_message.get_return_status_disable;
213: hr_utility.set_location(' Leaving:' || l_proc, 30);
214: when others then
215: --
216: -- When Multiple Message Detection is enabled catch

Line 223: if hr_multi_message.unexpected_error_add(l_proc) then

219: -- Multiple Message List. Otherwise re-raise the
220: -- error.
221: --
222: rollback to insert_vldtn_vern_swi;
223: if hr_multi_message.unexpected_error_add(l_proc) then
224: hr_utility.set_location(' Leaving:' || l_proc,40);
225: raise;
226: end if;
227: --

Line 232: p_return_status := hr_multi_message.get_return_status_disable;

228: -- Reset IN OUT and set OUT parameters
229: --
230: p_wrkplc_vldtn_ver_id := null;
231: p_object_version_number := null;
232: p_return_status := hr_multi_message.get_return_status_disable;
233: hr_utility.set_location(' Leaving:' || l_proc,50);
234: end insert_vldtn_vern;
235: -- ----------------------------------------------------------------------------
236: -- |---------------------------< update_vldtn_vern >--------------------------|

Line 278: hr_multi_message.enable_message_list;

274: savepoint update_vldtn_vern_swi;
275: --
276: -- Initialise Multiple Message Detection
277: --
278: hr_multi_message.enable_message_list;
279: --
280: -- Remember IN OUT parameter IN values
281: --
282: l_object_version_number := p_object_version_number;

Line 328: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 332: when hr_multi_message.error_message_exist then

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

Line 343: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 354: if hr_multi_message.unexpected_error_add(l_proc) then

350: -- Multiple Message List. Otherwise re-raise the
351: -- error.
352: --
353: rollback to update_vldtn_vern_swi;
354: if hr_multi_message.unexpected_error_add(l_proc) then
355: hr_utility.set_location(' Leaving:' || l_proc,40);
356: raise;
357: end if;
358: --

Line 362: p_return_status := hr_multi_message.get_return_status_disable;

358: --
359: -- Reset IN OUT and set OUT parameters
360: --
361: p_object_version_number := l_object_version_number;
362: p_return_status := hr_multi_message.get_return_status_disable;
363: hr_utility.set_location(' Leaving:' || l_proc,50);
364: end update_vldtn_vern;
365: end pqh_de_vldver_swi;