Hi,
Requirement is select Multiple rows from Emp table and then Drag and Drop Rows on EMPTemp table which should copy the rows to other in oracle APEX.

I have implemented single row drag and drop which copies data from Emp to Emp Temp table.
But how to implement multiple row select with drag and drop on the Emp table without using check boxes in oracle apex.
Please suggest workaround.
Thanks in Advance!