DBA Data[Home] [Help]

APPS.GMA_SY_PARA_CDS_PKG dependencies on APP_EXCEPTION

Line 102: app_exception.raise_exception;

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