DBA Data[Home] [Help]

APPS.PAY_BDT_INS dependencies on FND_LANGUAGES

Line 335: from fnd_languages l

331: -- Cursor to obtain the list of base and installed languages
332: --
333: cursor csr_ins_langs is
334: select l.language_code
335: from fnd_languages l
336: where l.installed_flag in ('I','B')
337: and not exists (select null
338: from pay_balance_dimensions_tl bdt
339: where bdt.balance_dimension_id = p_balance_dimension_id