DBA Data[Home] [Help]

APPS.IEO_CONCURRENT_PUB dependencies on IEO_SVR_NODE_ASSIGNMENTS

Line 307: from ieo_svr_node_assignments

303: -- dbms_output.put_line('Failed to contact server, try restart ... ');
304:
305: declare cursor c2 is
306: select node_id, priority
307: from ieo_svr_node_assignments
308: where server_id = l_server_id
309: order by priority;
310:
311: begin