DBA Data[Home] [Help]

APPS.AMS_IMP_COL_MAPPING_PKG dependencies on APP_EXCEPTION

Line 83: app_exception.raise_exception;

79: ) then
80: null;
81: else
82: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
83: app_exception.raise_exception;
84: end if;
85: end loop;
86: return;
87: end LOCK_ROW;