DBA Data[Home] [Help]

APPS.PAY_PUT_BUS dependencies on APP_EXCEPTION

Line 184: when app_exception.application_exception then

180:
181: hr_utility.set_location(' Leaving:'|| l_proc, 20);
182: --
183: exception
184: when app_exception.application_exception then
185: if hr_multi_message.exception_add
186: (p_associated_column1 => 'PAY_USER_TABLES.LEGISLATION_CODE'
187: ) then
188: raise;

Line 213: when app_exception.application_exception then

209: ) then
210: pay_put_shd.constraint_error('PAY_UTAB_RANGE_OR_MATCH_CHK');
211: end if;
212: exception
213: when app_exception.application_exception then
214: if hr_multi_message.exception_add
215: (p_associated_column1 => 'PAY_USER_TABLES.RANGE_OR_MATCH'
216: ) then
217: raise;

Line 248: when app_exception.application_exception then

244: fnd_message.raise_error;
245: end if;
246: end if;
247: exception
248: when app_exception.application_exception then
249: if hr_multi_message.exception_add
250: (p_associated_column1 => 'PAY_USER_TABLES.USER_KEY_UNITS'
251: ,p_associated_column2 => l_associated_column2
252: ) then

Line 364: when app_exception.application_exception then

360: fnd_message.raise_error;
361: end if;
362: end if;
363: exception
364: when app_exception.application_exception then
365: if hr_multi_message.exception_add
366: (p_associated_column1 => 'PAY_USER_TABLES.USER_TABLE_NAME'
367: ) then
368: raise;