DBA Data[Home] [Help]

APPS.PER_PRT_BUS dependencies on HR_MULTI_MESSAGE

Line 149: if hr_multi_message.exception_add

145: end if;
146: hr_utility.set_location(' Leaving:'|| l_proc, 30);
147: exception
148: when app_exception.application_exception then
149: if hr_multi_message.exception_add
150: (p_associated_column1 => 'PER_PERFORMANCE_RATINGS.APPRAISAL_ID'
151: ) then
152: raise;
153: end if;

Line 312: if hr_multi_message.exception_add

308: end if; -- api_updating
309: hr_utility.set_location(' Leaving:'|| l_proc, 70);
310: exception
311: when app_exception.application_exception then
312: if hr_multi_message.exception_add
313: (p_associated_column1 => 'PER_PERFORMANCE_RATINGS.OBJECTIVE_ID'
314: ) then
315: raise;
316: end if;

Line 506: if hr_multi_message.exception_add

502:
503: hr_utility.set_location(' Leaving:'|| l_proc, 100);
504: exception
505: when app_exception.application_exception then
506: if hr_multi_message.exception_add
507: (p_associated_column1 => 'PER_PERFORMANCE_RATINGS.PERFORMANCE_LEVEL_ID'
508: ) then
509: raise;
510: end if;

Line 602: if hr_multi_message.exception_add

598: hr_utility.set_location('Leaving:'|| l_proc, 30);
599:
600: exception
601: when app_exception.application_exception then
602: if hr_multi_message.exception_add
603: (p_associated_column1 => 'PER_PERFORMANCE_RATINGS.APPRAISAL_ID'
604: ,p_associated_column2 => 'PER_PERFORMANCE_RATINGS.OBJECTIVE_ID'
605: ,p_associated_column3 => 'PER_PERFORMANCE_RATINGS.PERSON_ID'
606: ) then

Line 768: hr_multi_message.end_validation_set;

764: p_appraisal_id => p_rec.appraisal_id
765: ,p_associated_column1 => per_prt_shd.g_tab_nam || '.APPRAISAL_ID');
766:
767: --
768: hr_multi_message.end_validation_set;
769: --
770: hr_utility.set_location('Entering:'||l_proc, 15);
771:
772: -- Call all supporting business operations

Line 839: hr_multi_message.end_validation_set;

835: p_appraisal_id => p_rec.appraisal_id
836: ,p_associated_column1 => per_prt_shd.g_tab_nam || '.APPRAISAL_ID');
837:
838: --
839: hr_multi_message.end_validation_set;
840: --
841:
842: hr_utility.set_location('Entering:'||l_proc, 15);
843: