Make a primary key field in a tabular form editable
JJINSep 25 2009 — edited Sep 28 2009Hi,
I have created a tabular form based on a table(User_details) in which i give user_id(varchar2(30)) as a primary key. In
the tabular form it is not editable.How can i make it editable. When i tried to make it editable by changing the "display
as " option to "text field"and when i press the submit button after some modification it is giving error"
{code}
Error in mru internal routine: ORA-20001: Error in MRU: row= 1, ORA-20001: ORA-20001: Current version of data in
database has changed since user initiated update process. current checksum
= "AECC46D93280EA8D4B4194DC0DEA64DA", item checksum = "D5F18BAD9ADAB2D18A53F82C8346A426".,
update "TEST_SCHEMA"."USER_DETAILS" set "USER_ID" = :b1, "USER_GROUP_ID" = :b2
{code}
How can i make a primary key field editable with out causing errors,
Thanks,
TJ