Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Updating a primary key column

tharpaJun 10 2011 — edited Jun 10 2011
I have a table with two columns, both of which make up the primary key. I want the user to be able to update Column2, and to only see relevant records. So, the user should see records where Column1 = :P80_Col1.

The problem is that since Column2 is part of the primary key, Apex won't let me specify Column2 as updateable in a regular Tabular Form.

What would be the easiest way to accomplish this?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 8 2011
Added on Jun 10 2011
6 comments
968 views