DBA Data[Home] [Help]

APPS.IEU_WP_UI_COMPONENTS_PKG dependencies on FND_LANGUAGES

Line 75: from fnd_languages l

71: p_ui_comp_label,
72: p_ui_comp_desc,
73: l.language_code,
74: userenv('LANG')
75: from fnd_languages l
76: where l.installed_flag in ('I', 'B')
77: and not exists
78: (select null from ieu_wp_ui_components_tl t
79: where t.ui_comp_id = p_ui_comp_id

Line 275: from ieu_wp_ui_components_tl b, fnd_languages l

271: b.ui_comp_label,
272: b.ui_comp_desc,
273: l.language_code,
274: b.source_lang
275: from ieu_wp_ui_components_tl b, fnd_languages l
276: where l.installed_flag in ('I', 'B')
277: and b.language= userenv('LANG')
278: and not exists
279: (select null from ieu_wp_ui_components_tl t