DBA Data[Home] [Help]

APPS.XLA_MPA_JLT_ASSGNS_F_PVT dependencies on APP_EXCEPTION

Line 265: app_exception.raise_exception;

261: Fetch C into l_rec;
262: If (C%NOTFOUND) then
263: Close C;
264: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
265: app_exception.raise_exception;
266: End If;
267: Close C;
268:
269: IF (nvl(l_rec.description_type_code,'@') = nvl(x_description_type_code,'@') AND

Line 274: app_exception.raise_exception;

270: nvl(l_rec.description_code,'@') = nvl(x_description_code,'@')) then
271: NULL;
272: ELSE
273: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
274: app_exception.raise_exception;
275: END IF;
276:
277: IF (C_LEVEL_PROCEDURE >= g_log_level) THEN
278: trace(p_msg => 'END of procedure lock_row',