DBA Data[Home] [Help]

APPS.PQH_CRL_INS dependencies on FND_LANGUAGES

Line 331: from fnd_languages l

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