DBA Data[Home] [Help]

APPS.XLA_MPA_HEADER_AC_ASSGNS_F_PVT dependencies on APP_EXCEPTION

Line 190: app_exception.raise_exception;

186: Fetch C into l_rec;
187: If (C%NOTFOUND) then
188: Close C;
189: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
190: app_exception.raise_exception;
191: End If;
192: Close C;
193:
194: If (C_LEVEL_PROCEDURE >= g_log_level) then