'S','Shared', 'N', 'Inactive', fpi.STATUS) Status , fpi.DB_STATUS
from fnd_product_installations fpi,FND_APPLICATION fa
where fpi.APPLICATION_ID in (
select APPLICATION_ID from FND_APPLICATION where APPLICATION_SHORT_NAME like '
and fa.APPLICATION_ID=fpi.APPLICATION_ID;
or
a) Source the applications environment file for Admin node
b) cd $AD_TOP/sql/
c) Execute:
sqlplus apps/
Ref:How to check if certain Oracle Applications product/module is implemented? [ID 443699.1]
No comments:
Post a Comment