Fixed Assets - EBS (MOSC)

MOSC Banner

How To Find Out The Current Minipack Patch Level For Fixed Assets?

edited Jun 11, 2013 11:30AM in Fixed Assets - EBS (MOSC) 1 comment
On Release 11i there is an option in the Tools Bar that allows you to verify the patchset level.
Navigate to Fixed Assets Manager > Assets > Asset Workbench form.
In the Asset Workbench, choose in the Menu > Tools > FA_ABOUT_FA.

This will give you the current installed FA patchset level on your environment.

If you can not find the information via the application, than please use the following select statement to get this information :

SELECT application_id, patch_level
FROM fnd_product_installations
WHERE application_id in (140);

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center