DBA Data[Home] [Help]

APPS.FND_CONC dependencies on FND_APPLICATION_VL

Line 802: fnd_application_vl FA

798: P_QUEUE_METHOD_CODE, P_RUN_ALONE_FLAG,
799: P_SINGLE_THREAD_FLAG, P_REQLIMIT_FLAG, P_CD_ID, P_EDITION_NAME
800: from fnd_concurrent_requests R, fnd_concurrent_programs_vl CP,
801: fnd_user U1, fnd_user U2,
802: fnd_application_vl FA
803: where R.request_id = diagnose.request_id
804: and R.program_application_id = FA.application_id
805: and R.program_application_id = CP.application_id (+)
806: and R.concurrent_program_id = CP.concurrent_program_id (+)