DBA Data[Home] [Help]

APPS.PQH_RSS_BUS dependencies on APP_EXCEPTION

Line 251: when app_exception.application_exception then

247: fnd_message.raise_error;
248: End If;
249: Close c_Grade_id;
250: Exception
251: when app_exception.application_exception then
252: if hr_multi_message.exception_add
253: (p_associated_column1 => 'PQH_DE_RESULT_SETS.Grade_id'
254: ) then
255: hr_utility.set_location(' Leaving:'||l_proc,60);

Line 339: when app_exception.application_exception then

335: fnd_message.raise_error;
336: End If;
337: Close c_CIVIL_SERVANTS_Grade_id;
338: Exception
339: when app_exception.application_exception then
340: if hr_multi_message.exception_add
341: (p_associated_column1 => 'PQH_DE_RESULT_SETS.Grade_id'
342: ) then
343: hr_utility.set_location(' Leaving:'||l_proc,60);

Line 395: when app_exception.application_exception then

391: End If;
392: Close c_gradual_value_numbers;
393: Exception
394:
395: when app_exception.application_exception then
396: if hr_multi_message.exception_add
397: (p_associated_column1 => 'PQH_DE_RESULT_SETS.GRADUAL_VALUE_NUMBER_FROM'
398: ) then
399: hr_utility.set_location(' Leaving:'||l_proc,60);