DBA Data[Home] [Help]

APPS.IEU_SEED_DATA_LOADER_PKG dependencies on FND_LANGUAGES

Line 813: from fnd_languages l

809: p_section_label,
810: p_section_description,
811: l.language_code,
812: userenv('LANG')
813: from fnd_languages l
814: where l.installed_flag in ('I', 'B')
815: and not exists
816: (select null from ieu_wp_sections_tl t
817: where t.section_id = to_number(p_section_id)