If records are inserted into table without committing.How to refer to these values in a procedure?

Showing Answers 1 - 1 of 1 Answers

SADANAND

  • Apr 14th, 2006
 

First create a Trigger and with Procedure you insert records.

The :new will take the new values.

So use Triggers in Procedures.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions