DBA Data[Home] [Help]

APPS.FND_SESSION_MANAGEMENT dependencies on FND_NODES

Line 409: select node_id into l_node_id from fnd_nodes

405: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE , l_module, 'BEGIN');
406: end if;
407:
408: begin
409: select node_id into l_node_id from fnd_nodes
410: where server_id = p_server_id;
411: exception
412: when no_data_found THEN
413: l_node_id := 9999;

Line 764: select node_id into l_node_id from fnd_nodes

760:
761: fnd_session_management.g_security_group_id := c_sec_grp_id;
762:
763: begin
764: select node_id into l_node_id from fnd_nodes
765: where server_id = p_server_id;
766: exception
767: when no_data_found THEN
768: l_node_id := 9999;