Sequence Arbritary

In reply to cgales:

hi cgales

i include m_sequencer.set_arbitration(arb_type);
in place of p_sequencer.set_arbitration(SEQ_ARB_RANDOM);

but now i am getting this error as

Error-[IND] Identifier not declared
adder_sequence.sv, 52
Identifier ‘SEQ_ARB_RANDOM’ has not been declared yet. If this error is not
expected, please check if you have set `default_nettype to none.