DBA Data[Home] [Help]

APPS.WF_XML dependencies on WF_RULE

Line 5357: return wf_rule.default_rule(p_subscription_guid, p_event);

5353: if l_eventName in (wf_xml.WF_NTF_SEND_MESSAGE, wf_xml.WF_NTF_CANCEL,
5354: wf_xml.WF_NTF_REASIGN) then
5355: wf_xml.enqueueNotification(l_nid);
5356: else
5357: return wf_rule.default_rule(p_subscription_guid, p_event);
5358: end if;
5359: return 'SUCCESS';
5360: exception
5361: when others then

Line 5686: return wf_rule.default_rule(p_subscription_guid, p_event);

5682: result := 'SUCCESS';
5683:
5684: else
5685:
5686: return wf_rule.default_rule(p_subscription_guid, p_event);
5687:
5688: end if;
5689:
5690: return result;

Line 6129: return wf_rule.error_rule(p_subscription_guid, p_event);

6125: raise;
6126: end;
6127: end if;
6128:
6129: return wf_rule.error_rule(p_subscription_guid, p_event);
6130:
6131: end error_rule;
6132:
6133: -- Gets the LOB content for a PLSQLCLOB

Line 6275: return wf_rule.default_rule(p_subscription_guid, p_event);

6271: 'wf.plsql.WF_XML.Send_Rule',
6272: 'Full Message for the event key '||l_eventKey||'.'
6273: ||'Running the default rule function.');
6274: end if;
6275: return wf_rule.default_rule(p_subscription_guid, p_event);
6276: else
6277:
6278: if (wf_log_pkg.level_statement >= fnd_log.g_current_runtime_level) then
6279: wf_log_pkg.string(wf_log_pkg.level_statement,