DBA Data[Home] [Help]

APPS.IEU_WP_UI_COMP_CATG_PKG dependencies on FND_LANGUAGES

Line 66: from fnd_languages l

62: p_ui_comp_catg_label,
63: p_ui_comp_catg_desc,
64: l.language_code,
65: userenv('LANG')
66: from fnd_languages l
67: where l.installed_flag in ('I', 'B')
68: and not exists
69: (select null from ieu_wp_ui_comp_catg_tl t
70: where t.ui_comp_catg_id = p_ui_comp_catg_id

Line 251: from ieu_wp_ui_comp_catg_tl b, fnd_languages l

247: b.ui_comp_catg_label,
248: b.ui_comp_catg_desc,
249: l.language_code,
250: b.source_lang
251: from ieu_wp_ui_comp_catg_tl b, fnd_languages l
252: where l.installed_flag in ('I', 'B')
253: and b.language= userenv('LANG')
254: and not exists
255: (select null from ieu_wp_ui_comp_catg_tl t