Oracle Solution for Error ora-22818

Solution for Oracle Error ORA-22818

ORA-22818: subquery expressions not allowed here

What triggered the Error:

attempt was made to use a subquery expression where these are not supported.

What should we do to fix it:

write the statement without the subquery expression.