DBA Data[Home] [Help]

APPS.PER_QTT_INS dependencies on FND_LANGUAGES

Line 324: from fnd_languages l

320: -- Cursor to obtain the list of base and installed languages
321: --
322: cursor csr_ins_langs is
323: select l.language_code
324: from fnd_languages l
325: where l.installed_flag in ('I','B')
326: and not exists (select null
327: from per_qualification_types_tl qtt
328: where qtt.qualification_type_id = p_qualification_type_id