DBA Data[Home] [Help]

APPS.PQH_BDGT_POOL_REALLOCTIONS_SWI dependencies on HR_MULTI_MESSAGE

Line 39: hr_multi_message.enable_message_list;

35: savepoint create_realloc_txn_dtl_swi;
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 77: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 81: when hr_multi_message.error_message_exist then

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

Line 93: p_return_status := hr_multi_message.get_return_status_disable;

89: -- Reset IN OUT parameters and set OUT parameters
90: --
91: p_txn_detail_id := null;
92: p_object_version_number := null;
93: p_return_status := hr_multi_message.get_return_status_disable;
94: hr_utility.set_location(' Leaving:' || l_proc, 30);
95: when others then
96: --
97: -- When Multiple Message Detection is enabled catch

Line 104: if hr_multi_message.unexpected_error_add(l_proc) then

100: -- Multiple Message List. Otherwise re-raise the
101: -- error.
102: --
103: rollback to create_realloc_txn_dtl_swi;
104: if hr_multi_message.unexpected_error_add(l_proc) then
105: hr_utility.set_location(' Leaving:' || l_proc,40);
106: raise;
107: end if;
108: --

Line 113: p_return_status := hr_multi_message.get_return_status_disable;

109: -- Reset IN OUT and set OUT parameters
110: --
111: p_txn_detail_id := null;
112: p_object_version_number := null;
113: p_return_status := hr_multi_message.get_return_status_disable;
114: hr_utility.set_location(' Leaving:' || l_proc,50);
115: end create_realloc_txn_dtl;
116: -- ----------------------------------------------------------------------------
117: -- |-----------------------< create_realloc_txn_period >----------------------|

Line 151: hr_multi_message.enable_message_list;

147: savepoint create_realloc_txn_period_swi;
148: --
149: -- Initialise Multiple Message Detection
150: --
151: hr_multi_message.enable_message_list;
152: --
153: -- Remember IN OUT parameter IN values
154: --
155: --

Line 193: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 197: when hr_multi_message.error_message_exist then

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

Line 209: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 220: if hr_multi_message.unexpected_error_add(l_proc) then

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

Line 229: p_return_status := hr_multi_message.get_return_status_disable;

225: -- Reset IN OUT and set OUT parameters
226: --
227: p_reallocation_period_id := null;
228: p_object_version_number := null;
229: p_return_status := hr_multi_message.get_return_status_disable;
230: hr_utility.set_location(' Leaving:' || l_proc,50);
231: end create_realloc_txn_period;
232: -- ----------------------------------------------------------------------------
233: -- |------------------------< delete_realloc_txn_dtl >------------------------|

Line 258: hr_multi_message.enable_message_list;

254: savepoint delete_realloc_txn_dtl_swi;
255: --
256: -- Initialise Multiple Message Detection
257: --
258: hr_multi_message.enable_message_list;
259: --
260: -- Remember IN OUT parameter IN values
261: --
262: --

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_realloc_txn_dtl_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_realloc_txn_dtl_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_realloc_txn_dtl;
326: -- ----------------------------------------------------------------------------
327: -- |-----------------------< delete_realloc_txn_period >----------------------|

Line 352: hr_multi_message.enable_message_list;

348: savepoint delete_realloc_txn_period_swi;
349: --
350: -- Initialise Multiple Message Detection
351: --
352: hr_multi_message.enable_message_list;
353: --
354: -- Remember IN OUT parameter IN values
355: --
356: --

Line 385: p_return_status := hr_multi_message.get_return_status_disable;

381: -- Derive the API return status value based on whether
382: -- messages of any type exist in the Multiple Message List.
383: -- Also disable Multiple Message Detection.
384: --
385: p_return_status := hr_multi_message.get_return_status_disable;
386: hr_utility.set_location(' Leaving:' || l_proc,20);
387: --
388: exception
389: when hr_multi_message.error_message_exist then

Line 389: when hr_multi_message.error_message_exist then

385: p_return_status := hr_multi_message.get_return_status_disable;
386: hr_utility.set_location(' Leaving:' || l_proc,20);
387: --
388: exception
389: when hr_multi_message.error_message_exist then
390: --
391: -- Catch the Multiple Message List exception which
392: -- indicates API processing has been aborted because
393: -- at least one message exists in the list.

Line 399: p_return_status := hr_multi_message.get_return_status_disable;

395: rollback to delete_realloc_txn_period_swi;
396: --
397: -- Reset IN OUT parameters and set OUT parameters
398: --
399: p_return_status := hr_multi_message.get_return_status_disable;
400: hr_utility.set_location(' Leaving:' || l_proc, 30);
401: when others then
402: --
403: -- When Multiple Message Detection is enabled catch

Line 410: if hr_multi_message.unexpected_error_add(l_proc) then

406: -- Multiple Message List. Otherwise re-raise the
407: -- error.
408: --
409: rollback to delete_realloc_txn_period_swi;
410: if hr_multi_message.unexpected_error_add(l_proc) then
411: hr_utility.set_location(' Leaving:' || l_proc,40);
412: raise;
413: end if;
414: --

Line 417: p_return_status := hr_multi_message.get_return_status_disable;

