Core Concurrent Processing - EBS (MOSC)

MOSC Banner

Duplicated concurrent requests

edited Aug 28, 2011 12:02PM in Core Concurrent Processing - EBS (MOSC) 4 commentsAnswered
Hi,

This week I noticed that some (maybe all) scheduled concurrent requests were duplicated.

For example, a request schedule at 07-mar-2006 apears twice in concurrent requests form.

When querying fnd_concurrent_requests I found that the duplicated concurrent requests can be identified by root_request_id attribute:

select * from fnd_concurrent_requests where phase_code<>'C' and root_request_id in
(
select root_request_id from fnd_concurrent_requests where phase_code<>'C' and root_request_id is not NULL
group by root_request_id having count(*)> 1
)

Someone could give me a direction?

Thanks in advance

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center