DBA Data[Home] [Help]

APPS.PQH_VER_BUS dependencies on APP_EXCEPTION

Line 257: when app_exception.application_exception then

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

Line 300: when app_exception.application_exception then

296: hr_utility.raise_error;
297: End If;
298: Close Tariff_Group;
299: Exception
300: when app_exception.application_exception then
301: if hr_multi_message.exception_add
302: (p_associated_column1 => 'PQH_DE_WRKPLC_VLDTN_VERS.TARIFF_GROUP_CODE'
303: ) then
304: hr_utility.set_location(' Leaving:'||l_proc,60);

Line 398: when app_exception.application_exception then

394: hr_utility.raise_error;
395: End If;
396: End If;
397: Exception
398: when app_exception.application_exception then
399: if hr_multi_message.exception_add
400: (p_associated_column1 => 'PQH_DE_WRKPLC_VLDTN_VERS.DERIVED_GRADE_ID'
401: ) then
402: hr_utility.set_location(' Leaving:'||l_proc,60);

Line 427: when app_exception.application_exception then

423: hr_utility.raise_error;
424: End If;
425: End If;
426: Exception
427: when app_exception.application_exception then
428: if hr_multi_message.exception_add
429: (p_associated_column1 => 'PQH_DE_WRKPLC_VLDTN_VERS.FREEZE'
430: ) then
431: hr_utility.set_location(' Leaving:'||l_proc,60);