DBA Data[Home] [Help]

APPS.PAY_BDT_SHD dependencies on FND_LANGUAGES

Line 230: from PAY_BALANCE_DIMENSIONS_TL B, FND_LANGUAGES L

226: B.CREATED_BY,
227: B.CREATION_DATE,
228: L.LANGUAGE_CODE,
229: B.SOURCE_LANG
230: from PAY_BALANCE_DIMENSIONS_TL B, FND_LANGUAGES L
231: where L.INSTALLED_FLAG in ('I', 'B')
232: and B.LANGUAGE = userenv('LANG')
233: and not exists
234: (select NULL