DBA Data[Home] [Help]

APPS.FND_STATS dependencies on FND_INSTALLATION

Line 4904: dummybool := fnd_installation.get_app_info('FND',dummy1,dummy2,fnd_statown);

4900: /* end of verify_stats*/
4901: BEGIN
4902: -- Get the default DOP that will be used if none is provided.
4903: GET_PARALLEL(def_degree);
4904: dummybool := fnd_installation.get_app_info('FND',dummy1,dummy2,fnd_statown);
4905: -- select substr(version,1,instr(version,'.')-1)
4906: SELECT REPLACE(SUBSTR(version,1,instr(version,'.',1,2)-1),'.')
4907: INTO db_versn
4908: FROM v$instance;