I have Apex 21.2 and it was working fine.
All the sudden when I need to do and change or delete any application it is failing with below error
ORA-01426: numeric overflow
Error deleting application 114.
ORA-01426: numeric overflow
Saving a page of type IG Report it is failing with same error while saving a page with type form it is saving successfully.
Please any help.
Also when I need to copy the Application it is failing with the below
Execution of the statement was unsuccessful. ORA-01426: numeric overflow
begin
wwv_flow_api.remove_flow(119);
end;
Contact your application administrator.Return to application.