DBA Data[Home] [Help]

APPS.ENG_SUBJECTS_PKG dependencies on FND_LANGUAGES

Line 53: from ENG_SUBJECTS_TL B, FND_LANGUAGES L

49: B.LAST_UPDATE_LOGIN,
50: B.SUBJECT_ID,
51: L.LANGUAGE_CODE,
52: B.SOURCE_LANG
53: from ENG_SUBJECTS_TL B, FND_LANGUAGES L
54: where L.INSTALLED_FLAG in ('I', 'B')
55: and B.LANGUAGE = userenv('LANG')
56: and not exists
57: (select NULL