DBA Data[Home] [Help]

APPS.OE_MSG_PUB dependencies on FND_LANGUAGES

Line 1380: FROM fnd_languages l

1376: ,sysdate
1377: ,FND_GLOBAL.USER_ID
1378: ,sysdate
1379: ,decode(p_message_source_code,'C',FND_GLOBAL.CONC_LOGIN_ID,FND_GLOBAL.LOGIN_ID)
1380: FROM fnd_languages l
1381: WHERE l.installed_flag in ('I','B')
1382: AND language_code = USERENV('LANG')
1383: AND not exists
1384: (SELECT null