Well, it's not entirely clear what you want, but....
I think you're looking for the concatenate operator || which will join one string to another.
SYSTEM "./unl_insert_ecg.ksh" || v_accode;
Though you should really include exception handling around it, and possibly define your return values.