Hi,
In one of the editable interactive grid based on the selected rows I need to perform DML operations.
When i used the syntax as
BEGIN
if :APEX$ROW_SELECTOR = 'X' then
------------
-------------
END IF;
END;
There is no effect on the above code, please suggest
Thanks