DBA Data[Home] [Help]

APPS.HR_CANVAS_PROPERTIES_PKG dependencies on APP_EXCEPTION

Line 484: app_exception.raise_exception;

480: ) then
481: null;
482: else
483: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
484: app_exception.raise_exception;
485: end if;
486: end loop;
487: return;
488: end LOCK_ROW;