DBA Data[Home] [Help]

APPS.PER_MM_ASSIGNMENTS_PKG dependencies on APP_EXCEPTIONS

Line 208: when app_exceptions.record_lock_exception then

204: hr_utility.set_message_token('STEP','2');
205: hr_utility.raise_error;
206: end if;
207: exception
208: when app_exceptions.record_lock_exception then
209: hr_utility.set_message(801,'HR_6153_ALL_PROCEDURE_FAIL');
210: hr_utility.set_message_token('PROCEDURE','mm_assignment_pkg.lock_rows');
211: hr_utility.set_message_token('STEP','3');
212: hr_utility.raise_error;