ORA-02298: cannot validate (user.fk) - parent key not found

I'm trying to enable foreign keys but getting this error message. this is command that I used:

alter table enable validate constraint ;

if I used enable novalidate constrains, I can enable foreign keys.

My question is is there a way to validate constraint that's been enabled?

Thanks