DBA Data[Home] [Help]

APPS.PQH_ATL_INS dependencies on FND_LANGUAGES

Line 292: from fnd_languages l

288: p_attribute_name in varchar2 ) is
289: --
290: cursor csr_ins_langs is
291: select l.language_code
292: from fnd_languages l
293: where l.installed_flag in ('I','B')
294: and not exists (select null
295: from pqh_attributes_tl atl
296: where atl.attribute_id = p_attribute_id