DBA Data[Home] [Help]

APPS.HR_DEI_BUS dependencies on HR_MULTI_MESSAGE

Line 67: hr_multi_message.add

63: --
64: -- The primary key is invalid therefore we must error
65: --
66: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
67: hr_multi_message.add
68: (p_associated_column1
69: => nvl(p_associated_column1,'DOCUMENT_EXTRA_INFO_ID')
70: );
71: --

Line 750: if hr_multi_message.exception_add

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
754: hr_utility.set_location(' Leaving:'||l_proc,3);

Line 834: if hr_multi_message.exception_add

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);
838: raise;

Line 929: if hr_multi_message.exception_add

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);
933: raise;

Line 1021: if hr_multi_message.exception_add

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);
1025: raise;