Dear,
I have written peace of Code in the form of procedure. now this procedure i wan to call when user button press it should be executed,
can you please share the steps or link in this regards,
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
hi,
create a dynamic action at click button and use pl/sql execute action
Hi Fazal,
Can you please elaborate few more steps so i can complete this activity as i am doing this first time.
Thanks.
step1– create dynamic action
NAME– ‘CALL_PROCEDURE’
EVENT–CLICK
SELECTION- BUTTON
BUTTON– NAME OF THE BUTTON
TRUE-ACTION– EXECUTE/PL/SQL CODE
BEGIN
//– CALL HERE YOUR PROCEDURE
END;
Thank you afzal,
Working perfect!