DBA Data[Home] [Help]

APPS.PQH_TTL_INS dependencies on FND_LANGUAGES

Line 302: from fnd_languages l

298: ) is
299: --
300: Cursor csr_ins_langs is
301: select l.language_code
302: from fnd_languages l
303: where l.installed_flag in ('I','B')
304: and not exists (select null
305: from pqh_templates_tl ttl
306: where ttl.template_id = p_template_id