DBA Data[Home] [Help]

APPS.XLA_MPA_JLT_AC_ASSGNS_F_PVT dependencies on APP_EXCEPTION

Line 204: app_exception.raise_exception;

200: Fetch C into l_rec;
201: If (C%NOTFOUND) then
202: Close C;
203: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
204: app_exception.raise_exception;
205: End If;
206: Close C;
207:
208: IF (C_LEVEL_PROCEDURE >= g_log_level) THEN