CM14 VNDT_BEFORE_INSERT issue with Contacts
ORA 06512 at EXP.VNDT_BEFORE_INSERT Line 8
ORA-04088 error during execution of trigger 'EXP.VNDT_BEFORE_INSERT'
So what I did is stop the VNDT_BEFORE_INSERT and VNDT_AFTER_INSERT_STMNT triggers from the tablespace EXP.VNDT so that I can create contacts in the companies in CM14. I am not sure the issue with the trigger but disabling the two triggers makes it work becuase it just goes directly to EXP.VNDT table. Probably not the best thing to but it works and as far as I can tell no errors so far.