hi i have pre-query how can i go to the current record which am inserting
example
i have
empid
122223
222222 when am inserting this record it take the 122223 and try to insert it am in 11gR2
i did this in my pre-query
message('test## '||:system.cursor_record);
message('test++ '||:system.cursor_block); am geting block name
