DBA Data[Home] [Help]

APPS.FND_REQUEST dependencies on FND_CONCURRENT_PROGRAMS_TL

Line 2310: from fnd_concurrent_programs fcp, fnd_concurrent_programs_tl fcpt, fnd_application fa

2306:
2307: select fcpt.user_concurrent_program_name, fcp.concurrent_program_id,
2308: fa.application_id, printer_name
2309: into user_prog_name, conc_prog_id, conc_app_id, fcp_printer
2310: from fnd_concurrent_programs fcp, fnd_concurrent_programs_tl fcpt, fnd_application fa
2311: where fcp.concurrent_program_id=fcpt.concurrent_program_id
2312: and fcp.application_id=fcpt.application_id
2313: and fa.application_id=fcp.application_id
2314: and fcpt.language = userenv('LANG')