Dear All,
I have a custom table in which there are more than 200,000+ records. I have to update 3 fields. I want to know is there any possibility to run multiple sessions inside a procedure so that it could process multiple sets of rows in a single run. For example first session will update rows between line_number 1 and 25000. Second session will process lines between line_number 25001 and 50000 and so on. I will run procedure from EBS 12.1.3 as a concurrent request.