DBA Data[Home] [Help]

APPS.IEO_CONCURRENT_PUB dependencies on IEO_NODES

Line 320: from ieo_nodes

316:
317: l_node_id := c2_rec.node_id;
318:
319: select status into l_node_status
320: from ieo_nodes
321: where node_id = l_node_id;
322:
323: if (l_node_status = 1) then
324: -- node is up

Line 327: from ieo_nodes

323: if (l_node_status = 1) then
324: -- node is up
325: begin
326: select trunc((sysdate-last_update_date)*24*60*60) into diff2
327: from ieo_nodes
328: where node_id = l_node_id;
329:
330: if (diff2<70) then
331: -- node has heartbeat