R12.1.3 : How to determine federal customer
Hi,
we have upgraded our EBS from 12.1.1 to 12.1.3 and following the Note 1397581.1.
The out put of the below query
select
decode(b.status,'I','Federal is installed = Federal
Customer','S','Federal is shared = NON Federal Customer','N', 'Federal
is not installed = NON Federal Customer', 'unknown')
from fnd_application a, fnd_product_installations b
where a.application_id = b.application_id
and a.application_short_name = 'FV'
is Federal is installed = Federal Customer
But as per our functional consultants we are not using the federal products
Let us know which patches need to be applied as per the pre req patch 17176017