DBA Data[Home] [Help]

APPS.GMF_LC_ADJ_TRANSACTIONS_PKG dependencies on FND_PRODUCT_INSTALLATIONS

Line 1020: FROM fnd_product_installations

1016:
1017: -- B9917469, Removing OPM_LCM dependency
1018: CURSOR cur_patch_level IS
1019: SELECT 1
1020: FROM fnd_product_installations
1021: WHERE application_id = 555 -- GMF product
1022: AND patch_level = 'R12.GMF.B.1' -- This indicates that installed GMF product level is 12.1.1
1023: ;
1024: