ORA-31184
A wrong or null XML element is being inserted.
Cause
The XML element being inserted was NULL or was different from the element expected by the insert operation (for example, function INSERTCHILDXML).
Action
Ensure that the XML element being inserted is not NULL and that it matches the element indicated by the insert operation.