Non Key-Preserved Table ORA-01779
You may get the following Oracle error when building a component with multiple scroll levels:
ORA-01779 cannot modify a column which maps to a non key-preserved table
What this is telling you is that PeopleSoft is trying to automatically write (insert/update) into a table that it should not be able to.
More than likely, this will be a view.
No Comments