DBA Data[Home] [Help]

APPS.PER_CIT_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 per_cagr_entitlement_items_tl cit
321: where cit.cagr_entitlement_item_id = p_cagr_entitlement_item_id