DBA Data[Home] [Help]

APPS.FND_SESSION_MANAGEMENT dependencies on FND_NODES

Line 368: select node_id into l_node_id from fnd_nodes

364: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE , l_module, 'BEGIN');
365: end if;
366:
367: begin
368: select node_id into l_node_id from fnd_nodes
369: where server_id = p_server_id;
370: exception
371: when no_data_found THEN
372: l_node_id := 9999;

Line 721: select node_id into l_node_id from fnd_nodes

717:
718: fnd_session_management.g_security_group_id := c_sec_grp_id;
719:
720: begin
721: select node_id into l_node_id from fnd_nodes
722: where server_id = p_server_id;
723: exception
724: when no_data_found THEN
725: l_node_id := 9999;