DBA Data[Home] [Help]

APPS.BNE_MAPPING_LINES_PKG dependencies on APP_EXCEPTION

Line 117: app_exception.raise_exception;

113: ) then
114: null;
115: else
116: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
117: app_exception.raise_exception;
118: end if;
119: end loop;
120: return;
121: end LOCK_ROW;