Insert issue null record not allowed

I kept record in table but removed from java mapping file because other project are pointing to the same table.
but now the record is null while trying to insert value that is null.
com.microsoft.sqlserver.jdbc.SQLServerException: Cannot insert the value NULL into column ‘dept_id’
Thanks,