DBA Data[Home] [Help]

APPS.HR_HTL_BUS dependencies on APP_EXCEPTION

Line 135: when app_exception.application_exception then

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

Line 219: when app_exception.application_exception then

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