413: end if;
414: --
415: -- Reset IN OUT and set OUT parameters
416: --
417: p_return_status := hr_multi_message.get_return_status_disable;
418: hr_utility.set_location(' Leaving:' || l_proc,50);
419: end delete_realloc_txn_period;
420: -- ----------------------------------------------------------------------------
421: -- |------------------------< update_realloc_txn_dtl >------------------------|

Line 452: hr_multi_message.enable_message_list;

448: savepoint update_realloc_txn_dtl_swi;
449: --
450: -- Initialise Multiple Message Detection
451: --
452: hr_multi_message.enable_message_list;
453: --
454: -- Remember IN OUT parameter IN values
455: --
456: l_object_version_number := p_object_version_number;

Line 491: p_return_status := hr_multi_message.get_return_status_disable;

487: -- Derive the API return status value based on whether
488: -- messages of any type exist in the Multiple Message List.
489: -- Also disable Multiple Message Detection.
490: --
491: p_return_status := hr_multi_message.get_return_status_disable;
492: hr_utility.set_location(' Leaving:' || l_proc,20);
493: --
494: exception
495: when hr_multi_message.error_message_exist then

Line 495: when hr_multi_message.error_message_exist then

491: p_return_status := hr_multi_message.get_return_status_disable;
492: hr_utility.set_location(' Leaving:' || l_proc,20);
493: --
494: exception
495: when hr_multi_message.error_message_exist then
496: --
497: -- Catch the Multiple Message List exception which
498: -- indicates API processing has been aborted because
499: -- at least one message exists in the list.

Line 506: p_return_status := hr_multi_message.get_return_status_disable;

502: --
503: -- Reset IN OUT parameters and set OUT parameters
504: --
505: p_object_version_number := l_object_version_number;
506: p_return_status := hr_multi_message.get_return_status_disable;
507: hr_utility.set_location(' Leaving:' || l_proc, 30);
508: when others then
509: --
510: -- When Multiple Message Detection is enabled catch

Line 517: if hr_multi_message.unexpected_error_add(l_proc) then

513: -- Multiple Message List. Otherwise re-raise the
514: -- error.
515: --
516: rollback to update_realloc_txn_dtl_swi;
517: if hr_multi_message.unexpected_error_add(l_proc) then
518: hr_utility.set_location(' Leaving:' || l_proc,40);
519: raise;
520: end if;
521: --

Line 525: p_return_status := hr_multi_message.get_return_status_disable;

521: --
522: -- Reset IN OUT and set OUT parameters
523: --
524: p_object_version_number := l_object_version_number;
525: p_return_status := hr_multi_message.get_return_status_disable;
526: hr_utility.set_location(' Leaving:' || l_proc,50);
527: end update_realloc_txn_dtl;
528: -- ----------------------------------------------------------------------------
529: -- |-----------------------< update_realloc_txn_period >----------------------|

Line 564: hr_multi_message.enable_message_list;

560: savepoint update_realloc_txn_period_swi;
561: --
562: -- Initialise Multiple Message Detection
563: --
564: hr_multi_message.enable_message_list;
565: --
566: -- Remember IN OUT parameter IN values
567: --
568: l_object_version_number := p_object_version_number;

Line 607: p_return_status := hr_multi_message.get_return_status_disable;

603: -- Derive the API return status value based on whether
604: -- messages of any type exist in the Multiple Message List.
605: -- Also disable Multiple Message Detection.
606: --
607: p_return_status := hr_multi_message.get_return_status_disable;
608: hr_utility.set_location(' Leaving:' || l_proc,20);
609: --
610: exception
611: when hr_multi_message.error_message_exist then

Line 611: when hr_multi_message.error_message_exist then

607: p_return_status := hr_multi_message.get_return_status_disable;
608: hr_utility.set_location(' Leaving:' || l_proc,20);
609: --
610: exception
611: when hr_multi_message.error_message_exist then
612: --
613: -- Catch the Multiple Message List exception which
614: -- indicates API processing has been aborted because
615: -- at least one message exists in the list.

Line 622: p_return_status := hr_multi_message.get_return_status_disable;

618: --
619: -- Reset IN OUT parameters and set OUT parameters
620: --
621: p_object_version_number := l_object_version_number;
622: p_return_status := hr_multi_message.get_return_status_disable;
623: hr_utility.set_location(' Leaving:' || l_proc, 30);
624: when others then
625: --
626: -- When Multiple Message Detection is enabled catch

Line 633: if hr_multi_message.unexpected_error_add(l_proc) then

629: -- Multiple Message List. Otherwise re-raise the
630: -- error.
631: --
632: rollback to update_realloc_txn_period_swi;
633: if hr_multi_message.unexpected_error_add(l_proc) then
634: hr_utility.set_location(' Leaving:' || l_proc,40);
635: raise;
636: end if;
637: --

Line 641: p_return_status := hr_multi_message.get_return_status_disable;

637: --
638: -- Reset IN OUT and set OUT parameters
639: --
640: p_object_version_number := l_object_version_number;
641: p_return_status := hr_multi_message.get_return_status_disable;
642: hr_utility.set_location(' Leaving:' || l_proc,50);
643: end update_realloc_txn_period;
644: end pqh_bdgt_pool_realloctions_swi;