In oracle apex send email function i am getting email with html tags how to remove that
The below code i am using in page process to get the email when creating new order and the email will trigger when page processing in apex, currently i am using the below code in page process DECLARE l_id NUMBER; l_body_html varchar2(3200); l_to varchar2(32000); l_cc varchar2(32000); BEGIN l_body_html := ‘<html><head></head><body>’ || ‘<p>Your Order’ || :P400_ORDER_NO […]
How to extract only error message from Oracle raise_application_error in oracle apex
I am getting error in oracle apex API that i am showing in apex page using raise_application_error