DBA Data[Home] [Help]

APPS.WF_MESSAGES_PKG dependencies on WF_LANGUAGES

Line 65: from WF_LANGUAGES L

61: X_BODY,
62: X_HTML_BODY,
63: L.CODE,
64: userenv('LANG')
65: from WF_LANGUAGES L
66: where L.INSTALLED_FLAG = 'Y'
67: and not exists
68: (select NULL
69: from WF_MESSAGES_TL T

Line 337: from WF_MESSAGES_TL B, WF_LANGUAGES L

333: B.BODY,
334: B.HTML_BODY,
335: L.CODE,
336: B.SOURCE_LANG
337: from WF_MESSAGES_TL B, WF_LANGUAGES L
338: where L.INSTALLED_FLAG = 'Y'
339: and B.LANGUAGE = userenv('LANG')
340: and (B.TYPE,B.NAME ,L.CODE ) NOT IN
341: (select /*+ hash_aj index_ffs(T,WF_MESSAGES_TL_PK) */