DBA Data[Home] [Help]

APPS.FF_FGT_INS dependencies on FND_LANGUAGES

Line 330: from fnd_languages l

326: -- Cursor to obtain the list of base and installed languages
327: --
328: cursor csr_ins_langs is
329: select l.language_code
330: from fnd_languages l
331: where l.installed_flag in ('I','B')
332: and not exists (select null
333: from ff_globals_f_tl fgt
334: where fgt.global_id = p_global_id