DBA Data[Home] [Help]

APPS.IBC_CONTENT_SYNC_INDEX_PKG dependencies on FND_CONCURRENT_REQUESTS

Line 316: fnd_concurrent_requests cr

312: select count(*)
313: into l_num_pending_requests
314: from fnd_concurrent_programs cp,
315: fnd_application ap,
316: fnd_concurrent_requests cr
317: where ap.application_short_name = g_ibc_short_name
318: and cp.concurrent_program_name = l_sync_idx_progname
319: and cp.application_id = ap.application_id
320: and cr.concurrent_program_id = cp.concurrent_program_id