DBA Data[Home] [Help]

APPS.PAY_RFT_INS dependencies on FND_LANGUAGES

Line 302: from fnd_languages l

298: -- Cursor to obtain the list of base and installed languages
299: --
300: cursor csr_ins_langs is
301: select l.language_code
302: from fnd_languages l
303: where l.installed_flag in ('I','B')
304: and not exists (select null
305: from pay_report_format_mappings_tl rft
306: where rft.report_format_mapping_id = p_report_format_mapping_id