DBA Data[Home] [Help]

APPS.IBY_DELIVERY_CHANNELS_PKG dependencies on FND_LANGUAGES

Line 74: from FND_LANGUAGES L

70: X_LAST_UPDATE_LOGIN,
71: X_OBJECT_VERSION_NUMBER,
72: L.LANGUAGE_CODE,
73: userenv('LANG')
74: from FND_LANGUAGES L
75: where L.INSTALLED_FLAG in ('I', 'B')
76: and not exists
77: (select NULL
78: from IBY_DELIVERY_CHANNELS_TL T

Line 280: from IBY_DELIVERY_CHANNELS_TL B, FND_LANGUAGES L

276: B.LAST_UPDATE_LOGIN,
277: B.OBJECT_VERSION_NUMBER,
278: L.LANGUAGE_CODE,
279: B.SOURCE_LANG
280: from IBY_DELIVERY_CHANNELS_TL B, FND_LANGUAGES L
281: where L.INSTALLED_FLAG in ('I', 'B')
282: and B.LANGUAGE = userenv('LANG')
283: and not exists
284: (select NULL