DBA Data[Home] [Help]

APPS.WF_EVENTS_PKG dependencies on WF_LANGUAGES

Line 68: from wf_languages l

64: L.CODE,
65: X_DISPLAY_NAME,
66: X_DESCRIPTION,
67: userenv('LANG')
68: from wf_languages l
69: where l.installed_flag = 'Y'
70: and not exists
71: (select null
72: from wf_events_tl t

Line 427: from wf_events_tl b, wf_languages l

423: l.code,
424: b.display_name,
425: b.description,
426: b.source_lang
427: from wf_events_tl b, wf_languages l
428: where l.installed_flag = 'Y'
429: and b.language = userenv('LANG')
430: and (b.guid , l.code) NOT IN
431: (select /*+ hash_aj index_ffs(T,WF_EVENTS_TL_U1) */