Whenever a row is modified or inserted newly in the database ( Oracle 10g), there is a trigger on one column considering it is of particular value, it triggers a package. I have a stored procedure inside that package which will need this record which triggered these. There is no column that is storing timestamps. How can we do this ? I’m sure there will be a work around. Any help is appreciated,if atleast a guidance in the right direction.
Share
Assuming that your table has a primary key ID, you can find the record by
:new.id.