DBA Data[Home] [Help]

APPS.PER_QAT_INS dependencies on FND_LANGUAGES

Line 374: from fnd_languages l

370: -- Cursor to obtain the list of base and installed languages
371: --
372: cursor csr_ins_langs is
373: select l.language_code
374: from fnd_languages l
375: where l.installed_flag in ('I','B')
376: and not exists (select null
377: from per_qualifications_tl qat
378: where qat.qualification_id = p_qualification_id