DBA Data[Home] [Help]

APPS.HR_TTL_BUS dependencies on APP_EXCEPTION

Line 139: when app_exception.application_exception then

135:
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);

Line 225: when app_exception.application_exception then

221:
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);