DBA Data[Home] [Help]

APPS.PAY_RTT_SHD dependencies on FND_LANGUAGES

Line 235: from PAY_RUN_TYPES_F_TL B, FND_LANGUAGES L

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