1
votes

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

1

1 Answers

0
votes

I assume you have a dynamic action of type "Execute PL/SQL Code".

You need to list the items required by the dynamic action in the Page Items to Submit attribute on the action, e.g. P31_QUOTE.