DBA Data[Home] [Help]

APPS.HR_HTL_BUS dependencies on HR_MULTI_MESSAGE

Line 136: IF hr_multi_message.exception_add

132: hr_utility.set_location(' Leaving:' || l_proc,20);
133:
134: Exception
135: when app_exception.application_exception then
136: IF hr_multi_message.exception_add
137: (p_associated_column1 => 'HR_KI_HIERARCHIES_TL.HIERARCHY_ID'
138: ) THEN
139: hr_utility.set_location(' Leaving:'|| l_proc,30);
140: raise;

Line 220: IF hr_multi_message.exception_add

216: hr_utility.set_location(' Leaving:' || l_proc,20);
217:
218: Exception
219: when app_exception.application_exception then
220: IF hr_multi_message.exception_add
221: (p_associated_column1 => 'HR_KI_HIERARCHIES_TL.NAME'
222: ) THEN
223: hr_utility.set_location(' Leaving:'|| l_proc,30);
224: raise;