DBA Data[Home] [Help]

APPS.PQH_GVN_BUS dependencies on APP_EXCEPTION

Line 256: when app_exception.application_exception then

252: fnd_message.raise_error;
253: End If;
254: Close c_LEVEL_NUMBER;
255: Exception
256: when app_exception.application_exception then
257: if hr_multi_message.exception_add
258: (p_associated_column1 => 'PQH_DE_LEVEL_NUMBERS.LEVEL_NUMBER'
259: ) then
260: hr_utility.set_location(' Leaving:'||l_proc,60);

Line 287: when app_exception.application_exception then

283: hr_utility.raise_error;
284: End If;
285: Close Del;
286: Exception
287: when app_exception.application_exception then
288: if hr_multi_message.exception_add
289: (p_associated_column1 => 'PQH_DE_WRKPLC_VLDTN_LVLNUMS.LEVEL_CODE_ID'
290: ) then
291: hr_utility.set_location(' Leaving:'||l_proc,60);

Line 318: when app_exception.application_exception then

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