DBA Data[Home] [Help]

APPS.GMA_GME_TEXT_TBL_PKG dependencies on APP_EXCEPTION

Line 105: app_exception.raise_exception;

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