DBA Data[Home] [Help]

APPS.WMS_ZONES_PKG dependencies on FND_LANGUAGES

Line 119: from FND_LANGUAGES L

115: X_CREATED_BY,
116: X_LAST_UPDATE_LOGIN,
117: L.LANGUAGE_CODE,
118: userenv('LANG')
119: from FND_LANGUAGES L
120: where L.INSTALLED_FLAG in ('I', 'B')
121: and not exists
122: (select NULL
123: from WMS_ZONES_TL T

Line 422: from WMS_ZONES_TL B, FND_LANGUAGES L

418: B.CREATED_BY,
419: B.LAST_UPDATE_LOGIN,
420: L.LANGUAGE_CODE,
421: B.SOURCE_LANG
422: from WMS_ZONES_TL B, FND_LANGUAGES L
423: where L.INSTALLED_FLAG in ('I', 'B')
424: and B.LANGUAGE = userenv('LANG')
425: and not exists
426: (select NULL