DBA Data[Home] [Help]

APPS.PAY_OPT_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 pay_org_payment_methods_f_tl opt
321: where opt.org_payment_method_id = p_org_payment_method_id