In reply to cgales:
Yes, get_sequencer returns the wrong type. You have to perform a type cast like this:
$cast(p_sequencer, get_sequencer();
In reply to cgales:
Yes, get_sequencer returns the wrong type. You have to perform a type cast like this:
$cast(p_sequencer, get_sequencer();