DBA Data[Home] [Help]

APPS.AMS_WEB_PLACEMENTS_PKG dependencies on FND_LANGUAGES

Line 168: from FND_LANGUAGES L

164: X_SECURITY_GROUP_ID,
165: X_OBJECT_VERSION_NUMBER,
166: L.LANGUAGE_CODE,
167: userenv('LANG')
168: from FND_LANGUAGES L
169: where L.INSTALLED_FLAG in ('I', 'B')
170: and not exists
171: (select NULL
172: from AMS_WEB_PLACEMENTS_TL T

Line 561: from AMS_WEB_PLACEMENTS_TL B, FND_LANGUAGES L

557: B.SECURITY_GROUP_ID,
558: B.OBJECT_VERSION_NUMBER,
559: L.LANGUAGE_CODE,
560: B.SOURCE_LANG
561: from AMS_WEB_PLACEMENTS_TL B, FND_LANGUAGES L
562: where L.INSTALLED_FLAG in ('I', 'B')
563: and B.LANGUAGE = userenv('LANG')
564: and not exists
565: (select NULL