DBA Data[Home] [Help]

APPS.WF_EVENT_PING_PKG dependencies on WF_RULE

Line 206: l_result := wf_rule.default_rule(p_subscription_guid, p_event);

202: 'wf.plsqlWF_EVENT_PING_PKG.ACKNOWLEDGE.Sent',
203: ' Sent');
204: end if;
205:
206: l_result := wf_rule.default_rule(p_subscription_guid, p_event);
207:
208: return(l_result);
209:
210: exception