DBA Data[Home] [Help]

APPS.PAY_CN_PAYSLIP_ARCHIVE dependencies on FND_APPLICATION

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

407: ,l_accrual_plan_id;
408:
409: /*Bug#14374752 Starts*/
410: SELECT substr(p.product_version,1,2) INTO l_product_release
411: FROM fnd_application a, fnd_application_tl t, fnd_product_installations p
412: WHERE a.application_id = p.application_id
413: AND a.application_id = t.application_id
414: AND t.language = Userenv ('LANG')
415: AND Substr (a.application_short_name, 1, 5) = 'PAY';