v_customer customerinfo%rowtype;
select *
into v_customer
from customerinfo
where guid = v_loan.customerguid;
v_customer customerinfo%rowtype;
select *
into v_customer
from customerinfo
where guid = v_loan.customerguid;