DBA Data[Home] [Help]

APPS.GMO_INSTR_SET_INSTANCE_PKG dependencies on FND_LANGUAGES

Line 78: from FND_LANGUAGES L

74: X_LAST_UPDATED_BY,
75: X_LAST_UPDATE_LOGIN,
76: L.LANGUAGE_CODE,
77: userenv('LANG')
78: from FND_LANGUAGES L
79: where L.INSTALLED_FLAG in ('I', 'B')
80: and not exists
81: (select NULL
82: from GMO_INSTR_SET_INSTANCE_TL T

Line 294: from GMO_INSTR_SET_INSTANCE_TL B, FND_LANGUAGES L

290: B.LAST_UPDATED_BY,
291: B.LAST_UPDATE_LOGIN,
292: L.LANGUAGE_CODE,
293: B.SOURCE_LANG
294: from GMO_INSTR_SET_INSTANCE_TL B, FND_LANGUAGES L
295: where L.INSTALLED_FLAG in ('I', 'B')
296: and B.LANGUAGE = userenv('LANG')
297: and not exists
298: (select NULL