DBA Data[Home] [Help]

APPS.PAY_BTT_SHD dependencies on FND_LANGUAGES

Line 236: from PAY_BALANCE_TYPES_TL B, FND_LANGUAGES L

232: B.CREATED_BY,
233: B.CREATION_DATE,
234: L.LANGUAGE_CODE,
235: B.SOURCE_LANG
236: from PAY_BALANCE_TYPES_TL B, FND_LANGUAGES L
237: where L.INSTALLED_FLAG in ('I', 'B')
238: and B.LANGUAGE = userenv('LANG')
239: and not exists
240: (select NULL