DBA Data[Home] [Help]

APPS.PQH_LVL_BUS dependencies on APP_EXCEPTION

Line 227: when app_exception.application_exception then

223: hr_utility.raise_error;
224: End If;
225: Close Lvlnum;
226: Exception
227: when app_exception.application_exception then
228: if hr_multi_message.exception_add
229: (p_associated_column1 => 'PQH_DE_WRKPLC_VLDTN_LVLNUMS.LEVEL_NUMBER_ID'
230: ) then
231: hr_utility.set_location(' Leaving:'||l_proc,60);

Line 259: when app_exception.application_exception then

255: hr_utility.raise_error;
256: End If;
257: Close Lvlcode;
258: Exception
259: when app_exception.application_exception then
260: if hr_multi_message.exception_add
261: (p_associated_column1 => 'PQH_DE_WRKPLC_VLDTN_LVLNUMS.LEVEL_CODE_ID'
262: ) then
263: hr_utility.set_location(' Leaving:'||l_proc,60);