DBA Data[Home] [Help]

APPS.HR_CANVAS_PROPERTIES_PKG dependencies on APP_EXCEPTION

Line 505: app_exception.raise_exception;

501: ) then
502: null;
503: else
504: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
505: app_exception.raise_exception;
506: end if;
507: end loop;
508: return;
509: end LOCK_ROW;