DBA Data[Home] [Help]

APPS.FND_CP_OPP_CMD dependencies on FND_CONCURRENT_REQUESTS

Line 67: update fnd_concurrent_requests

63:
64: -- also update the post-processing status of the request
65: -- this could possibly cause a deadlock if the manager running the request still has the lock
66: begin
67: update fnd_concurrent_requests
68: set pp_end_date = sysdate,
69: post_request_status = 'E'
70: where request_id = reqid;
71: exception