DBA Data[Home] [Help]

APPS.WF_EVENT_PING_PKG dependencies on WF_RULE

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

274: 'wf.plsqlWF_EVENT_PING_PKG.ACKNOWLEDGE.Sent',
275: ' Sent');
276: end if;
277:
278: l_result := wf_rule.default_rule(p_subscription_guid, p_event);
279:
280: return(l_result);
281:
282: exception