DBA Data[Home] [Help]

APPS.WF_XML dependencies on WF_QUEUES

Line 2462: from wf_queues

2458: begin
2459:
2460: select protocol, inbound_outbound, queue_count
2461: into l_protocol, l_iobound, l_queue_count
2462: from wf_queues
2463: where protocol = 'SMTP'
2464: and INBOUND_OUTBOUND = 'OUTBOUND'
2465: and DISABLE_FLAG = 'N';
2466: