DBA Data[Home] [Help]

APPS.PER_MM_POSITIONS_PKG dependencies on APP_EXCEPTIONS

Line 478: when app_exceptions.record_lock_exception then

474: hr_utility.set_message_token('STEP','2');
475: hr_utility.raise_error;
476: end if;
477: exception
478: when app_exceptions.record_lock_exception then
479: hr_utility.set_message(801,'HR_6153_ALL_PROCEDURE_FAIL');
480: hr_utility.set_message_token('PROCEDURE','per_mm_positions_pkg.lock_rows');
481: hr_utility.set_message_token('STEP','3');
482: hr_utility.raise_error;