DBA Data[Home] [Help]

APPS.PQH_LCD_BUS dependencies on APP_EXCEPTION

Line 249: when app_exception.application_exception then

245: hr_utility.raise_error;
246: End If;
247: Close Del;
248: Exception
249: when app_exception.application_exception then
250: if hr_multi_message.exception_add
251: (p_associated_column1 => 'PQH_DE_WRKPLC_VLDTN_LVLNUMS.LEVEL_CODE_ID'
252: ) then
253: hr_utility.set_location(' Leaving:'||l_proc,60);

Line 284: when app_exception.application_exception then

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

Line 317: when app_exception.application_exception then

313: fnd_message.raise_error;
314: End If;
315: Close c_Level_Code;
316: Exception
317: when app_exception.application_exception then
318: if hr_multi_message.exception_add
319: (p_associated_column1 => 'PQH_DE_Level_Codes.Level_Code'
320: ) then
321: hr_utility.set_location(' Leaving:'||l_proc,60);