Characters cut off instead of wrapping
Here's the code in afterpform:
function AfterPForm return boolean is
	
 v_amt          NUMBER;
	
 v_dssn         dds_site_v.dssn%TYPE;
	
 v_resp_vrsn    dds_user_appointments_v.resp_vrsn%TYPE;
	
 v_regul_vrsn   dds_user_appointments_v.regul_vrsn%TYPE;
	
