2691: if ( territory is not null ) then
2692: begin
2693: select count(*)
2694: into dummy_count
2695: from fnd_territories
2696: where nls_territory = upper(territory);
2697: exception
2698: when no_data_found then
2699: raise nls_error;