On 19.1.0.00.15 Apex
When attempting to import an application is failing with the following errors:
Execution of the statement was unsuccessful. ORA-01403: no data found
begin
wwv_flow_api.import_end(p_auto_install_sup_obj => nvl(wwv_flow_application_install.get_auto_install_sup_obj, false));
commit;
end;
Why could it be causing the error?