DBA Data[Home] [Help]

APPS.BSC_SYS_DIM_GROUPS_PKG dependencies on APP_EXCEPTION

Line 78: app_exception.raise_exception;

74: ) then
75: null;
76: else
77: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
78: app_exception.raise_exception;
79: end if;
80: end if;
81: end loop;
82: return;