DBA Data[Home] [Help]

APPS.WF_NTF_RULE dependencies on WF_NTF_RULE_MAPS

Line 78: wf_ntf_rule_maps wnrm

74: wnr.customization_level,
75: wnr.rule_name
76: from wf_ntf_rules wnr,
77: wf_ntf_rule_criteria wnrc,
78: wf_ntf_rule_maps wnrm
79: where wnr.rule_name = wnrc.rule_name
80: and wnr.rule_name = wnrm.rule_name
81: and wnr.status = 'ENABLED'
82: and wnrc.message_type = p_message_type