DBA Data[Home] [Help]

APPS.PAY_GB_ENROLL_INFO_GENE dependencies on FND_APPLICATION

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

1592:
1593: COMMIT ;
1594: fnd_file.put_line(fnd_file.LOG,'Committed');
1595: SELECT substr(p.product_version,1,2) INTO l_product_release
1596: FROM fnd_application a, fnd_application_tl t, fnd_product_installations p
1597: WHERE a.application_id = p.application_id
1598: AND a.application_id = t.application_id
1599: AND t.language = Userenv ('LANG')
1600: AND Substr (a.application_short_name, 1, 5) = 'PAY';