DBA Data[Home] [Help]

APPS.BSC_DB_MEASURE_COLS_PKG dependencies on APP_EXCEPTION

Line 85: app_exception.raise_exception;

81: ) then
82: null;
83: else
84: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
85: app_exception.raise_exception;
86: end if;
87: end if;
88: end loop;
89: return;