DBA Data[Home] [Help]

APPS.BSC_KPI_DIM_SETS_PKG dependencies on APP_EXCEPTION

Line 82: app_exception.raise_exception;

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