Oracle Solution for Error ora-39753

Solution for Oracle Error ORA-39753

ORA-39753: unsupported use of subquery in PARTITIONED OUTER JOIN condition

What triggered the Error:

An attempt was made to use subquery in PARTITIONED OUTER JOIN condition.

What should we do to fix it:

Remove subquery from the join condition.