DBA Data[Home] [Help]

APPS.PQH_ETM_BUS dependencies on APP_EXCEPTION

Line 247: when app_exception.application_exception then

243: fnd_message.raise_error;
244: End If;
245: Close c_TFF_CD_HR_LOOKUP;
246: Exception
247: when app_exception.application_exception then
248: if hr_multi_message.exception_add
249: (p_associated_column1 => 'PQH_DE_ENT_MINUTES.Tariff_group_CD'
250: ) then
251: hr_utility.set_location(' Leaving:'||l_proc,60);

Line 283: when app_exception.application_exception then

279: fnd_message.raise_error;
280: End If;
281: Close c_unique_ENT_Desc;
282: Exception
283: when app_exception.application_exception then
284: if hr_multi_message.exception_add
285: (p_associated_column1 => 'PQH_DE_ENT_MINUTES.DESCRIPTION'
286: ) then
287: hr_utility.set_location(' Leaving:'||l_proc,60);

Line 319: when app_exception.application_exception then

315: fnd_message.raise_error;
316: End If;
317: Close c_ENT_MIN_TFF_CD;
318: Exception
319: when app_exception.application_exception then
320: if hr_multi_message.exception_add
321: (p_associated_column1 => 'PQH_DE_ENT_MINUTES.ENT_MINUTES_CD'
322: ) then
323: hr_utility.set_location(' Leaving:'||l_proc,60);