DBA Data[Home] [Help]

APPS.PQH_DE_VLDOPR_SWI dependencies on HR_MULTI_MESSAGE

Line 34: hr_multi_message.enable_message_list;

30: savepoint delete_vldtn_oprn_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_oprn_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_oprn_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_oprn;
102: -- ----------------------------------------------------------------------------
103: -- |---------------------------< insert_vldtn_oprn >--------------------------|

Line 134: hr_multi_message.enable_message_list;

130: savepoint insert_vldtn_oprn_swi;
131: --
132: -- Initialise Multiple Message Detection
133: --
134: hr_multi_message.enable_message_list;
135: --
136: -- Remember IN OUT parameter IN values
137: --
138: --

Line 176: p_return_status := hr_multi_message.get_return_status_disable;

172: -- Derive the API return status value based on whether
173: -- messages of any type exist in the Multiple Message List.
174: -- Also disable Multiple Message Detection.
175: --
176: p_return_status := hr_multi_message.get_return_status_disable;
177: hr_utility.set_location(' Leaving:' || l_proc,20);
178: --
179: exception
180: when hr_multi_message.error_message_exist then

Line 180: when hr_multi_message.error_message_exist then

176: p_return_status := hr_multi_message.get_return_status_disable;
177: hr_utility.set_location(' Leaving:' || l_proc,20);
178: --
179: exception
180: when hr_multi_message.error_message_exist then
181: --
182: -- Catch the Multiple Message List exception which
183: -- indicates API processing has been aborted because
184: -- at least one message exists in the list.

Line 192: p_return_status := hr_multi_message.get_return_status_disable;

188: -- Reset IN OUT parameters and set OUT parameters
189: --
190: p_wrkplc_vldtn_op_id := null;
191: p_object_version_number := null;
192: p_return_status := hr_multi_message.get_return_status_disable;
193: hr_utility.set_location(' Leaving:' || l_proc, 30);
194: when others then
195: --
196: -- When Multiple Message Detection is enabled catch

Line 203: if hr_multi_message.unexpected_error_add(l_proc) then

199: -- Multiple Message List. Otherwise re-raise the
200: -- error.
201: --
202: rollback to insert_vldtn_oprn_swi;
203: if hr_multi_message.unexpected_error_add(l_proc) then
204: hr_utility.set_location(' Leaving:' || l_proc,40);
205: raise;
206: end if;
207: --

Line 212: p_return_status := hr_multi_message.get_return_status_disable;

208: -- Reset IN OUT and set OUT parameters
209: --
210: p_wrkplc_vldtn_op_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,50);
214: end insert_vldtn_oprn;
215: -- ----------------------------------------------------------------------------
216: -- |---------------------------< update_vldtn_oprn >--------------------------|

Line 248: hr_multi_message.enable_message_list;

244: savepoint update_vldtn_oprn_swi;
245: --
246: -- Initialise Multiple Message Detection
247: --
248: hr_multi_message.enable_message_list;
249: --
250: -- Remember IN OUT parameter IN values
251: --
252: l_object_version_number := p_object_version_number;

Line 288: p_return_status := hr_multi_message.get_return_status_disable;

284: -- Derive the API return status value based on whether
285: -- messages of any type exist in the Multiple Message List.
286: -- Also disable Multiple Message Detection.
287: --
288: p_return_status := hr_multi_message.get_return_status_disable;
289: hr_utility.set_location(' Leaving:' || l_proc,20);
290: --
291: exception
292: when hr_multi_message.error_message_exist then

Line 292: when hr_multi_message.error_message_exist then

288: p_return_status := hr_multi_message.get_return_status_disable;
289: hr_utility.set_location(' Leaving:' || l_proc,20);
290: --
291: exception
292: when hr_multi_message.error_message_exist then
293: --
294: -- Catch the Multiple Message List exception which
295: -- indicates API processing has been aborted because
296: -- at least one message exists in the list.

Line 303: p_return_status := hr_multi_message.get_return_status_disable;

299: --
300: -- Reset IN OUT parameters and set OUT parameters
301: --
302: p_object_version_number := l_object_version_number;
303: p_return_status := hr_multi_message.get_return_status_disable;
304: hr_utility.set_location(' Leaving:' || l_proc, 30);
305: when others then
306: --
307: -- When Multiple Message Detection is enabled catch

Line 314: if hr_multi_message.unexpected_error_add(l_proc) then

310: -- Multiple Message List. Otherwise re-raise the
311: -- error.
312: --
313: rollback to update_vldtn_oprn_swi;
314: if hr_multi_message.unexpected_error_add(l_proc) then
315: hr_utility.set_location(' Leaving:' || l_proc,40);
316: raise;
317: end if;
318: --

Line 322: p_return_status := hr_multi_message.get_return_status_disable;

318: --
319: -- Reset IN OUT and set OUT parameters
320: --
321: p_object_version_number := l_object_version_number;
322: p_return_status := hr_multi_message.get_return_status_disable;
323: hr_utility.set_location(' Leaving:' || l_proc,50);
324: end update_vldtn_oprn;
325: end pqh_de_vldopr_swi;