DBA Data[Home] [Help]

APPS.ORG_FREIGHT_TL_PKG dependencies on APP_EXCEPTION

Line 364: app_exception.raise_exception;

360: ) then
361: null;
362: else
363: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
364: app_exception.raise_exception;
365: end if;
366: end if;
367: end loop;
368: return;