DBA Data[Home] [Help]

APPS.BSC_KPI_SHELL_CMDS_PKG dependencies on APP_EXCEPTION

Line 74: app_exception.raise_exception;

70: ) then
71: null;
72: else
73: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
74: app_exception.raise_exception;
75: end if;
76: end if;
77: end loop;
78: return;