DBA Data[Home] [Help]

APPS.OE_MSG_PUB dependencies on FND_LANGUAGES

Line 1341: FROM fnd_languages l

1337: ,sysdate
1338: ,FND_GLOBAL.USER_ID
1339: ,sysdate
1340: ,decode(p_message_source_code,'C',FND_GLOBAL.CONC_LOGIN_ID,FND_GLOBAL.LOGIN_ID)
1341: FROM fnd_languages l
1342: WHERE l.installed_flag in ('I','B')
1343: AND language_code = USERENV('LANG')
1344: AND not exists
1345: (SELECT null