DBA Data[Home] [Help]

APPS.HR_TTL_BUS dependencies on HR_MULTI_MESSAGE

Line 140: IF hr_multi_message.exception_add

136: hr_utility.set_location(' Leaving:' || l_proc,20);
137:
138: Exception
139: when app_exception.application_exception then
140: IF hr_multi_message.exception_add
141: (p_associated_column1 => 'HR_KI_TOPICS_TL.TOPIC_ID'
142: ) THEN
143: hr_utility.set_location(' Leaving:'|| l_proc,30);
144: raise;

Line 226: IF hr_multi_message.exception_add

222: hr_utility.set_location(' Leaving:' || l_proc,20);
223:
224: Exception
225: when app_exception.application_exception then
226: IF hr_multi_message.exception_add
227: (p_associated_column1 => 'HR_KI_TOPICS_TL.NAME'
228: ) THEN
229: hr_utility.set_location(' Leaving:'|| l_proc,30);
230: raise;