DBA Data[Home] [Help]

APPS.PAY_PTT_INS dependencies on FND_LANGUAGES

Line 328: from fnd_languages l

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