DBA Data[Home] [Help]

APPS.PAY_CORE_MLS dependencies on FND_CONCURRENT_REQUESTS

Line 39: fnd_concurrent_requests fcr

35: --
36: select LANGUAGE_CODE
37: into lang_str
38: from fnd_languages flang,
39: fnd_concurrent_requests fcr
40: where fcr.NLS_LANGUAGE = flang.NLS_LANGUAGE
41: and fcr.request_id = req_id
42: and flang.INSTALLED_FLAG in ('B', 'I');
43: --