DBA Data[Home] [Help]

APPS.PAY_BTT_INS dependencies on FND_LANGUAGES

Line 327: from fnd_languages l

323: -- Cursor to obtain the list of base and installed languages
324: --
325: cursor csr_ins_langs is
326: select l.language_code
327: from fnd_languages l
328: where l.installed_flag in ('I','B')
329: and not exists (select null
330: from pay_balance_types_tl btt
331: where btt.balance_type_id = p_balance_type_id