R12.1.3 : how to find the recommended patch level
Hi,
i have this query to find out application patch level
SELECT fa.application_short_name,PI.PATCH_LEVEL FROM
FND_PRODUCT_INSTALLATIONS PI, FND_APPLICATION FA
WHERE FA.APPLICATION_ID = PI.APPLICATION_ID
they asked me for the patch level of VCP to be at 12.1.3.8
i question is that :
1. how to i find out what's my current patch level on my server
2. do you have a script that's says what's the recommended patch level for processes such as VCP ?
thanks in advance
i have this query to find out application patch level
SELECT fa.application_short_name,PI.PATCH_LEVEL FROM
FND_PRODUCT_INSTALLATIONS PI, FND_APPLICATION FA
WHERE FA.APPLICATION_ID = PI.APPLICATION_ID
they asked me for the patch level of VCP to be at 12.1.3.8
i question is that :
1. how to i find out what's my current patch level on my server
2. do you have a script that's says what's the recommended patch level for processes such as VCP ?
thanks in advance
Tagged:
0