Query to terminate the Bulk concurrent request in oracle apps
Query to terminate the Bulk concurrent request in oracle apps
Query:
update fnd_concurrent_requests set status_code=’X’, phase_code=’C’ where concurrent_program_id=’51385′
and phase_code=’P’ and status_code=’Q’
Concurrent program ID –> This has to change the based the concurrent program
-
Comments