Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to remove the navigation menu in oracle apex...?

ApexLearnAug 3 2020 — edited Apr 2 2021

Hi,

I want to remove the navigation menu item in oracle apex through the script.


For example: We have API to delete page as shown in the below and the same I need to remove navigation menu name.

begin

wwv_flow_api.remove_page (p_flow_id=>wwv_flow.g_flow_id, p_page_id=>0);

end;

/

could you please suggest to me how to delete the navigation menu item from the list.

Thanks in advance.

Message was edited by: ApexLearn

Comments
Post Details
Added on Aug 3 2020
5 comments
4,704 views