DBA Data[Home] [Help]

APPS.JTF_CALENDARS_PKG dependencies on FND_LANGUAGES

Line 184: from FND_LANGUAGES L

180: sysdate,
181: NULL,
182: L.LANGUAGE_CODE,
183: userenv('LANG')
184: from FND_LANGUAGES L
185: where L.INSTALLED_FLAG in ('I', 'B')
186: and not exists
187: (select NULL
188: from JTF_CALENDARS_TL T

Line 578: from JTF_CALENDARS_TL B, FND_LANGUAGES L

574: B.LAST_UPDATE_DATE,
575: B.LAST_UPDATE_LOGIN,
576: L.LANGUAGE_CODE,
577: B.SOURCE_LANG
578: from JTF_CALENDARS_TL B, FND_LANGUAGES L
579: where L.INSTALLED_FLAG in ('I', 'B')
580: and B.LANGUAGE = userenv('LANG')
581: and not exists
582: (select NULL