DBA Data[Home] [Help]

APPS.FND_WEB dependencies on V$VERSION

Line 30: select banner into val from v$version where rownum=1;

26: htp.tableData('SYSDATE', 'Left');
27: htp.tableData(val, 'Left');
28: htp.tableRowClose;
29:
30: select banner into val from v$version where rownum=1;
31: htp.tableRowOpen;
32: htp.tableData('DATABASE_VERSION', 'Left');
33: htp.tableData(val, 'Left');
34: htp.tableRowClose;