DBA Data[Home] [Help]

APPS.XLA_MPA_JLT_ASSGNS_F_PVT dependencies on FND_MESSAGE

Line 264: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');

260: Open C;
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:

Line 273: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');

269: IF (nvl(l_rec.description_type_code,'@') = nvl(x_description_type_code,'@') AND
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