DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_SET_CRITERIA_PKG dependencies on FND_MESSAGE

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

105: or (rowinfo.LOGICAL is null and p_logical is null))) then
106: return;
107:
108: else
109: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
110: app_exception.raise_exception;
111: end if;
112: end lock_row;
113: --