DBA Data[Home] [Help]

APPS.GME_COMMON_PVT dependencies on FND_PRODUCT_INSTALLATIONS

Line 2538: FROM fnd_product_installations

2534:
2535: -- Bug 14488987 - Get patch level.
2536: CURSOR cur_patch_level IS
2537: SELECT 1
2538: FROM fnd_product_installations
2539: WHERE application_id = 553 -- GME product
2540: AND patch_level like 'R12.GME.A.%'; -- This indicates that installed GME product level is 12.0
2541:
2542: l_dummy NUMBER;