DBA Data[Home] [Help]

APPS.BIS_INDICATORS_MLS dependencies on FND_LANGUAGES

Line 59: from BIS_INDICATORS_TL B, FND_LANGUAGES L

55: B.LAST_UPDATED_BY,
56: B.LAST_UPDATE_LOGIN,
57: L.LANGUAGE_CODE,
58: B.SOURCE_LANG
59: from BIS_INDICATORS_TL B, FND_LANGUAGES L
60: where L.INSTALLED_FLAG in ('I', 'B')
61: and B.LANGUAGE = userenv('LANG')
62: and not exists
63: (select NULL