Hi All,
After clone from PDB, some concurrent programs are stays in running mode with no backend processes in DEV instance. I have following script to update the phase_code to 'C' and status _code to 'X".
UPDATE fnd_concurrent_requests
SET phase_code = 'C', status_code = 'X'
WHERE Request_id=&request_id;
Is there any way to clear these concurrent requests without updating ?
EBS R12.2.7
DB: 12.1.0.2
Thanks,
Ramaraju