DBA Data[Home] [Help]

APPS.PSP_PFT_INS dependencies on FND_LANGUAGES

Line 323: from fnd_languages l

319: -- Cursor to obtain the list of base and installed languages
320: --
321: cursor csr_ins_langs is
322: select l.language_code
323: from fnd_languages l
324: where l.installed_flag in ('I','B')
325: and not exists (select null
326: from psp_report_period_frequency_tl pft
327: where pft.period_frequency_id = p_period_frequency_id