Oracle Solution for Error ora-32630

Solution for Oracle Error ORA-32630

ORA-32630: multiple assignment in automatic order MODEL

What triggered the Error:

A MODEL cell was updated on the same measure in multiple MODEL rules. Multiple assignment is not allowed in automatic order MODELs as it causes in ambiguity and nondeterminism.

What should we do to fix it:

Use sequential order MODEL or rewrite the rule to avoid this.