DBA Data[Home] [Help]

APPS.HR_OPT_BUS dependencies on HR_MULTI_MESSAGE

Line 170: if hr_multi_message.exception_add

166:
167: hr_utility.set_location(' Leaving:'||l_proc,30);
168: exception
169: when app_exception.application_exception then
170: if hr_multi_message.exception_add
171: (p_associated_column1 => 'HR_KI_OPTIONS.OPTION_TYPE_ID'
172: )then
173: hr_utility.set_location(' Leaving:'||l_proc, 40);
174: raise;

Line 233: if hr_multi_message.exception_add

229: end if;
230:
231: exception
232: when app_exception.application_exception then
233: if hr_multi_message.exception_add
234: (p_associated_column1 => 'HR_KI_OPTIONS.OPTION_LEVEL'
235: )then
236: hr_utility.set_location(' Leaving:'||l_proc, 30);
237: raise;

Line 319: if hr_multi_message.no_exclusive_error

315: -- Only proceed with OPTION_LEVEL_ID validation when the
316: -- Multiple Message List does not already contain an errors
317: -- associated with the OPTION_LEVEL column.
318: --
319: if hr_multi_message.no_exclusive_error
320: (p_check_column1 => 'HR_KI_OPTIONS.OPTION_LEVEL'
321: ,p_associated_column1 => 'HR_KI_OPTIONS.OPTION_LEVEL'
322: ) then
323:

Line 432: if hr_multi_message.exception_add

428: END IF;
429:
430: exception
431: when app_exception.application_exception then
432: if hr_multi_message.exception_add
433: (p_same_associated_columns => 'Y'
434: )then
435: hr_utility.set_location(' Leaving:'||l_proc, 30);
436: raise;

Line 492: if hr_multi_message.exception_add

488: end if;
489:
490: exception
491: when app_exception.application_exception then
492: if hr_multi_message.exception_add
493: (p_associated_column1 => 'HR_KI_OPTIONS.ENCRYPTED'
494: )then
495: hr_utility.set_location(' Leaving:'||l_proc, 30);
496: raise;

Line 566: if hr_multi_message.exception_add

562:
563: hr_utility.set_location(' Leaving:'||l_proc,40);
564: exception
565: when app_exception.application_exception then
566: if hr_multi_message.exception_add
567: (p_associated_column1 => 'HR_KI_OPTIONS.INTEGRATION_ID'
568: )then
569: hr_utility.set_location(' Leaving:'||l_proc, 50);
570: raise;

Line 630: if hr_multi_message.no_exclusive_error

626: -- Multiple Message List does not already contain an errors
627: -- associated with the OPTION_TYPE_ID,INTEGRATION_ID,OPTION_LEVEL
628: -- OPTION_LEVEL_ID columns.
629: --
630: if hr_multi_message.no_exclusive_error
631: (p_check_column1 => 'HR_KI_OPTIONS.OPTION_TYPE_ID'
632: ,p_associated_column1 => 'HR_KI_OPTIONS.OPTION_TYPE_ID'
633: ,p_check_column2 => 'HR_KI_OPTIONS.INTEGRATION_ID'
634: ,p_associated_column2 => 'HR_KI_OPTIONS.INTEGRATION_ID'

Line 655: if hr_multi_message.exception_add

651: end if;
652:
653: exception
654: when app_exception.application_exception then
655: if hr_multi_message.exception_add
656: (p_same_associated_columns => 'Y'
657: )then
658: hr_utility.set_location(' Leaving:'||l_proc, 40);
659: raise;