Uvm_config_db get doesn't get the expected value

In reply to arun.dsouza@arm.com:

Basically in sequence objects , get retrives the values .


1. get the scope of hierarchy 

string scope = "";

scope = get_full_name();

uvm_config_db#(int)::get(null, scope, "mem_int_max", max) .. same for min 

or 

uvm_config_db#(int)::get(null, get_full_name(), "mem_int_max", max) .. same for min