DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_SET_AMDS_PKG dependencies on FND_MESSAGE

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

77: and ( (rowinfo.INCLUDE_OR_EXCLUDE = p_include_or_exclude)
78: or (rowinfo.INCLUDE_OR_EXCLUDE is null and p_include_or_exclude is null))) then
79: return;
80: else
81: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
82: app_exception.raise_exception;
83: end if;
84: end lock_row;
85: --