DBA Data[Home] [Help]

APPS.HR_OTT_BUS dependencies on APP_EXCEPTION

Line 141: when app_exception.application_exception then

137:
138: hr_utility.set_location(' Leaving:'||l_proc,40);
139:
140: exception
141: when app_exception.application_exception then
142: if hr_multi_message.exception_add
143: (p_associated_column1 => 'HR_KI_OPTION_TYPES_TL.OPTION_NAME'
144: )then
145: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 216: when app_exception.application_exception then

212:
213: hr_utility.set_location(' Leaving:' || l_proc,20);
214:
215: Exception
216: when app_exception.application_exception then
217: IF hr_multi_message.exception_add
218: (p_associated_column1 => 'HR_KI_OPTION_TYPES_TL.OPTION_TYPE_ID'
219: ) THEN
220: hr_utility.set_location(' Leaving:'|| l_proc,30);