DBA Data[Home] [Help]

APPS.GMA_OP_TEXT_TBL_PKG dependencies on FND_LANGUAGES

Line 54: from FND_LANGUAGES L

50: X_CREATION_DATE,
51: X_LAST_UPDATE_LOGIN,
52: L.LANGUAGE_CODE,
53: userenv('LANG')
54: from FND_LANGUAGES L
55: where L.INSTALLED_FLAG in ('I', 'B')
56: and not exists
57: (select NULL
58: from OP_TEXT_TBL_TL T

Line 249: from OP_TEXT_TBL_TL B, FND_LANGUAGES L

245: B.CREATION_DATE,
246: B.LAST_UPDATE_LOGIN,
247: L.LANGUAGE_CODE,
248: B.SOURCE_LANG
249: from OP_TEXT_TBL_TL B, FND_LANGUAGES L
250: where L.INSTALLED_FLAG in ('I', 'B')
251: and B.LANGUAGE = userenv('LANG')
252: and not exists
253: (select NULL