apols but I am a rookie to Oracle APEX.
testing a simple one field region with a button with a dynamic action to insert into a one field table but value in field is being passed accross as null. any suggestions?
begin
insert into temp values (:P31_QUOTE);
end;
Thanks, Damien