DBA Data[Home] [Help]

APPS.CS_KB_SYNC_INDEX_PKG dependencies on FND_CONCURRENT_PROGRAMS

Line 862: from fnd_concurrent_programs cp,

858: -- Detect how many Pending, but not scheduled, KM Sync-Index
859: -- concurrent program requests there are.
860: select count(*)
861: into l_num_pending_requests
862: from fnd_concurrent_programs cp,
863: fnd_application ap,
864: fnd_concurrent_requests cr
865: where ap.application_short_name = l_CS_appsname
866: and cp.concurrent_program_name = l_sync_idx_progname

Line 959: from fnd_concurrent_programs cp,

955: -- Detect how many Pending, but not scheduled, KM Sync-Index
956: -- concurrent program requests there are.
957: select count(*)
958: into l_num_pending_requests
959: from fnd_concurrent_programs cp,
960: fnd_application ap,
961: fnd_concurrent_requests cr
962: where ap.application_short_name = l_CS_appsname
963: and cp.concurrent_program_name = l_sync_idx_progname