DBA Data[Home] [Help]

APPS.FII_TIME_STRUCTURE_C dependencies on FND_STATS

Line 1341: fnd_stats.gather_table_stats(ownname => g_schema

1337: IF g_debug_flag = 'Y' THEN
1338: fii_util.put_line(TO_CHAR(l_row_cnt)||' records has been populated to the Reporting Structure table for XTD and Rolling Periods');
1339: END IF;
1340:
1341: fnd_stats.gather_table_stats(ownname => g_schema
1342: , tabname => 'FII_TIME_STRUCTURES'
1343: );
1344:
1345: if g_debug_flag = 'Y' then