Oracle Message ORA-14551 - cannot perform a DML operation inside a query

ERRORcannot perform a DML operation inside a query
CAUSEDML operation like insert, update, delete or select-for-update cannot be performed inside a query or under a PDML slave.
ACTIONEnsure that the offending DML operation is not performed or use an autonomous transaction to perform the DML operation within the query or PDML slave.