DBA Data[Home] [Help]

APPS.PQH_OPG_BUS dependencies on APP_EXCEPTION

Line 238: when app_exception.application_exception then

234: fnd_message.raise_error;
235: End If;
236: Close c_Description;
237: Exception
238: when app_exception.application_exception then
239: if hr_multi_message.exception_add
240: (p_associated_column1 => 'pqh_de_operation_groups.Description'
241: ) then
242: hr_utility.set_location(' Leaving:'||l_proc,60);

Line 273: when app_exception.application_exception then

269: fnd_message.raise_error;
270: End If;
271: Close c_operation_Group_CODE;
272: Exception
273: when app_exception.application_exception then
274: if hr_multi_message.exception_add
275: (p_associated_column1 => 'PQH_DE_OPERATION_groupS.operation_Group_CODE'
276: ) then
277: hr_utility.set_location(' Leaving:'||l_proc,60);