Oracle Application Express (MOSC)

MOSC Banner

Discussions

How to show success message in button PL/SQL dynamic action

Hi All,

Kindly, how I can show success message in button PL/SQL dynamic action,

with a similar format to the default message appears on submit page,


My Apex version: 20.2.0.00.20


For example:

if v_y = 1 then

message('Transaction Completed Successfully');

else

error('Transaction failed');

end if;

Thanks ...

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center