DBA Data[Home] [Help]

APPS.AMW_OPINION_VALUES_PKG dependencies on FND_LANGUAGES

Line 82: from FND_LANGUAGES L

78: X_SECURITY_GROUP_ID,
79: X_OBJECT_VERSION_NUMBER,
80: L.LANGUAGE_CODE,
81: userenv('LANG')
82: from FND_LANGUAGES L
83: where L.INSTALLED_FLAG in ('I', 'B')
84: and not exists
85: (select NULL
86: from AMW_OPINION_VALUES_TL T

Line 300: from AMW_OPINION_VALUES_TL B, FND_LANGUAGES L

296: B.SECURITY_GROUP_ID,
297: B.OBJECT_VERSION_NUMBER,
298: L.LANGUAGE_CODE,
299: B.SOURCE_LANG
300: from AMW_OPINION_VALUES_TL B, FND_LANGUAGES L
301: where L.INSTALLED_FLAG in ('I', 'B')
302: and B.LANGUAGE = userenv('LANG')
303: and not exists
304: (select NULL