DBA Data[Home] [Help]

APPS.WF_NTF_RULES_PKG dependencies on WF_LANGUAGES

Line 66: from wf_languages l

62: x_description,
63: l.code,
64: userenv('LANG'),
65: sysdate
66: from wf_languages l
67: where l.installed_flag = 'Y'
68: and not exists
69: (select null
70: from wf_ntf_rules_tl t

Line 279: from WF_ntf_rules_tl b, wf_languages l

275: b.description,
276: l.code,
277: b.source_lang,
278: sysdate
279: from WF_ntf_rules_tl b, wf_languages l
280: where l.installed_flag = 'Y'
281: and b.language = userenv('LANG')
282: and (b.rule_name,l.code) not in
283: (select /*+ hash_aj index_ffs(T,WF_NTF_RULES_TL_PK) */