DBA Data[Home] [Help]

APPS.WF_EVENT dependencies on FND_CONCURRENT_PROGRAMS

Line 3636: from fnd_concurrent_programs

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')
3638: and phase_code = 'P' -- Pending
3639: and status_code = 'I' -- Normal
3640: and edition_name = ad_zd.get_edition