DBA Data[Home] [Help]

APPS.HR_DEI_BUS dependencies on APP_EXCEPTION

Line 749: when app_exception.application_exception then

745:
746: --
747: hr_utility.set_location(' Leaving:'|| l_proc, 2);
748: exception
749: when app_exception.application_exception then
750: if hr_multi_message.exception_add
751: (p_associated_column1 => 'HR_DOCUMENT_EXTRA_INFO.DATE_FROM'
752: ,p_associated_column2 => 'HR_DOCUMENT_EXTRA_INFO.DATE_TO'
753: ) then

Line 833: when app_exception.application_exception then

829: --
830:
831: hr_utility.set_location(' Leaving:'|| l_proc, 3);
832: exception
833: when app_exception.application_exception then
834: if hr_multi_message.exception_add
835: (p_same_associated_columns => 'Y'
836: ) then
837: hr_utility.set_location(' Leaving:'||l_proc,4);

Line 928: when app_exception.application_exception then

924:
925: hr_utility.set_location('Leaving:'||l_proc, 30);
926:
927: exception
928: when app_exception.application_exception then
929: if hr_multi_message.exception_add
930: (p_associated_column1 => 'hr_document_types.document_type_id'
931: ) then
932: hr_utility.set_location('Leaving:'||l_proc, 50);

Line 1020: when app_exception.application_exception then

1016: --
1017: hr_utility.set_location(' Leaving:'|| l_proc, 30);
1018:
1019: exception
1020: when app_exception.application_exception then
1021: if hr_multi_message.exception_add
1022: (p_associated_column1 => 'HR_DOCUMENT_EXTRA_INFO.PERSON_ID'
1023: ) then
1024: hr_utility.set_location(' Leaving:'||l_proc,60);