Hi Team,
While moving my applications' updated code from my Dev workspace to Prod workspace, I am getting following error.
Execution of the statement was unsuccessful. ORA-20001: call=wwv_flow_imp_shared.create_menu_option, id=18787264302135974316, component=EBH Main Page, sqlerrm=ORA-01403: no data found
if I try export and import a single page, I get following one.
begin wwv_flow_imp.import_end(p_auto_install_sup_obj => nvl(wwv_flow_application_install.get_auto_install_sup_obj, false) ); commit; end;
Can someone help me find the cause and fix it may be?
Thanks in advance.