We have non-programmers using PL/SQL developer to do data input. When they enter data into the result grid, sometimes they must specify new keys from a sequence.
Is there are straightforward way to have BOTH: the new sequence is assigned automatically, AND: the newly assigned number shows up in the result grid when they POST or COMMIT their changes?
I can of course use a trigger to accomplish half of this. I would program an plug-in to accomplish this if necessary, but I'm not sure there are all the right hooks to do it.
Is there are straightforward way to have BOTH: the new sequence is assigned automatically, AND: the newly assigned number shows up in the result grid when they POST or COMMIT their changes?
I can of course use a trigger to accomplish half of this. I would program an plug-in to accomplish this if necessary, but I'm not sure there are all the right hooks to do it.