DBA Data[Home] [Help]

APPS.WMS_ZONES_PKG dependencies on FND_LANGUAGES

Line 116: from FND_LANGUAGES L

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

Line 409: from WMS_ZONES_TL B, FND_LANGUAGES L

405: B.CREATED_BY,
406: B.LAST_UPDATE_LOGIN,
407: L.LANGUAGE_CODE,
408: B.SOURCE_LANG
409: from WMS_ZONES_TL B, FND_LANGUAGES L
410: where L.INSTALLED_FLAG in ('I', 'B')
411: and B.LANGUAGE = userenv('LANG')
412: and not exists
413: (select NULL