Message not found. Application: ASO, Message Name: ASO_OA_ROSETTA_CALL_ERROR. Tokens: APINAME = AsoQ
I get this error message when updating a quote. I have verified using the below sql that all ASO objects are valid.
This happens after creating a quote. When I try to update a quote, the application throws this message. There is no workaround for this.
select object_name, object_type
from dba_objects
where status = 'INVALID'
and object_name like 'ASO%';
No rows returned.