Receivables - EBS (MOSC)

MOSC Banner

How to find if an application in the EBS system?

edited Nov 27, 2014 2:16PM in Receivables - EBS (MOSC) 1 commentAnswered ✓

Dear All,

Could someone advise how to find if "General Ledger" or "Receivables" (applications or modules) in a client's EBS system or not?  

I am using below query that I can found if these are installed but do not know if they are in use.

  SELECT fat.application_id,
       FAT.APPLICATION_NAME,
       fdi.status,
       fdi.patch_level
FROM FND_APPLICATION_TL FAT, fnd_product_installations FDI
WHERE FDI.APPLICATION_ID = FAT.APPLICATION_ID AND fdi.status IN ('I', 'S')


Thanks in advance.
hbiuser

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