DBA Data[Home] [Help]

APPS.FND_STATS dependencies on FND_INSTALLATION

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

3789: /* end of verify_stats*/
3790: BEGIN
3791: -- Get the default DOP that will be used if none is provided.
3792: GET_PARALLEL(def_degree);
3793: dummybool := fnd_installation.get_app_info('FND',dummy1,dummy2,fnd_statown);
3794: -- select substr(version,1,instr(version,'.')-1)
3795: SELECT REPLACE(SUBSTR(version,1,instr(version,'.',1,2)-1),'.')
3796: INTO db_versn
3797: FROM v$instance;