How can I refer to the data in a field that kicks of a trigger within the trigger procedure itself? An update to field(A) kicks off trigger(T), but the procedure in trigger(T) needs the value stored in field(A)for comparison purposes. How can I refer to it? Where is it stored? System table?