DBA Data[Home] [Help]

APPS.BIV_DBI_COLLECTION_INIT dependencies on FND_STATS

Line 240: fnd_stats.gather_table_stats(ownname => 'BIV'

236: commit;
237:
238: BEGIN
239:
240: fnd_stats.gather_table_stats(ownname => 'BIV'
241: ,tabname => 'BIV_DBI_ESCALATIONS_STG', percent => 10);
242: END;
243:
244: