DBA Data[Home] [Help]

APPS.PER_ORGANIZATION_STRUCTURE_SWI dependencies on HR_MULTI_MESSAGE

Line 65: hr_multi_message.enable_message_list;

61: savepoint create_org_structure_swi;
62: --
63: -- Initialise Multiple Message Detection
64: --
65: hr_multi_message.enable_message_list;
66: --
67: -- Remember IN OUT parameter IN values
68: --
69: --

Line 129: p_return_status := hr_multi_message.get_return_status_disable;

125: -- Derive the API return status value based on whether
126: -- messages of any type exist in the Multiple Message List.
127: -- Also disable Multiple Message Detection.
128: --
129: p_return_status := hr_multi_message.get_return_status_disable;
130: hr_utility.set_location(' Leaving:' || l_proc,20);
131: --
132: exception
133: when hr_multi_message.error_message_exist then

Line 133: when hr_multi_message.error_message_exist then

129: p_return_status := hr_multi_message.get_return_status_disable;
130: hr_utility.set_location(' Leaving:' || l_proc,20);
131: --
132: exception
133: when hr_multi_message.error_message_exist then
134: --
135: -- Catch the Multiple Message List exception which
136: -- indicates API processing has been aborted because
137: -- at least one message exists in the list.

Line 145: p_return_status := hr_multi_message.get_return_status_disable;

141: -- Reset IN OUT parameters and set OUT parameters
142: --
143: p_organization_structure_id := null;
144: p_object_version_number := null;
145: p_return_status := hr_multi_message.get_return_status_disable;
146: hr_utility.set_location(' Leaving:' || l_proc, 30);
147: when others then
148: --
149: -- When Multiple Message Detection is enabled catch

Line 156: if hr_multi_message.unexpected_error_add(l_proc) then

152: -- Multiple Message List. Otherwise re-raise the
153: -- error.
154: --
155: rollback to create_org_structure_swi;
156: if hr_multi_message.unexpected_error_add(l_proc) then
157: hr_utility.set_location(' Leaving:' || l_proc,40);
158: raise;
159: end if;
160: --

Line 165: p_return_status := hr_multi_message.get_return_status_disable;

161: -- Reset IN OUT and set OUT parameters
162: --
163: p_organization_structure_id := null;
164: p_object_version_number := null;
165: p_return_status := hr_multi_message.get_return_status_disable;
166: hr_utility.set_location(' Leaving:' || l_proc,50);
167: end create_organization_structure;
168: -- ----------------------------------------------------------------------------
169: -- |---------------------< create_org_struct_and_def_ver >--------------------|

Line 225: hr_multi_message.enable_message_list;

221: savepoint create_org_struct_def_ver_swi;
222: --
223: -- Initialise Multiple Message Detection
224: --
225: hr_multi_message.enable_message_list;
226: --
227: -- Remember IN OUT parameter IN values
228: --
229: --

Line 289: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 293: when hr_multi_message.error_message_exist then

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

Line 305: p_return_status := hr_multi_message.get_return_status_disable;

301: -- Reset IN OUT parameters and set OUT parameters
302: --
303: p_organization_structure_id := null;
304: p_object_version_number := null;
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 create_org_struct_def_ver_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 325: p_return_status := hr_multi_message.get_return_status_disable;

321: -- Reset IN OUT and set OUT parameters
322: --
323: p_organization_structure_id := null;
324: p_object_version_number := null;
325: p_return_status := hr_multi_message.get_return_status_disable;
326: hr_utility.set_location(' Leaving:' || l_proc,50);
327: end create_org_struct_and_def_ver;
328: -- ----------------------------------------------------------------------------
329: -- |---------------------< delete_organization_structure >--------------------|

Line 354: hr_multi_message.enable_message_list;

350: savepoint delete_org_structure_swi;
351: --
352: -- Initialise Multiple Message Detection
353: --
354: hr_multi_message.enable_message_list;
355: --
356: -- Remember IN OUT parameter IN values
357: --
358: --

Line 387: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 391: when hr_multi_message.error_message_exist then

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

Line 401: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 412: if hr_multi_message.unexpected_error_add(l_proc) then

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

Line 419: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 479: hr_multi_message.enable_message_list;

475: savepoint update_org_structure_swi;
476: --
477: -- Initialise Multiple Message Detection
478: --
479: hr_multi_message.enable_message_list;
480: --
481: -- Remember IN OUT parameter IN values
482: --
483: l_object_version_number := p_object_version_number;

Line 543: p_return_status := hr_multi_message.get_return_status_disable;

539: -- Derive the API return status value based on whether
540: -- messages of any type exist in the Multiple Message List.
541: -- Also disable Multiple Message Detection.
542: --
543: p_return_status := hr_multi_message.get_return_status_disable;
544: hr_utility.set_location(' Leaving:' || l_proc,20);
545: --
546: exception
547: when hr_multi_message.error_message_exist then

Line 547: when hr_multi_message.error_message_exist then

543: p_return_status := hr_multi_message.get_return_status_disable;
544: hr_utility.set_location(' Leaving:' || l_proc,20);
545: --
546: exception
547: when hr_multi_message.error_message_exist then
548: --
549: -- Catch the Multiple Message List exception which
550: -- indicates API processing has been aborted because
551: -- at least one message exists in the list.

Line 558: p_return_status := hr_multi_message.get_return_status_disable;

554: --
555: -- Reset IN OUT parameters and set OUT parameters
556: --
557: p_object_version_number := l_object_version_number;
558: p_return_status := hr_multi_message.get_return_status_disable;
559: hr_utility.set_location(' Leaving:' || l_proc, 30);
560: when others then
561: --
562: -- When Multiple Message Detection is enabled catch

Line 569: if hr_multi_message.unexpected_error_add(l_proc) then

565: -- Multiple Message List. Otherwise re-raise the
566: -- error.
567: --
568: rollback to update_org_structure_swi;
569: if hr_multi_message.unexpected_error_add(l_proc) then
570: hr_utility.set_location(' Leaving:' || l_proc,40);
571: raise;
572: end if;
573: --

Line 577: p_return_status := hr_multi_message.get_return_status_disable;

573: --
574: -- Reset IN OUT and set OUT parameters
575: --
576: p_object_version_number := l_object_version_number;
577: p_return_status := hr_multi_message.get_return_status_disable;
578: hr_utility.set_location(' Leaving:' || l_proc,50);
579: end update_organization_structure;
580: end per_organization_structure_swi;