How to diganostic MSCA installed or not
In 11.5.10.2, DAB said MSCA installed successful, but refer to run following SQL confirm that, MSCA not installed .
select 'Product Installation: '||patch_level||': '||decode(status, 'I','Installed','S','Shared','Not Installed')
from fnd_product_installations
where application_id= 405
order by 1;
It shows MSCA is not installed in our instance
How to diagnostic MSCA installed successful or not.
Thanks
Fengling