360: Foreign key integrity violation 

Explanation:

In case of an INSERT or UPDATE statement issued on a join view table, the column values functionally depending on the <REFERENCING COLUMN>s of the referencing table conflict with the existing column values.

User Action:

This conflict may be solved by changing either the column values specified in the INSERT or UPDATE statement, or the existing values.