SELECT i.instance_name
, i.host_name
, i.version db_version
, f.release_name release
, fa.Application_name
, DECODE ( fpi.status, 'I', 'INSTALLED'
, 'S', 'SHARED'
, 'N', 'NOTINSTALLED'
, fpi.status
) status
, fpi.patch_level
FROM v$instance i
, fnd_product_groups f
, applsys.fnd_product_installations fpi
, apps.fnd_application_tl fa
WHERE UPPER(SUBSTR(i.instance_name,1,3)) = UPPER(SUBSTR(f.applications_system_name,1,3))
AND fa.application_id = fpi.application_id;
Thursday, 19 July 2012
Patch LeveL of Various Application Modules
Subscribe to:
Post Comments (Atom)
Script to update salespersons customer site wise in oracle apps R12
SELECT * FROM HZ_PARTIES WHERE PARTY_NAME LIKE 'DEENA VISION%'; SELECT * FROM HZ_CUST_ACCOUNTS_ALL WHERE PARTY_ID =94043 ; SE...
-
I faced some issues when I query the below table data is not fetching in my query: SELECT * FROM hr_operating_units SELECT * FROM MTL_CAT...
-
For this error need to Check RTF template there should be tags are not correctly and if you are developing new RTF latest version. Just se...
-
Sanjay Challagundla ………….. sanjayapps@gmail.com Oracle app’s technical document 1) What is ...
No comments:
Post a Comment