DBA Data[Home] [Help]

APPS.AR_BPA_AREA_ITEMS_PKG dependencies on APP_EXCEPTION

Line 103: app_exception.raise_exception;

99: ) then
100: null;
101: else
102: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
103: app_exception.raise_exception;
104: end if;
105: end loop;
106: return;
107: end LOCK_ROW;