DBA Data[Home] [Help]

APPS.WF_NTFRULE_UTIL dependencies on WF_NTF_RULE_CRITERIA

Line 20: message_type in (select message_type from wf_ntf_rule_criteria where rule_name = ruleName);

16:
17: cursor ntfrule_cursor is
18: select distinct display_name from wf_message_attributes_vl where
19: name = attributeName and type = attributeType and
20: message_type in (select message_type from wf_ntf_rule_criteria where rule_name = ruleName);
21:
22: Begin
23:
24: FOR rec IN ntfrule_cursor