DBA Data[Home] [Help]

APPS.PQH_PRE_BUS dependencies on APP_EXCEPTION

Line 230: when app_exception.application_exception then

226: fnd_message.raise_error;
227: End If;
228: Close c_END_REASON_NUMBER;
229: Exception
230: when app_exception.application_exception then
231: if hr_multi_message.exception_add
232: (p_associated_column1 => 'pqh_de_ins_end_reasons.END_REASON_NUMBER'
233: ) then
234: hr_utility.set_location(' Leaving:'||l_proc,60);