yon
committed
on 25 May 02
created acs_object.update_last_modified procedure that takes in an object_id
and an optional timestamp and sets the last_modified time of th… Show more
created acs_object.update_last_modified procedure that takes in an object_id

and an optional timestamp and sets the last_modified time of the object and

all of it's parents (not including object 0) to the last_modified time passed

in or sysdate if none was passed in.

Show less