Getting a config db variable value in higher hierarchy

In reply to smukerji:

Hi Chr_sue,
We cannot directly use uvm_config_db#(int)::get(this, “”, error_source, ??) in the sequence. Am I correct?
I think it needs to be accessed by replacing m_sequencer instead of “this” in the above statement.
Please correct me if I am wrong.