Error in OTM JSON PATCH API (GLOGOWNER.FK_SUL_ORLGID) violated - parent key not found
Summary:
I try to modify order release (ORE) via OTM JSON PATCH API and received the error: java.sql.SQLIntegrityConstraintViolationException: ORA-02291: integrity constraint (GLOGOWNER.FK_SUL_ORLGID) violated - parent key not found.
Modification creates a new order release line (ORL) and connected order release ship unit line (SUL), and deleting old ORL and connected SUL.
New and old SULs are within existing order release ship unit.
ORE shipUnitOrigin = RS. Order Configuration: Order Base/Release Creation = Ship Unit, Ship Unit Calculation = SU_IGNORE_LINES.
My expectation is that JSON PATCH operations are executed strictly in order as they are in the payload:
Tagged:
0