DBA Data[Home] [Help]

APPS.PAY_URT_SHD dependencies on FND_LANGUAGES

Line 215: from PAY_USER_ROWS_F_TL B, FND_LANGUAGES L

211: B.CREATED_BY,
212: B.CREATION_DATE,
213: L.LANGUAGE_CODE,
214: B.SOURCE_LANG
215: from PAY_USER_ROWS_F_TL B, FND_LANGUAGES L
216: where L.INSTALLED_FLAG in ('I', 'B')
217: and B.LANGUAGE = userenv('LANG')
218: and not exists
219: (select NULL