DECLARE TMP varchar2(100); BEGIN JNHT_PLANNING.TEST_VERIFICATION_CODE('17625938563','8431',TMP); dbms_output.put_line(TMP); END ;