DBA Data[Home] [Help]

APPS.PAY_PUC_BUS dependencies on APP_EXCEPTION

Line 265: when app_exception.application_exception then

261:
262: hr_utility.set_location(' Leaving:'|| l_proc, 20);
263: --
264: exception
265: when app_exception.application_exception then
266: if hr_multi_message.exception_add
267: (p_associated_column1 => 'PAY_USER_COLUMNS.LEGISLATION_CODE'
268: ) then
269: raise;

Line 335: when app_exception.application_exception then

331: fnd_message.set_token('PARENT' , 'User Table');
332: fnd_message.raise_error;
333: end if;
334: exception
335: when app_exception.application_exception then
336: if hr_multi_message.exception_add
337: (p_associated_column1 => 'PAY_USER_COLUMNS.USER_TABLE_ID'
338: ) then
339: raise;

Line 417: when app_exception.application_exception then

413: end if;
414: close csr_name_exists;
415: end if;
416: exception
417: when app_exception.application_exception then
418: if hr_multi_message.exception_add
419: (p_associated_column1 => 'PAY_USER_COLUMNS.USER_COLUMN_NAME'
420: ) then
421: raise;

Line 522: when app_exception.application_exception then

518: fnd_message.raise_error;
519: end if;
520: end if;
521: exception
522: when app_exception.application_exception then
523: if hr_multi_message.exception_add
524: (p_associated_column1 => 'PAY_USER_COLUMNS.FORMULA_ID'
525: ) then
526: raise;

Line 565: when app_exception.application_exception then

561: fnd_message.raise_error;
562: end if;
563: close csr_values_exist;
564: exception
565: when app_exception.application_exception then
566: if hr_multi_message.exception_add
567: (p_associated_column1 => 'PAY_USER_COLUMNS.USER_COLUMN_ID'
568: ) then
569: raise;