DBA Data[Home] [Help]

APPS.JTF_IAPP_FAMILIES_PKG dependencies on FND_LANGUAGES

Line 94: from FND_LANGUAGES L

90: l_last_updated_by,
91: G_LOGIN_ID,
92: L.LANGUAGE_CODE,
93: userenv('LANG')
94: from FND_LANGUAGES L
95: where L.INSTALLED_FLAG in ('I', 'B')
96: and not exists
97: (select NULL
98: from JTF_IAPP_FAMILIES_TL T

Line 584: from JTF_IAPP_FAMILIES_TL B, FND_LANGUAGES L

580: B.LAST_UPDATED_BY,
581: B.LAST_UPDATE_LOGIN,
582: L.LANGUAGE_CODE,
583: B.SOURCE_LANG
584: from JTF_IAPP_FAMILIES_TL B, FND_LANGUAGES L
585: where L.INSTALLED_FLAG in ('I', 'B')
586: and B.LANGUAGE = userenv('LANG')
587: and not exists
588: (select NULL