Oracle Form里查看Record History,报错:APP-FND-01564: Oracle error 1403 in fdxwho

APP-FND-01564: Oracle error 1403 in fdxwho
Cause: fdxwho failed due to ORA-01403: no data found.
The SQL statement being executed at the time of the error
was: and was executed from the file &ERRFILE.
Solution:
这种错多半是因为记录中的Who字段(created_by或last_updated_by)在FND_USER表中不存在造成的,
所以重新update一个有效的fnd_user.user_id字段到who字段,错误就可以解决。