DBA Data[Home] [Help]

APPS.HR_INCOMPATIBILITY_RULES_PKG dependencies on APP_EXCEPTION

Line 47: app_exception.raise_exception;

43: ) then
44: null;
45: else
46: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
47: app_exception.raise_exception;
48: end if;
49: end loop;
50: return;
51: end LOCK_ROW;