DBA Data[Home] [Help]

APPS.FF_FFT_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_formulas_f_tl fft
334: where fft.formula_id = p_formula_id