DBA Data[Home] [Help]

APPS.WF_EVENT dependencies on FND_CONCURRENT_REQUESTS

Line 3633: from fnd_concurrent_requests

3629: begin
3630:
3631: select count(1)
3632: into l_count
3633: from fnd_concurrent_requests
3634: where concurrent_program_id in
3635: (select concurrent_program_id
3636: from fnd_concurrent_programs
3637: where concurrent_program_name = 'FNDWFLIC')