DBA Data[Home] [Help]

APPS.IEU_WP_PROPERTIES_PKG dependencies on FND_LANGUAGES

Line 86: from fnd_languages l

82: P_PROPERTY_LABEL,
83: P_PROPERTY_DESCRIPTION,
84: l.language_code,
85: userenv('LANG')
86: from fnd_languages l
87: where l.installed_flag in ('I', 'B')
88: and not exists
89: (select null from ieu_wp_properties_tl t
90: where t.property_id = p_property_id

Line 306: from ieu_wp_properties_tl b, fnd_languages l

302: b.property_label,
303: b.property_description,
304: l.language_code,
305: b.source_lang
306: from ieu_wp_properties_tl b, fnd_languages l
307: where l.installed_flag in ('I', 'B')
308: and b.language= userenv('LANG')
309: and not exists
310: (select null from ieu_wp_properties_tl t