DBA Data[Home] [Help]

APPS.POA_DBI_NEG_F_C dependencies on FND_STATS

Line 242: fnd_stats.gather_table_stats(ownname => l_poa_schema, tabname => 'POA_DBI_NEG_INC') ;

238: COMMIT;
239: dbms_application_info.set_action('stats incremental');
240:
241: IF (fnd_installation.get_app_info('POA', l_status, l_industry, l_poa_schema)) THEN
242: fnd_stats.gather_table_stats(ownname => l_poa_schema, tabname => 'POA_DBI_NEG_INC') ;
243: END IF;
244:
245: INSERT /*+ APPEND */ INTO poa_dbi_neg_rates
246: (

Line 289: fnd_stats.gather_table_stats(ownname => l_poa_schema,

285:
286: dbms_application_info.set_action('stats rates');
287:
288: IF (fnd_installation.get_app_info('POA', l_status, l_industry, l_poa_schema)) THEN
289: fnd_stats.gather_table_stats(ownname => l_poa_schema,
290: tabname => 'POA_DBI_NEG_RATES') ;
291: END IF;
292:
293: bis_collection_utilities.log('Populate base table: '|| 'Sysdate=' ||To_char(Sysdate, 'DD/MM/YYYY HH24:MI:SS'), 0);