DBA Data[Home] [Help]

APPS.PQH_DE_TKTDTLS_SWI dependencies on HR_MULTI_MESSAGE

Line 34: hr_multi_message.enable_message_list;

30: savepoint delete_tkt_dtls_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_tkt_dtls_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_tkt_dtls_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_tkt_dtls;
102: -- ----------------------------------------------------------------------------
103: -- |----------------------------< insert_tkt_dtls >---------------------------|

Line 131: hr_multi_message.enable_message_list;

127: savepoint insert_tkt_dtls_swi;
128: --
129: -- Initialise Multiple Message Detection
130: --
131: hr_multi_message.enable_message_list;
132: --
133: -- Remember IN OUT parameter IN values
134: --
135: --

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 186: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 197: if hr_multi_message.unexpected_error_add(l_proc) then

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

Line 206: p_return_status := hr_multi_message.get_return_status_disable;

202: -- Reset IN OUT and set OUT parameters
203: --
204: p_tatigkeit_detail_id := null;
205: p_object_version_number := null;
206: p_return_status := hr_multi_message.get_return_status_disable;
207: hr_utility.set_location(' Leaving:' || l_proc,50);
208: end insert_tkt_dtls;
209: -- ----------------------------------------------------------------------------
210: -- |----------------------------< update_tkt_dtls >---------------------------|

Line 238: hr_multi_message.enable_message_list;

234: savepoint update_tkt_dtls_swi;
235: --
236: -- Initialise Multiple Message Detection
237: --
238: hr_multi_message.enable_message_list;
239: --
240: -- Remember IN OUT parameter IN values
241: --
242: --

Line 274: p_return_status := hr_multi_message.get_return_status_disable;

270: -- Derive the API return status value based on whether
271: -- messages of any type exist in the Multiple Message List.
272: -- Also disable Multiple Message Detection.
273: --
274: p_return_status := hr_multi_message.get_return_status_disable;
275: hr_utility.set_location(' Leaving:' || l_proc,20);
276: --
277: exception
278: when hr_multi_message.error_message_exist then

Line 278: when hr_multi_message.error_message_exist then

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

Line 289: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 300: if hr_multi_message.unexpected_error_add(l_proc) then

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

Line 308: p_return_status := hr_multi_message.get_return_status_disable;

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