DBA Data[Home] [Help]

APPS.HR_INCOMPATIBILITY_RULES_PKG dependencies on APP_EXCEPTION

Line 65: app_exception.raise_exception;

61: ) then
62: null;
63: else
64: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
65: app_exception.raise_exception;
66: end if;
67: end loop;
68: return;
69: end LOCK_ROW;