DBA Data[Home] [Help]

APPS.PAY_IN_SOE dependencies on FND_PRODUCT_INSTALLATIONS

Line 284: FROM fnd_application a, fnd_application_tl t, fnd_product_installations p

280:
281: COMMIT ;
282:
283: SELECT substr(p.product_version,1,2) INTO l_product_release
284: FROM fnd_application a, fnd_application_tl t, fnd_product_installations p
285: WHERE a.application_id = p.application_id
286: AND a.application_id = t.application_id
287: AND t.language = Userenv ('LANG')
288: AND Substr (a.application_short_name, 1, 5) = 'PAY';