[Home] [Help]
2982: if ( node_name1 is not null ) then
2983: begin
2984: select node_name
2985: into dummy_val
2986: from fnd_nodes
2987: where upper(node_name) = upper(node_name1);
2988: exception
2989: when no_data_found then
2990: fnd_message.set_name ('FND', 'CONC-Node not found');