Subject Determining generator's current value
Author Don Schoeman
Using the standard trigger/generator method to create a unique primary key
value for a newly inserted record, is there a way to determine the primary
key/generator value of the record I have just inserted? I want to insert the
new record using a stored proc. and then use the primary key's value to do
further processing within the same stored proc.

Best Regards,
Don Schoeman