DBA Data[Home] [Help]

APPS.PQH_TXN_CAT_DOCUMENTS_SWI dependencies on HR_MULTI_MESSAGE

Line 37: hr_multi_message.enable_message_list;

33: savepoint create_txn_cat_document_swi;
34: --
35: -- Initialise Multiple Message Detection
36: --
37: hr_multi_message.enable_message_list;
38: --
39: -- Remember IN OUT parameter IN values
40: --
41: --

Line 73: p_return_status := hr_multi_message.get_return_status_disable;

69: -- Derive the API return status value based on whether
70: -- messages of any type exist in the Multiple Message List.
71: -- Also disable Multiple Message Detection.
72: --
73: p_return_status := hr_multi_message.get_return_status_disable;
74: hr_utility.set_location(' Leaving:' || l_proc,20);
75: --
76: exception
77: when hr_multi_message.error_message_exist then

Line 77: when hr_multi_message.error_message_exist then

73: p_return_status := hr_multi_message.get_return_status_disable;
74: hr_utility.set_location(' Leaving:' || l_proc,20);
75: --
76: exception
77: when hr_multi_message.error_message_exist then
78: --
79: -- Catch the Multiple Message List exception which
80: -- indicates API processing has been aborted because
81: -- at least one message exists in the list.

Line 88: p_return_status := hr_multi_message.get_return_status_disable;

84: --
85: -- Reset IN OUT parameters and set OUT parameters
86: --
87: p_object_version_number := null;
88: p_return_status := hr_multi_message.get_return_status_disable;
89: hr_utility.set_location(' Leaving:' || l_proc, 30);
90: when others then
91: --
92: -- When Multiple Message Detection is enabled catch

Line 99: if hr_multi_message.unexpected_error_add(l_proc) then

95: -- Multiple Message List. Otherwise re-raise the
96: -- error.
97: --
98: rollback to create_txn_cat_document_swi;
99: if hr_multi_message.unexpected_error_add(l_proc) then
100: hr_utility.set_location(' Leaving:' || l_proc,40);
101: raise;
102: end if;
103: --

Line 107: p_return_status := hr_multi_message.get_return_status_disable;

103: --
104: -- Reset IN OUT and set OUT parameters
105: --
106: p_object_version_number := null;
107: p_return_status := hr_multi_message.get_return_status_disable;
108: hr_utility.set_location(' Leaving:' || l_proc,50);
109: end create_txn_cat_document;
110: -- ----------------------------------------------------------------------------
111: -- |------------------------< delete_txn_cat_document >-----------------------|

Line 137: hr_multi_message.enable_message_list;

133: savepoint delete_txn_cat_document_swi;
134: --
135: -- Initialise Multiple Message Detection
136: --
137: hr_multi_message.enable_message_list;
138: --
139: -- Remember IN OUT parameter IN values
140: --
141: --

Line 171: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 175: when hr_multi_message.error_message_exist then

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

Line 185: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 196: if hr_multi_message.unexpected_error_add(l_proc) then

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

Line 203: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 242: hr_multi_message.enable_message_list;

238: savepoint delete_txn_cat_document_swi;
239: --
240: -- Initialise Multiple Message Detection
241: --
242: hr_multi_message.enable_message_list;
243: --
244: -- Remember IN OUT parameter IN values
245: --
246: --

Line 291: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 295: when hr_multi_message.error_message_exist then

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

Line 305: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 316: if hr_multi_message.unexpected_error_add(l_proc) then

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

Line 323: p_return_status := hr_multi_message.get_return_status_disable;

319: end if;
320: --
321: -- Reset IN OUT and set OUT parameters
322: --
323: p_return_status := hr_multi_message.get_return_status_disable;
324: hr_utility.set_location(' Leaving:' || l_proc,50);
325: end delete_group;
326: -- ----------------------------------------------------------------------------
327:

Line 360: hr_multi_message.enable_message_list;

356: savepoint update_txn_cat_document_swi;
357: --
358: -- Initialise Multiple Message Detection
359: --
360: hr_multi_message.enable_message_list;
361: --
362: -- Remember IN OUT parameter IN values
363: --
364: l_object_version_number := p_object_version_number;

Line 397: p_return_status := hr_multi_message.get_return_status_disable;

393: -- Derive the API return status value based on whether
394: -- messages of any type exist in the Multiple Message List.
395: -- Also disable Multiple Message Detection.
396: --
397: p_return_status := hr_multi_message.get_return_status_disable;
398: hr_utility.set_location(' Leaving:' || l_proc,20);
399: --
400: exception
401: when hr_multi_message.error_message_exist then

Line 401: when hr_multi_message.error_message_exist then

397: p_return_status := hr_multi_message.get_return_status_disable;
398: hr_utility.set_location(' Leaving:' || l_proc,20);
399: --
400: exception
401: when hr_multi_message.error_message_exist then
402: --
403: -- Catch the Multiple Message List exception which
404: -- indicates API processing has been aborted because
405: -- at least one message exists in the list.

Line 412: p_return_status := hr_multi_message.get_return_status_disable;

408: --
409: -- Reset IN OUT parameters and set OUT parameters
410: --
411: p_object_version_number := l_object_version_number;
412: p_return_status := hr_multi_message.get_return_status_disable;
413: hr_utility.set_location(' Leaving:' || l_proc, 30);
414: when others then
415: --
416: -- When Multiple Message Detection is enabled catch

Line 423: if hr_multi_message.unexpected_error_add(l_proc) then

419: -- Multiple Message List. Otherwise re-raise the
420: -- error.
421: --
422: rollback to update_txn_cat_document_swi;
423: if hr_multi_message.unexpected_error_add(l_proc) then
424: hr_utility.set_location(' Leaving:' || l_proc,40);
425: raise;
426: end if;
427: --

Line 431: p_return_status := hr_multi_message.get_return_status_disable;

427: --
428: -- Reset IN OUT and set OUT parameters
429: --
430: p_object_version_number := l_object_version_number;
431: p_return_status := hr_multi_message.get_return_status_disable;
432: hr_utility.set_location(' Leaving:' || l_proc,50);
433: end update_txn_cat_document;
434: end pqh_txn_cat_documents_swi;