DBA Data[Home] [Help]

APPS.PAY_RFT_SHD dependencies on FND_LANGUAGES

Line 213: FND_LANGUAGES L

209: B.DISPLAY_NAME,
210: L.LANGUAGE_CODE,
211: B.SOURCE_LANG
212: from PAY_REPORT_FORMAT_MAPPINGS_TL B,
213: FND_LANGUAGES L
214: where L.INSTALLED_FLAG in ('I', 'B')
215: and B.LANGUAGE = userenv('LANG')
216: and not exists
217: ( select NULL