DBA Data[Home] [Help]

APPS.QP_PARAMETERS_PKG dependencies on FND_LANGUAGES

Line 72: from FND_LANGUAGES L

68: X_LAST_UPDATED_BY,
69: X_LAST_UPDATE_LOGIN,
70: L.LANGUAGE_CODE,
71: userenv('LANG')
72: from FND_LANGUAGES L
73: where L.INSTALLED_FLAG in ('I', 'B')
74: and not exists
75: (select NULL
76: from QP_PARAMETERS_TL T

Line 291: from QP_PARAMETERS_TL B, FND_LANGUAGES L

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