DBA Data[Home] [Help]

APPS.PQH_TRL_INS dependencies on FND_LANGUAGES

Line 317: from fnd_languages l

313: -- Cursor to obtain the list of base and installed languages
314: --
315: cursor csr_ins_langs is
316: select l.language_code
317: from fnd_languages l
318: where l.installed_flag in ('I','B')
319: and not exists (select null
320: from pqh_table_route_tl trl
321: where trl.table_route_id = p_table_route_id