-7037: NULL value for NOT NULL column not allowed
Explanation:
The error message is returned for a <REFERENTIAL CONSTRAINT DEFINITION> with ON DELETE SET NULL specification, if a REFERENCING COLUMN does not allow the NULL value.
User Action:
Choose another <ACTION> in the <DELETE RULE> or admit the NULL value for the corresponding column(s) in the referencing table.