DBA Data[Home] [Help]

APPS.AMS_DM_SCORES_B_PKG dependencies on FND_LANGUAGES

Line 193: FROM fnd_languages l

189: FND_GLOBAL.conc_login_id,
190: USERENV('LANG'),
191: decode( p_score_name, FND_API.G_MISS_CHAR, NULL, p_score_name),
192: decode( p_description, FND_API.G_MISS_CHAR, NULL, p_description)
193: FROM fnd_languages l
194: WHERE l.installed_flag in ('I', 'B')
195: AND NOT EXISTS(
196: SELECT NULL
197: FROM ams_dm_scores_all_tl t

Line 549: from AMS_DM_SCORES_ALL_TL B, FND_LANGUAGES L

545: B.SCORE_NAME,
546: B.DESCRIPTION,
547: L.LANGUAGE_CODE,
548: B.SOURCE_LANG
549: from AMS_DM_SCORES_ALL_TL B, FND_LANGUAGES L
550: where L.INSTALLED_FLAG in ('I', 'B')
551: and B.LANGUAGE = userenv('LANG')
552: and not exists
553: (select NULL