DBA Data[Home] [Help]

APPS.IEU_WP_PARAM_PROPS_SEED_PKG dependencies on FND_LANGUAGES

Line 215: FROM fnd_languages l

211: p_wp_param_props_rec.PROPERTY_VALUE_TL,
212: 1,
213: null,
214: USERENV('LANG')
215: FROM fnd_languages l
216: WHERE l.installed_flag IN ('I', 'B')
217: AND NOT EXISTS
218: (SELECT NULL
219: FROM ieu_wp_param_props_tl t

Line 289: from IEU_WP_PARAM_PROPS_TL B, FND_LANGUAGES L

285: B.SECURITY_GROUP_ID,
286: B.PROPERTY_VALUE,
287: L.LANGUAGE_CODE,
288: B.SOURCE_LANG
289: from IEU_WP_PARAM_PROPS_TL B, FND_LANGUAGES L
290: where L.INSTALLED_FLAG in ('I', 'B')
291: and B.LANGUAGE = userenv('LANG')
292: and not exists
293: (select NULL