|
@@ -29,6 +29,7 @@
|
|
|
select * into v_vendor from vendor where ve_name=${order.tervendor};
|
|
select * into v_vendor from vendor where ve_name=${order.tervendor};
|
|
|
v_vecode := v_vendor.ve_code;
|
|
v_vecode := v_vendor.ve_code;
|
|
|
end if;
|
|
end if;
|
|
|
|
|
+ end;
|
|
|
begin
|
|
begin
|
|
|
select * into v_sale from sale where sa_code=${order.salecode};
|
|
select * into v_sale from sale where sa_code=${order.salecode};
|
|
|
exception when no_data_found then null;
|
|
exception when no_data_found then null;
|