DBA Data[Home] [Help]

APPS.BIV_DBI_COLLECTION_INC dependencies on FND_STATS

Line 254: fnd_stats.gather_table_stats(ownname => 'BIV',

250: end loop;
251:
252: BEGIN
253:
254: fnd_stats.gather_table_stats(ownname => 'BIV',
255: tabname => 'BIV_DBI_ESCALATIONS_STG', PERCENT => 10);
256:
257: END;
258: