DBA Data[Home] [Help]

APPS.IEU_WP_PARAM_DEFS_SEED_PKG dependencies on FND_LANGUAGES

Line 199: FROM fnd_languages l

195: p_WP_PARAM_DEFS_rec.param_user_label,
196: p_WP_PARAM_DEFS_rec.param_description,
197: 1,
198: USERENV('LANG')
199: FROM fnd_languages l
200: WHERE l.installed_flag IN ('I', 'B')
201: AND NOT EXISTS
202: (SELECT NULL
203: FROM ieu_WP_PARAM_DEFS_tl t

Line 277: from IEU_WP_PARAM_DEFS_TL B, FND_LANGUAGES L

273: B.PARAM_USER_LABEL,
274: B.PARAM_DESCRIPTION,
275: L.LANGUAGE_CODE,
276: B.SOURCE_LANG
277: from IEU_WP_PARAM_DEFS_TL B, FND_LANGUAGES L
278: where L.INSTALLED_FLAG in ('I', 'B')
279: and B.LANGUAGE = userenv('LANG')
280: and not exists
281: (select NULL