DBA Data[Home] [Help]

APPS.JTF_DSP_SECTION_GRP dependencies on FND_LANGUAGES

Line 256: FROM fnd_languages L

252: decode(p_created_by, FND_API.G_MISS_NUM, FND_GLOBAL.user_id,
253: NULL, FND_GLOBAL.user_id, p_created_by),
254: L.language_code,
255: USERENV('LANG')
256: FROM fnd_languages L
257: WHERE L.installed_flag IN ('I', 'B')
258: AND NOT EXISTS
259: (SELECT NULL
260: FROM jtf_dsp_sections_tl T

Line 2315: from JTF_DSP_SECTIONS_TL B, FND_LANGUAGES L

2311: B.LONG_DESCRIPTION,
2312: B.KEYWORDS,
2313: L.LANGUAGE_CODE,
2314: B.SOURCE_LANG
2315: from JTF_DSP_SECTIONS_TL B, FND_LANGUAGES L
2316: where L.INSTALLED_FLAG in ('I', 'B')
2317: and B.LANGUAGE = userenv('LANG')
2318: and not exists
2319: (select NULL