DBA Data[Home] [Help]

APPS.PQH_ATL_INS dependencies on FND_LANGUAGES

Line 307: from fnd_languages l

303: p_attribute_name in varchar2 ) is
304: --
305: cursor csr_ins_langs is
306: select l.language_code
307: from fnd_languages l
308: where l.installed_flag in ('I','B')
309: and not exists (select null
310: from pqh_attributes_tl atl
311: where atl.attribute_id = p_attribute_id