DBA Data[Home] [Help]

APPS.FND_WEB dependencies on FND_PRODUCT_INSTALLATIONS

Line 56: from fnd_product_installations

52: htp.tableData(val, 'Left');
53: htp.tableRowClose;
54:
55: select product_version into val
56: from fnd_product_installations
57: where application_id=0;
58: htp.tableRowOpen;
59: htp.tableData('AOL_VERSION', 'Left');
60: htp.tableData(val, 'Left');