DBA Data[Home] [Help]

APPS.FND_CONC dependencies on FND_CONCURRENT_PROGRAMS

Line 147: fnd_concurrent_programs p

143: avg_days,
144: expctd_finish
145: from fnd_conc_stat_summary,
146: fnd_concurrent_requests r,
147: fnd_concurrent_programs p
148: where request_id = reqid
149: and program_application_id = application_id
150: and p.concurrent_program_id = r.concurrent_program_id
151: and concurrent_program_name = program_name

Line 347: from fnd_concurrent_requests fcr, fnd_concurrent_programs fcp

343: begin
344: /* changed query for BUG#5007915 SQLID#14602696 */
345: select request_id
346: into ra_reqid
347: from fnd_concurrent_requests fcr, fnd_concurrent_programs fcp
348: where fcp.run_alone_flag = 'Y'
349: and fcp.concurrent_program_id = fcr.concurrent_program_id
350: and fcp.application_id = fcr.program_application_id
351: and fcr.phase_code = 'R'

Line 721: from fnd_concurrent_requests R, fnd_concurrent_programs_vl CP,

717: P_ENABLED, P_CONTROLLING_MANAGER,
718: P_PROGRAM, P_QUEUE_CONTROL_FLAG,
719: P_QUEUE_METHOD_CODE, P_RUN_ALONE_FLAG,
720: P_SINGLE_THREAD_FLAG, P_REQLIMIT_FLAG, P_CD_ID
721: from fnd_concurrent_requests R, fnd_concurrent_programs_vl CP,
722: fnd_user U1, fnd_user U2,
723: fnd_application_vl FA
724: where R.request_id = diagnose.request_id
725: and R.program_application_id = FA.application_id